You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was it this entry in the release notes you're referring to? Saving an image already saved in a format that supports multiple layers to a format that does not support layers will now explicitly prompt the user...
Maybe the wording is a bit confusing, but this only applies when the original image was in a multi-layer format like .ora and then you try to export to a flat file type. From #910 there was some concern about adding a scary-sounding message all of the time when saving a layered image to formats like .png, but we can reconsider that based on feedback
Ahh, this would explain what I encountered. Yes - it was a WEBP image that I added some layers to and then attempted to save. From the release notes I was expecting it to ask me to flatten the image. Perhaps there could be a message if it's worded in a way that doesn't come off as "scary", something to the effect of "Would you like to flatten this image before saving?"
Yeah, I think the tricky thing was that we were trying to warn users that if they re-opened that file they would no longer have their layers, since the flattening previously just happened implicitly as part of the saving process
In the long run, this might be better expressed as a "Save" vs "Export" type of operation? Or it could just be a less obtrusive notification letting the user know why the image was flattened
Description
While the release notes say this is supposed to happen, when I tested this feature, I was not prompted to flatten the image before saving.
To Reproduce
Version
OS: Ubuntu 24.10
Pinta Version: 3.0 beta
The text was updated successfully, but these errors were encountered: