This shows you the differences between two versions of the page.
— |
howto_convert_to_png_from_pcx [2012/03/09 10:43] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Converting to PNG from PCX - Converting from PCX to PNG - Using Linux ====== | ||
+ | Converting images if there are more than one or to can be a daunting task, converting nearly 900 of them from PCX to PNG in order to make them available for a larger public seemed like an impossibility, | ||
+ | |||
+ | The following requires that you have [[http:// | ||
+ | |||
+ | for img in `ls *.pcx`; do convert $img $img.png; done | ||
+ | |||
+ | Changing the file name ending to the correct ending | ||
+ | |||
+ | for f in *.PCX.png ; do mv $f `basename $f PCX.png`.png; | ||
+ | |||
+ | |||
+ | |||
+ | < | ||
+ | |||
+ | <!-- AddThis Button BEGIN --> | ||
+ | <a class=" | ||
+ | <!-- AddThis Button END --> | ||
+ | <br> | ||
+ | <br> | ||
+ | </ | ||
+ | |||
+ | Share this knowledge with your friends! |