Search found 2 matches
- 2016-08-24T11:18:49-07:00
- Forum: Users
- Topic: Resize then crop
- Replies: 7
- Views: 72470
Re: Resize then crop
I use magick.exe. Will that application work the same way as convert.exe does? So would I simply execute: magick orig_image,jp -resize "275x275" -gravity center -background white -extent 275x275 new_image.jpg You only need the double-quotes around the -resize parameter and not the -extent one? Also ...
- 2016-08-20T09:02:42-07:00
- Forum: Users
- Topic: "Invalid SOS parameters for sequential JPEG" error
- Replies: 3
- Views: 16497
"Invalid SOS parameters for sequential JPEG" error
This is my command line that I'm trying to run: magick Selfie.jpg -resize 100x133 Images/Selfie.jpg The JPG file was a photo taken by my smart phone. It has a size of about 1.8 mb and I want to resize it. But, I get this error message: Invalid SOS parameters for sequential JPEG 'Selfie.jpg' Is there ...