Exporting options

At exporting files what it supposed to be these options:

  • Appy pixel ratio
  • Interlaced
  • Animation Loop
  • apply pixel ratio: when you create new sprite you can choose pixel ratio 1:1, 2:1 or 1:2. 2:1 and 1:2 means that pixels are double the size either horizontally or vertically. when exporting apply pixel ratio will keep the stretched look, otherwise the sprite will be exported with 1:1. logic is such that pixel ratios are usually the result of stretching an image on output device rather than storing that as a data (apply pixel ratio, don’t apply pixel ratio):
    Sprite-0006 Sprite-0006-no
  • interlaced was useful during the old days of very slow modem connections, not so much now i guess. here’s more on that: Interlacing (bitmaps) - Wikipedia.
  • animation loop: animation is either looping or plays once and stops on final frame.
    Sprite-0006-animloop Sprite-0006-noloop