Open
Description
Is your feature request related to a problem? Please describe.
Maintain Exif metadata when you request a file picture resized.
Example: When I upload an image using InputFile on Blazor, if I request the original file I can get the Exif metadata, but If I request the image resized I lost the information, this could be an important feature because I need to determine the rotation of the picture so I can rotate it automatically and try to avoid the user to manually rotate the picture.
Describe the solution you'd like
There's a way to write the Exif to a current image in Javascript so I think is possible to read the current and add it to the newly resized image, this way the server can receive the resized image and this translates to saving in bandwith, mostly on phone devices where a picture can have a size of 20mb.