ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 After Update Exif The Image Turn 90 degrees

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Eric Posted - Apr 09 2012 : 22:31:34
Hi,
I load images with this code,
ImageEnMView1.FillFromDirectory(DirectoryListBox1.Directory,-1,false,'iev') ;;
then I select Image and modify Exif Information

ImageEnIO1.ParamsFromFile(fielname);
ImageEnIO1.Params.EXIF_HasEXIFData := True;
ImageEnIO1.Params.EXIF_ImageDescription := 'Test';
ImageEnIO1.InjectJpegEXIF(filename);

The image will change orientation every time.
3   L A T E S T    R E P L I E S    (Newest First)
Eric Posted - Apr 24 2012 : 06:17:55
Hi,
I just found the different from my Picture (Canon DSC).
EXIF_ExifVersion := '0221';
So I test another picture with EXIF_ExifVersion 2.1
it works fine. But I try another picture (sony DSC) with EXIF_ExifVersion 2.1, it also work fine.


Eric Posted - Apr 24 2012 : 06:03:54
Hi,
I try the new Exif demo program, and it still change orientation
after I save changes.
May I send a sample picture to you.
fab Posted - Apr 10 2012 : 00:54:34
Hi,
how do you refresh the image in TImageEnMView?
To do it, please call ImageEnMView1.ReloadImage(idx)