Tagged Questions
1
vote
1answer
3k views
Imagemagick convert with resample option
I am creating thumbnails from much larger images and have been using this command successfully for some time:
convert FILE -resize "64x" -crop "64x64+0+16" +repage -strip OUTFILE
I also do some ...