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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 After Update Exif The Image Turn 90 degrees
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

Eric

18 Posts

Posted - Apr 09 2012 :  22:31:34  Show Profile  Reply
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.

fab

1310 Posts

Posted - Apr 10 2012 :  00:54:34  Show Profile  Reply
Hi,
how do you refresh the image in TImageEnMView?
To do it, please call ImageEnMView1.ReloadImage(idx)
Go to Top of Page

Eric

18 Posts

Posted - Apr 24 2012 :  06:03:54  Show Profile  Reply
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.
Go to Top of Page

Eric

18 Posts

Posted - Apr 24 2012 :  06:17:55  Show Profile  Reply
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.


Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: