benbaker76 / Gfx2Next

ZX Spectrum Next graphics conversion tool.
https://www.baker76.com/gfx2next
MIT License
24 stars 7 forks source link

converting an image to tilemap does not remove duplicate tiles #21

Open seedy1812 opened 7 months ago

seedy1812 commented 7 months ago

gfx2next.exe -tile-size=8x8 -colors-4bit -pal-rgb332 bg.png

Tile Size = 8 x 8 Processing 'bg.png'... Warning tile count > 256! Map Size = 40 x 10 Tile Offset = 0 Tile Palette = 0 Tile Count = 400

bg

benbaker76 commented 7 months ago

Take a look at these options:

-tile-norepeat  Remove repeating tiles
-tile-nomirror  Remove repeating and mirrored tiles
-tile-norotate  Remove repeating, rotating and mirrored tiles