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
Adjust ImageMeta dimensions based on Exif orientation data (#2906)
* Adjust ImageMeta dimensions based on Exif data
* Get image Exif data from the decoder
This lets us avoid reading the file from disk twice - once to get the
dimensions/contents, and once to get the image metadata. Now we create
one decoder, get all the data we need from it, and turn it into a
DynamicImage directly.
* Get image size directly from ImageDecoder in get_rotated_size_test
0 commit comments