Posted: 2006-08-31T19:50:45-07:00
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.
convert image.png -scale 200x100% image_width_doubled.png
if you resize rather than scale the pixels may be blured slightly.