Ubuntu – convert image to PNG
Simple way for converting images into PNG format
shell> sudo apt-get install inkscape shell> inkscape input_file --export-png=output_file.png
January 25th, 2010 in
main entries
Simple way for converting images into PNG format
shell> sudo apt-get install inkscape shell> inkscape input_file --export-png=output_file.png