We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating an issue to track items for 0.25.x
.hdr
DynamicImage::to_bytes
PngEncoder::encode
IcoEncoder::encode
#[non_exhaustive]
Limits
LimitsSupport
Seek
BufRead
image-webp
encode
Pixel::{channels4, from_channels}
GenericImage::{get_pixel_mut, blend_pixel}
GenericImage<Pixel = Rgba<u8>>
PngDecoder::with_limits
PngDecoder::set_limits
PngDecoder
with_limits
set_limits
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Creating an issue to track items for 0.25.x
Planned
.hdr
images decoded as LDR. #1936DynamicImage::to_bytes
PngEncoder::encode
IcoEncoder::encode
#[non_exhaustive]
instead of manual implementationsLimits
andLimitsSupport
Seek
andBufRead
bounds forallmost decoders (to ensure future changes are backwards compatible)image-webp
for WebP encoding/decodingPossible
encode
method on other encoders (in because it is redundant with ImageEncoder::write_image)Pixel::{channels4, from_channels}
GenericImage::{get_pixel_mut, blend_pixel}
GenericImage<Pixel = Rgba<u8>>
implementation for DynamicImagePngDecoder::with_limits
and fixPngDecoder::set_limits
PngDecoder
supports setting limits viawith_limits
but not viaset_limits
#2084Not planned
The text was updated successfully, but these errors were encountered: