Skip to content

Warn before converting animated images to non-animated formats #2000

@adam-devel

Description

@adam-devel

Is your feature request related to a problem? Please describe.

I noticed some images didn’t support tagging and rating. They were WebP (.webp) images, so I assumed metadata editing isn’t supported for WebP files.

I used Aves’ search to find all .webp images, selected them all, and converted them to JPEG (no quality loss) so I could manage their metadata. I checked some of the converted images and they looked great so i deleted the originals.

I later realized some of those WebP images were animated. Converting them to JPEG cause data loss, only a single still frame of the animation is left. Thankfully I had a backup, but others may be less fortunate.

Describe the solution you'd like

If the user attempts to convert an animated image to a format that doesn’t support animation, show a clear confirmation dialog warning about data loss.

Example single-image message:
"Data-loss warning: converting to JPEG will capture only a single frame of this animated image. Continue?"

Example batch-message if the selection includes animations:
"Data-loss warning: some selected images are animated. Converting to JPEG will turn each animated image into a still frame. Continue?"

Describe alternatives you've considered

One could search for WebP files that aren’t animated before converting, but that’s something you only think to do after being burned once or twice.

Additional context

I like Aves!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions