You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type of scaled is now ImageBuffer<Rgba<u8>, Vec<u8>>. This is despite the fact that the image at input_path can be a jpeg image; it shouldn't be possible (at least to my understanding) for it to have an alpha channel. This causes problems when I move on to save the image:
See the following:
The type of
scaled
is nowImageBuffer<Rgba<u8>, Vec<u8>>
. This is despite the fact that the image atinput_path
can be a jpeg image; it shouldn't be possible (at least to my understanding) for it to have an alpha channel. This causes problems when I move on to save the image:I can work around this with something like:
But that's not very nice to use when the input/output can also be e.g. transparent png files.
This seems like it could be related to #2274, #2237, and #2227.
The text was updated successfully, but these errors were encountered: