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

Unhandled exception importing TIFF when layer size is not multiple of 8 #35

Open
pleonex opened this issue Oct 6, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@pleonex
Copy link
Member

pleonex commented Oct 6, 2024

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.

@pleonex pleonex added the bug Something isn't working label Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant