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
Hi Team, I'm trying to autorotate an image that has EXIF data, so I've added the libexif dependency to fix rotating images.But all of a sudden I see images with no exif data is generaed with exif metadata. img.Export seems to be adding the EXIF metadata even after performing img.RemoveMetaData(). Is there some way to prevent this from happening? Adding EXIF metadata is adding another 200Bytes to the image, and this at scale is not what we would ideally want.
The below code is vaguely what I'm doing
Hi Team, I'm trying to autorotate an image that has EXIF data, so I've added the
libexif
dependency to fix rotating images.But all of a sudden I see images with no exif data is generaed with exif metadata.img.Export
seems to be adding the EXIF metadata even after performingimg.RemoveMetaData()
. Is there some way to prevent this from happening? Adding EXIF metadata is adding another 200Bytes to the image, and this at scale is not what we would ideally want.The below code is vaguely what I'm doing
But img.Export is adding EXIF data always. Is there any way out?
source image
resized image
The text was updated successfully, but these errors were encountered: