Changes between Version 1 and Version 2 of Help/Base64
- Timestamp:
- 2014-10-31T20:58:03+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Base64
v1 v2 7 7 You can use web tools to convert your image to the base64 code like [http://webcodertools.com/imagetobase64converter this one]. 8 8 9 If you use svg you maybe want toclean 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.9 If 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. 10 10 11 11
