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
This has been on my to-do list ever since I tackled animation back in v8.0, but finally it's ready! You can now use PD's batch converter to process animated images, including tasks like mass-converting animated GIFs to APNG or animated WebP instead.
Most of this is handled silently by PD. It automatically detects files with animation data and switches to animation import/export engines instead of static ones. The new major new UI element is that when you're exporting to a fixed destination format (for e.g. mass-converting from one file format to another), there is now a checkbox for auto-detecting animation files, and an associated button for setting fixed animation export parameters. This how you set things like WebP animation export quality for destination files.
I also fixed a bunch of minor UI bugs and quirks in the batch process wizard while here. (The batch processor tends to get ignored during dev cycles, then mass tested-and-fixed just before release... so I'm actually ahead of the game this time? lol)
0 commit comments