28.09.10 - Massive operations over images under Ubuntu
0 comments
Thanks to ImageMagick and the command console we can execute operations over massive amount of images
ImageMagick is a library collection for edit, convert, compound, save images in other formats (greater than 100) and much more...
Available for multiple platforms: Windows, Linux and Mac.
Is a very useful tool, you can operate over multiple images with only one instruction. For example, if we want to reduce the quality of al the JPG files in a directory to 80% we only have to enter:Also, if we want to resize all to a maximum resolution of 800x600:
Available for multiple platforms: Windows, Linux and Mac.
Is a very useful tool, you can operate over multiple images with only one instruction. For example, if we want to reduce the quality of al the JPG files in a directory to 80% we only have to enter:
mogrify -quality 80 *.jpg
mogrify -resize 800x600 *.jpg
Comments
There are no comments jet. Be the first to comment!
