Search found 2 matches

by borzik
2019-06-10T05:11:01-07:00
Forum: Bugs
Topic: Resize-fill exceeds max. supported dimensions
Replies: 2
Views: 7198

Re: Resize-fill exceeds max. supported dimensions

Actually your point is valid and I'm sorry I didn't understand docs correctly, it works as expected so this thread can be closed. I wanted image (smaller/larger) to fill 300x200 while maintaining aspect ratio and avoiding crop but cropping when necessary to keep height less than 600px (in this case ...
by borzik
2019-06-10T03:01:53-07:00
Forum: Bugs
Topic: Resize-fill exceeds max. supported dimensions
Replies: 2
Views: 7198

Resize-fill exceeds max. supported dimensions

I have an image with 1800x1 dimensions. When I call convert ~/img.jpg -resize "300x200^" ~/processed.img it returns this message: Maximum supported image dimension is 65500 pixels `/home/user/processed.img' @ error/jpeg.c/JPEGErrorHandler/340 At the same time it uses 1.84GB of RAM for a co...