DynamicImage:from SubImage<&DynamicImage>::to_image creates Rgba8 instead of L16 #2274
Labels
kind: API
missing or awkward public APIs
next: breaking
Information tag for PRs and ideas that require an interface break
I am using the code below to transform a grayscale image from
SubImage<&DynamicImage>
toDynamicImage
.Is there something I am missing during this conversion?
Expected
I would expect the new
dest
image to beL16
as well.Actual behaviour
dest
image is ofRgba8
.Reproduction steps
The text was updated successfully, but these errors were encountered: