]> granicus.if.org Git - imagemagick/commit
[DO NOT MERGE YET] Add More Pixel Art Upscaling Algorithms (#1152)
authorMiloslav Číž #movingToGitLab <tastyfish@seznam.cz>
Sat, 13 Jul 2019 13:45:53 +0000 (15:45 +0200)
committerImageMagick <urban-warrior@users.noreply.github.com>
Sat, 13 Jul 2019 13:45:53 +0000 (09:45 -0400)
commit8142136e48842b0ce21de8da644ff829ccf35b9a
tree9393fab7ff6c853b889a71075dfb4ccd9c8256ef
parente974ff2148e410ff87641574eacc87889faa8d62
[DO NOT MERGE YET] Add More Pixel Art Upscaling Algorithms (#1152)

* Start extending magnify function

* Fix pixel alignment

* Reimplement scale2x in a new function

* Create IntensitiesEqual function

* Implement eagle algorithm

* Retrieve magnification alg from -define

* Make use of -define with -magnify

* Make use of magnification variable

* alg -> method

* Implement scale3x

* Implement eagle3x

* Compare pixels by channels

* Implement eagle3xb

* Implement EPX

* Start implementing hq2x

* Fix hq2x

* Fix formatting

* Add const qualifiers

* epx -> epbx

* Implement XBR

* Fix XBR

* Implement fish

* Fix indexed color bug

* Refactor
MagickCore/resize.c