From 285950af18a703eaf91a3fdcc74e8497d9c0efae Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 13 Sep 2018 15:32:54 +0000 Subject: Fixed mirror on 8x8 generate. Started on 16x16 generate. --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index b387ae3..2992bf1 100644 --- a/README +++ b/README @@ -1,11 +1,12 @@ Simple tool to convert PNG files with a palette to 4 or 16 colour SNES -tiles. It currently only supports 8x8 tiles. +tiles. Usage: snesgfx [-p palette_file] [-s] [-c colours] source.png dest.data -p palette_file Write a SNES palette based on the one in the image to the passed file. --s Indicates 16x16 tiles. Currently unsupported. +-s size Indicates either 8 (for 8x8 the default) or 16. -c colours Colours -- either 4 or 16. Defaults to 4. -source.png The source PNG file. +source.png The source PNG file. This is read left to right then top to + bottom. dest.data Where to write the SNES tile data. -- cgit v1.2.3