Skip to content

Version 1.2

Compare
Choose a tag to compare
@bbbbbr bbbbbr released this 19 Jul 23:42
· 21 commits to master since this release

GIMP plugin (gimp-file-tilemap)

  • Added control of tile size: (8x8, 8x16, 16x16, 32x32)
  • Added remapping images (8 bit indexed and 24/32 bit RGB) to a user-defined palette (or the image's own palette)
    • Previously only 8 bit indexed color images were supported
    • Useful for "repairing" CGB per-tile sub-palette errors

Console (png2gbtiles)

  • Added remapping images (8 bit indexed and 24/32 bit RGB) to a user-defined palette.
    • -pal=[file]
    • Previously only 8 bit indexed color images were supported
    • Useful for "repairing" CGB per-tile sub-palette errors
  • Added control of tile size: (8x8, 8x16, 16x16, 32x32)
    • -tilesz=[size]
  • Added base name to use for export variables (otherwise filename)
    • -var=[name]
  • Added set bank number for all output modes (including .gbm and .gbr export defaults)
    • -bank=[num]
  • Added tile index offset for maps (instead of zero). For example, loading the map tiles starting at Tile Index 20 in VRAM.
    • -tileorg=[num]
  • Bonus: Added converting .gbm and .gbr files into .png files (8 bit indexed)
    • Use the -png argument