If you need to resize a lot of images to conserve disk space, you can use imagemagick. Note: mogrify will overwrite the original files.
sudo apt-get install imagemagick
mogrify -resize 1024x768 *JPG
When the system is not down
If you need to resize a lot of images to conserve disk space, you can use imagemagick. Note: mogrify will overwrite the original files.
sudo apt-get install imagemagick
mogrify -resize 1024x768 *JPG
0 comments:
Post a Comment