Changes between Version 4 and Version 5 of Help/Base64


Ignore:
Timestamp:
2015-05-07T00:16:11+02:00 (11 years ago)
Author:
naoliv
Comment:

Updating to a valid online service

Legend:

Unmodified
Added
Removed
Modified
  • Help/Base64

    v4 v5  
    55* {{{data:image/svg+xml;base64,...databytes...}}}
    66
    7 You can use web tools to convert your image to the base64 code like [http://webcodertools.com/imagetobase64converter this one].
     7You can use web tools to convert your image to the base64 code like [http://www.base64-image.de this one].
    88
    99If 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.