Pixel Art Scaling Algorithm
Re: Pixel Art Scaling Algorithm
Any progress on pixel art scaling algorithms?
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Pixel Art Scaling Algorithm
Unless someone volunteers to add it to the library, no.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: Pixel Art Scaling Algorithm
The -magnify option implements pixel art scaling.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Pixel Art Scaling Algorithm
Hmm seems to work well
compare to direct scaling...
A little wonky near the edges, but then that should be expected, unless more appropriate -virtual-pixel tile is used for this specific image
Could the scaling method (even just a reference link to the method used) be added to the web page...
http://www.imagemagick.org/script/comma ... p?#magnify
Addendum... updated IM Examples (when the update appears online), though I do not know what algorithm was used.
http://www.imagemagick.org/Usage/resize/#magnify
Code: Select all
convert -size 8x8 pattern:CrossHatch30 -magnify -magnify -magnify show:
Code: Select all
convert -size 8x8 pattern:CrossHatch30 -scale 800% show:
Code: Select all
convert -size 8x8 pattern:CrossHatch30 -virtual-pixel tile -magnify -magnify -magnify show:
http://www.imagemagick.org/script/comma ... p?#magnify
Addendum... updated IM Examples (when the update appears online), though I do not know what algorithm was used.
http://www.imagemagick.org/Usage/resize/#magnify
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Pixel Art Scaling Algorithm
I believe it is scale_2x. SeeCould the details of the scaling method (even just a reference link to the method used) be added to the web page...
viewtopic.php?f=22&t=23046#p97192
http://scale2x.sourceforge.net/index.html