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
Saw on Twitter today this error:
aseprite/src/app/file/png_format.cpp
Line 283 in 23557a1
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.
1.png
2.png
file_sequence_image 200x100 Error loading frame 2 from file "2.png"
The text was updated successfully, but these errors were encountered:
Improve message error when loading a sequence of png files whose colo…
ed736e6
…r modes don't match (fix aseprite#3751)
e577852
martincapello
Successfully merging a pull request may close this issue.
Saw on Twitter today this error:
aseprite/src/app/file/png_format.cpp
Line 283 in 23557a1
It can be reproduced if we load a sequence of PNG files (e.g.
1.png
and2.png
), but1.png
is RGB and2.png
is Indexed and we load the sequence.The text was updated successfully, but these errors were encountered: