mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[ImageResizer]fix colorspace metadata regression (#14867)
This commit is contained in:
committed by
GitHub
parent
3b89e6f5a4
commit
e6428da21f
@@ -133,7 +133,7 @@ namespace ImageResizer.Models
|
|||||||
Transform(originalFrame),
|
Transform(originalFrame),
|
||||||
originalFrame.Thumbnail,
|
originalFrame.Thumbnail,
|
||||||
metadata,
|
metadata,
|
||||||
originalFrame.ColorContexts));
|
null));
|
||||||
}
|
}
|
||||||
|
|
||||||
path = GetDestinationPath(encoder);
|
path = GetDestinationPath(encoder);
|
||||||
|
|||||||
Reference in New Issue
Block a user