# This is an example config file for ArtToSpr, showing all the options
# available. Any options you don't specify will default to the values shown,
# except ColourDepth and DPI which will default to values suitable for the
# current mode.

# Colour depth:
# 0 = 2 colours         3 = 256 colours
# 1 = 4 colours         4 = 32K colours
# 2 = 8 colours         5 = 16M colours
ColourDepth:3

# Resolution in DPI:
# 0 = 22 x 22           3 = 90 x 90
# 1 = 45 x 45           4 = 180 x 180
# 2 = 90 x 45
DPI:3

# Background colour &rrggbb in hex ('&' is optional)
Background:&ffffff

# Whether sprite should have a mask
Mask:False

# Artworks WYSIWYG quality setting:
# 0 = Anti-aliased      2 = Simple
# 1 = Normal            3 = Bare outlines
Quality:0

# Extra space to be added to each edge of sprite in OS units.
Margin:8

# Angle of rotation of image (anticlockwise in degrees)
Rotation:0.0

# Whether to scale the picture to fit a given size of sprite
ScaleToFit:False

# If ScaleToFit is False, these values are scale factors
# If ScaleToFit is True, these are the size of the sprite to fit in OS units
# (default 640 x 480)
ScaleX:1.0
ScaleY:1.0

# If ScaleToFit is True, whether to preserve the original picture's aspect ratio
PreserveAspect:True

# If PreserveAspect (and ScaleToFit) is True, what to do about any surplus
# rows or columns this creates along the edges of the sprite:
# 0 = Plot image at bottom left of sprite
# 1 = Trim surplus rows or columns
# 2 = Centre image in sprite
Surplus:1
