Natuurlijk afhankelijk van wat je wil, raad ik je aan
convert te gebruiken zoals bovengenoemd:
Convert converts an input file using one image format to an output file with a differing image format. In addition, various types of image processing can be performed on the converted image during the conversion process.
Werkt net even anders dan
MogrifyMogrify transforms an image or a sequence of images. These transforms include image scaling, image rotation, color reduction, and others. The transmogrified image overwrites the original image.
En behoudt ook je originele file
Ik gebruik zelf altijd het convert.sh script dat in
deze package geleverd wordt.
edit: url