mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
* Update ResizeOperation.cs Add a new boolean to check if the image was resized, skip modifying the metadata if the image was not modified. * Simplify code to prevent un-needed metadata work when the image isn't changed Simplify code to prevent un-needed metadata work when the image isn't changed. Thanks Crutkas for the guidance.