Can this resize be improved?

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
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Can this resize be improved?

Post by rmagick »

An RMagick user is dissatisfied with the output from -resize. His program is the equivalent of

convert 1.jpeg -resize 200% resize.jpg

Here's the input and output he is getting. Can this output be improved? This is ImageMagick 6.3.6.
Input:
Image
Output:
Image
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Can this resize be improved?

Post by magick »

rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Re: Can this resize be improved?

Post by rmagick »

Thanks! I've passed along your advice.
Post Reply