image icon indicating copy to clipboard operation
image copied to clipboard

Docs of `as_rgb32f` tells that it is 16bit

Open AngelicosPhosphoros opened this issue 2 years ago • 1 comments

Expected

Return a reference to an 32bit RGB image

Actual behaviour

Return a reference to an 16bit RGB image

Reproduction steps

https://docs.rs/image/0.24.3/image/enum.DynamicImage.html#method.as_rgb32f

AngelicosPhosphoros avatar Jul 25 '22 17:07 AngelicosPhosphoros

That's just an issue with the documentation. Please feel free to open a PR to correct it

fintelia avatar Jul 25 '22 18:07 fintelia