Image Resizing

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
marc_gfx

Image Resizing

Post by marc_gfx »

I've been developing a CMS for quite some time now and have a fairly acceptable gallery. What annoys me though is the really bad results I get from image resiziing (I use the GD lib for PHP). Will ImageMagick do a better Job than GD?

I was also wondering about Jpeg2000. I actually have worked on image storage using techniques similar to Jpeg2000 and I just love the format. I sadly havent seen much support for it though. I noticed ImageMagick provides support and thats a great thing, the question is: Is there any way to make the format display cross-browser?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Image Resizing

Post by anthony »

Yes it will! According to one source IM does better that even photoshop, though it sill recommended the addition of some extra post resize sharpening of the result.

I myself like to use -unsharp 0x.5 to make it slightly sharper.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply