Search found 3 matches

by newtron
2015-04-07T07:38:29-07:00
Forum: Users
Topic: specify filter for thumbnailImage()
Replies: 4
Views: 2949

Re: specify filter for thumbnailImage()

The issue isn't with Imagick; the Imagick team said that the issue was with the ImageMagick API, and that it didn't offer filter setting for thumbnail in this manner. There was nothing for Imagick to hook into. resizeImage() doesn't work exactly the same as thumbnailImage() — thumbnailImage() someti...
by newtron
2015-04-07T06:28:18-07:00
Forum: Users
Topic: specify filter for thumbnailImage()
Replies: 4
Views: 2949

specify filter for thumbnailImage()

Would it be possible to add support to set a filter for use with thumbnailImage() in the API, similar to how a filter can be set with resizeImage()? I'm trying to do this via Imagick in PHP and have hit a wall. I posted an issue about it with Imagick and was directed here. So basically I'd like to b...
by newtron
2015-03-11T19:11:16-07:00
Forum: Bugs
Topic: -define jpeg:fancy-upsampling=off ignored w/ convert
Replies: 2
Views: 9190

-define jpeg:fancy-upsampling=off ignored w/ convert

I believe -define jpeg:fancy-upsampling=off is being ignored with convert but not with mogrify . Given this image and these two commands, I'd expect the same output: mogrify -path ./ -filter Triangle -define filter:support=2.0 -thumbnail 1200 -unsharp 0.25x0.25+8.00+0.065 -dither None -posterize 136...