You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the scaling metdata is not usable for pixel art, since smoothing is enabled by default. Instead you'd want to use the "Nearest neighbor" algorithm to prevent the art from becoming blurry.
My suggestion would be a global option to choose the scaling method (I doubt pixelart would be combined with regular art).
Workaround:
In the meanwhile for people bumping into this issue, you can use the following script to scale your images. (Requires imagemagick)
Feature request
Currently the scaling metdata is not usable for pixel art, since smoothing is enabled by default. Instead you'd want to use the "Nearest neighbor" algorithm to prevent the art from becoming blurry.
My suggestion would be a global option to choose the scaling method (I doubt pixelart would be combined with regular art).
Workaround:
In the meanwhile for people bumping into this issue, you can use the following script to scale your images. (Requires imagemagick)
The text was updated successfully, but these errors were encountered: