microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
111.79k stars 6.58k forks source link

[Image Resizer]: Option to force Fallback encoder #35713

Open alexdgs opened 4 weeks ago

alexdgs commented 4 weeks ago

Description of the new feature / enhancement

Add an option to the Image Resizer tool to always apply the Fallback encoder, regardless if the encoder of the original format is available, so the tool can resize and re-encode images on a different format in a single step.

Scenario when this would be used?

With the option enabled a user can select a bunch of PNG images on the File Explorer and resize and re-encode them in JPG all in one go. Useful when dealing with several images on various formats that should be optimized, in both format and size, for deployment e.g. web.

Supporting information

No response

crutkas commented 4 weeks ago

this and https://github.com/microsoft/PowerToys/issues/2686 are related.

alexdgs commented 3 weeks ago

Yes, #2686 is actually related and even gives more flexibility by offering encoder setup for each resize operation (when looking at the general conversation, as some users just want something tailored for their super-specific needs). If the more flexible option is considered I think this can be closed as duplicate then.