Fix munkPolice pixelation
fclav opened this issue ยท 1 comments
munkPolice (and a bunch of other emotes) appear pixelated, mainly due to the white border.
Below is the current emote (top) and a new version after doing magick -resize 32x32
(no filter)
I tested resizing the original image (~400x400) after removing the white border. I used the following command
magick munkPolice.png -define filter:blur=0.5 -filter Gaussian -resize 32x32 test.png
And played around with filter:blur
. Results below:
Below are 1.0 (top) and 0.5 (bottom) after putting them in the addon:
Updated a lot of the old emotes using magick, really nice tool - some emotes look a tiny bit off since my source PNGs weren't 1:1 aspect ratio but overall look much nicer. Will revisit them once I actually have photoshop again to fix cropping^^
Outside of padding the height for GIFs that aren't 2^x frames, magick can actually straight up do the entire .gif -> .tga conversion as well which is insanely useful