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
Today an user reported an issue with a broken .ase file:
The file was completely fine, but there were a problem: After saving the .ase file, the file size was 19778, the .ase specs indicates that the file size goes in the first DWORD of the file, but this value is 0x4D42 which is "BM" and detected by dio module as an BMP file instead of an Aseprite file.
dio
We must detect first the Aseprite format and then the BMP format.
The text was updated successfully, but these errors were encountered:
3187992
dacap
Successfully merging a pull request may close this issue.
Today an user reported an issue with a broken .ase file:
The file was completely fine, but there were a problem: After saving the .ase file, the file size was 19778, the .ase specs indicates that the file size goes in the first DWORD of the file, but this value is 0x4D42 which is "BM" and detected by
dio
module as an BMP file instead of an Aseprite file.We must detect first the Aseprite format and then the BMP format.
The text was updated successfully, but these errors were encountered: