Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
astrofra opened this issue May 20, 2016 · 1 comment

Comments

@astrofra
Copy link
Contributor

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 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
@Stephane-D
Copy link
Owner

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants