Search found 1 match
- 2018-01-29T19:45:49-07:00
- Forum: Users
- Topic: Convert images from Windows Batch script
- Replies: 3
- Views: 2974
Convert images from Windows Batch script
Hi This is my first post here, so hope my questions is ok. We use Imagemagick for batch processing images before using them on our website. We currently use the following: convert input.jpg -resize 1300x1300 -quality 60 -strip -colorspace sRGB output.jpg Our images come in various formats. Our ...