You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
astrofra
changed the title
Equivalence table out of Rescomp's similar tiles optimization ?
Rescomp : Equivalence table out of Rescomp's similar tiles optimization ?
May 20, 2016
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)
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 :
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.
The text was updated successfully, but these errors were encountered: