Changes between Version 1 and Version 2 of Help/Base64


Ignore:
Timestamp:
2014-10-31T20:58:03+01:00 (11 years ago)
Author:
Klumbumbus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Base64

    v1 v2  
    77You can use web tools to convert your image to the base64 code like [http://webcodertools.com/imagetobase64converter this one].
    88
    9 If you use svg you maybe want to clean up the svg file before you convert it to the base64 code, to make the base64 a lot shorter. For windows you can use e.g. [http://sourceforge.net/projects/svgcleaner svg cleaner]. When using this one you can use the "complete" preset to clean up the svg file but you need to disable `Entferne unnötige Zeichen im "d"-Attribut` (something like `remove unneeded characters in "d"-attribute`), otherwise JOSM cannot correctly handle the resulting code.
     9If you use svg you should clean up the svg file before you convert it to the base64 code, to make the base64 a lot shorter. For windows you can use e.g. [http://sourceforge.net/projects/svgcleaner svg cleaner]. When using this one you can use the "complete" preset to clean up the svg file but you need to disable `Entferne unnötige Zeichen im "d"-Attribut` (something like `remove unneeded characters in "d"-attribute`), otherwise JOSM cannot correctly handle the resulting code.
    1010
    1111