imagemagick - bicubic interpolation?
- Started
- Last post
- 2 Responses
- skel
anyone familiar with imagemagick? i'm using it to dynamically resize images uploaded to my page, but when it resizes pictures to thumbs it leaves them very jaggy, not interpolated like the way photoshop would do it. any way around this?
- tparsons0
It's an adjustment within imagemagick.
Here is a site using imagemagick doing exactly what you want to do. Look in the gallery section.
http://www.artinpublicplaces.org…
The thumbs work fine. I don't remember the exact adjustment but it's in there.
- ribit0
I'm getting someone to setup ImageMagick to resize uploaded images for our site...so I have no idea how it's done, but I do know they are able to:
- resize to the width we want,crop the height
- unsharp mask (or something like it)
- auto contrast (or something like it)
- and the result looks as good as our usual manual processing in Image Ready... resize, JPEG optimization quality 60, unsharp mask 20, autocontrast..so it's possible.