terwanerik / Retini

A super simple retina (2x, 3x) image converter.
http://terwanerik.github.io/Retini/
MIT License
201 stars 30 forks source link

Pixel Art Scaling #7

Closed JontePman closed 6 years ago

JontePman commented 6 years ago

Allow @1x images be enlarged into @2x and @3x images. When you make pixel art you create the original size first and then upscale it to look good.

Use the nearest neighbour filtering.

terwanerik commented 6 years ago

Yeah might be a nice to have, i'll look into that. Could require the 1x image to explicitly have @1x in the filename; otherwise dropping in an entire folder also converts all the converted @2xs etc.

terwanerik commented 6 years ago

Was an easy fix! Done in v1.3.0 😄