mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +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(
|
||||
BitmapFrame.Create(
|
||||
Transform(originalFrame),
|
||||
originalFrame.Thumbnail,
|
||||
thumbnail: null, /* should be null, see #15413 */
|
||||
metadata,
|
||||
null));
|
||||
colorContexts: null /* should be null, see #14866 */ ));
|
||||
}
|
||||
|
||||
path = GetDestinationPath(encoder);
|
||||
|
||||
Reference in New Issue
Block a user