JPEG images with EXIF orientation are displayed without taking into account the specified orientation. The `image` crate supports EXIF orientation with `ImageDecoder::orientation` and `DynamicImage::apply_orientation`.
JPEG images with EXIF orientation are displayed without taking into account the specified orientation.
The
imagecrate supports EXIF orientation withImageDecoder::orientationandDynamicImage::apply_orientation.