Batch Encode png, jpeg, gif and xcf images from selected directory to Base64. Output is saved in same directory as a single html file, multiple html files or base64 file format. Additionally export provides ability to save all xcf files to png.
Encode single image selected image to Base64, saving output in same directory as a single html file, multiple html files or base64 file format. Additionally provides option to load image to system clipboard for pasting elsewhere in either format.
File/Export/Base64
Put base64_encoder.py in ~/.gimp-2.8/plug-ins
and set the file permissions to execute via Right Mouse Button → Properties or chmod +x base64_encoder.py
.
- Add base64 decoding option (import)
- Rework (single)file mode
- Add base64 encoder for current image