Outbound Link Summary:
11 years ago
Scaling up an image with ImageMagick but without anti-aliasing.
I created a large version of my good ole p3k logo using the following ImageMagick command:
$ convert p3k-logo.gif -filter Point -resize 200 +antialias p3k-logo-200.png
Via www.alecjacobson.com.