-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add versioning to file format #540
Comments
Is this something to be looked into before the next release introducing compressed layer data? |
I hadn’t planned to tackle this right away. If you’re concerned about the compression I can just disable it easily. (It is as simple as changing the “ZLIB_COMPRESSION” to “NO_COMPRESSION” in Image::WriteLayers) |
If you don't see a problem, I'd rather keep the compression if possible. |
I worry about an unrecoverable file corruption with the compression that we haven’t run across yet, just because the compression part is relatively new. |
What better opportunity to widen our pool of testers? :) |
ArtPaint currently has no versioning for the project files. It would be useful to have when there is an inevitable breaking change to the format so that users can be alerted to incompatibilities rather than either crashing or silently ignoring parts of a file.
The text was updated successfully, but these errors were encountered: