Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Franziz  
#1 Posted : Monday, February 8, 2021 1:13:12 AM(UTC)
Franziz

Rank: Newbie

Groups: Member
Joined: 4/21/2016(UTC)
Posts: 1


There is a way to delete or bypass exif info of a jpeg?

The iphone photo have an info of 90grade rotation in orientation field of exif info.

When i put the photo in the uploader, in preview, i see the photo rotated .
After the upload i see the photo correctly.
Otherwise if i use the automatic rotation or, in preview, i correct the rotation manually the photo is uploaded rotated...

Thanks,
Francesco



Sergey_f  
#2 Posted : Monday, February 8, 2021 11:36:33 PM(UTC)
Sergey_f

Rank: Member

Groups: Member
Joined: 12/7/2018(UTC)
Posts: 25

Was thanked: 1 time(s) in 1 post(s)
Hello Francesco,

You can use the EnableExifPreview="false" and ThumbnailUseExifPreview="false" settings.
Here is the example:
Quote:
<aur:ImageUploaderFlash ID="Uploader1" DebugScriptMode="Default" DebugScriptLevel="0" runat="server" OnFileUploaded="Uploader1_FileUploaded" LicenseKey="<%$ AppSettings:ImageUploaderLicenseKey %>" width="100%" EnableAutoRotation="true" EnableExifPreview="false" Type="html">
<Converters>
<aur:Converter Mode="*.*=Thumbnail" ThumbnailUseExifPreview="false" ThumbnailWidth="600" ThumbnailHeight="600" ThumbnailFitMode="Fit" />
</Converters>
...


Here are the links to the documentation:
https://www.aurigma.com/...sh_EnableExifPreview.htm
https://www.aurigma.com/...mbnailUseExifPreview.htm

Regards,
Sergey
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.