We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the context of importing NDS sprite images (NCER), using a TIFF file with a layer that has not a size multiple of 8 causes an unhandled exception.
We need to investigate if the issue is at the TIFF importing and page converter or in the sprite segmentation logic.
Use the AmbitionConquest project and try to import a TIFF image with a layer not multiple of 8.
It increases the layer size to the nearest 8 multiple.
From the AmbitionConquest project.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
In the context of importing NDS sprite images (NCER), using a TIFF file with a layer that has not a size multiple of 8 causes an unhandled exception.
We need to investigate if the issue is at the TIFF importing and page converter or in the sprite segmentation logic.
Reproducer
Use the AmbitionConquest project and try to import a TIFF image with a layer not multiple of 8.
Expected behavior
It increases the layer size to the nearest 8 multiple.
Report info
From the AmbitionConquest project.
The text was updated successfully, but these errors were encountered: