PNG2Base64Encoder - plugin detail
NB module for PNG to Base64 encoding
| Plugin owner: |
xolmc |
| Website: |
dimashapkov@gmail.com |
| Added: |
2011-08-01 |
| Last updated: |
2012-02-20 |
| NetBeans Versions: |
6.9, 7.0, 7.1 |
| License: |
CDDL |
| Category: |
Utilities |
| Size: |
3.64 MB |
| Downloaded: |
271 times |
| Rating: |
|
Verifications for NetBeans versions
Plugin is not subject to any verification |
Introduction
This plugin allow to encode PNG images to base64 strings. Base64 strings are easy for import into SVG files. xlink:href attribute of image tag in SVG file may contain a path to image on disk, but instead of this also the image itself, converted into a Base64 string. Building in images into SVG files achieve independence from locally saved images, so an SVG file may be used outside the disk where included images saved.
What's new in this version
|
[ You have to be logged in to be able to comment. ]
User Comments
nbm
would be nice to have it as a nbm plugin file.
Posted by jannemec on Feb 22, 2012
One line export
Please integrate an option to export the base64 as one single line. In a CSS-file, it is invalid if there are line breaks.
Posted by markuszeller on Feb 07, 2012
Rename to PNG2Base64
I think the name PNG2SVG is a bit confusing to me, because it generates base64.
Posted by markuszeller on Feb 07, 2012