SGDK icon indicating copy to clipboard operation
SGDK copied to clipboard

Rescomp : Equivalence table out of Rescomp's similar tiles optimization ?

Open astrofra opened this issue 8 years ago • 1 comments

When Rescomp is told to process an 'IMAGE', it does an amazing job in optimizing the similar tiles, where it store only one occurence of each tile.

Would it be possible, in the next iterations of the SGDK to have an option in Rescomp that dumps/writes/displays the result of the tile optimization ? It could be a plain text file, containing 2 columns of indexes :

  • the first column would be the position of the tile in the original image
  • the second column would be the position of the tile in the optimized tile bank

This is a suggestion, of course. Any other solution would be great, as long as we are given the chance to adress a tile easily after Rescomp did its optimization work.

astrofra avatar May 20 '16 06:05 astrofra

At least i added the possibility to define the optimization level for the IMAGE resource: NONE, DUPLICATE_ONLY, ALL Still it would be useful to have both table generated at same time (NONE / ALL)

Stephane-D avatar May 21 '19 10:05 Stephane-D