Skip to content

Improve error when loading a sequence of png files w/different color modes #3751

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

Closed
dacap opened this issue Mar 13, 2023 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@dacap
Copy link
Member

dacap commented Mar 13, 2023

Saw on Twitter today this error:

fop->setError("file_sequence_image %dx%d\n", imageWidth, imageHeight);

It can be reproduced if we load a sequence of PNG files (e.g. 1.png and 2.png), but 1.png is RGB and 2.png is Indexed and we load the sequence.

file_sequence_image 200x100
Error loading frame 2 from file "2.png"
@dacap dacap added the bug label Mar 13, 2023
@dacap dacap added this to the v1.3-rc2 milestone Mar 13, 2023
@dacap dacap moved this to Todo in Aseprite v1.3.x Mar 13, 2023
@dacap dacap modified the milestones: v1.3-rc2, v1.3-rc3 Mar 29, 2023
@martincapello martincapello self-assigned this Apr 4, 2023
@martincapello martincapello moved this from Todo to In Progress in Aseprite v1.3.x Apr 4, 2023
martincapello added a commit to martincapello/aseprite that referenced this issue Apr 4, 2023
@martincapello martincapello moved this from In Progress to Done in Aseprite v1.3.x Apr 4, 2023
@dacap dacap closed this as completed in e577852 Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
2 participants