mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
[ImageResizer]Fix regression: Too much metadata (#15548)
This commit is contained in:
committed by
GitHub
parent
0506f06a18
commit
2ccf492707
@@ -136,9 +136,9 @@ namespace ImageResizer.Models
|
|||||||
encoder.Frames.Add(
|
encoder.Frames.Add(
|
||||||
BitmapFrame.Create(
|
BitmapFrame.Create(
|
||||||
Transform(originalFrame),
|
Transform(originalFrame),
|
||||||
originalFrame.Thumbnail,
|
thumbnail: null, /* should be null, see #15413 */
|
||||||
metadata,
|
metadata,
|
||||||
null));
|
colorContexts: null /* should be null, see #14866 */ ));
|
||||||
}
|
}
|
||||||
|
|
||||||
path = GetDestinationPath(encoder);
|
path = GetDestinationPath(encoder);
|
||||||
|
|||||||
Reference in New Issue
Block a user