Changes between Version 9 and Version 10 of Help/Base64
- Timestamp:
- 2017-08-06T20:00:34+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Base64
v9 v10 8 8 You can use web tools to convert your image to the base64 code like [http://www.base64-image.de this one]. 9 9 10 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 usee.g. [https://github.com/RazrFalcon/svgcleaner-gui/releases svg cleaner]. When using this one you can use the "complete" preset to clean up the svg file. More information about possible problems with svg in JOSM see [wiki:DevelopersGuide/DefaultPresets#NewIcons].10 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 e.g. [https://github.com/RazrFalcon/svgcleaner-gui/releases svg cleaner]. When using this one you can use the "complete" preset to clean up the svg file. More information about possible problems with svg in JOSM see [wiki:DevelopersGuide/DefaultPresets#NewIcons]. 11 11 12 12