Page 1 of 1

Posted: 2006-08-31T19:50:45-07:00
by anthony
You could try scaling the image!

convert image.png -scale 200x100% image_width_doubled.png

if you resize rather than scale the pixels may be blured slightly.

Posted: 2006-08-31T21:08:05-07:00
by anthony
Sorry can't be much more help.