Author |
Topic  |
|
Eric

18 Posts |
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. |
|
fab
   
1310 Posts |
Posted - Apr 10 2012 : 00:54:34
|
Hi, how do you refresh the image in TImageEnMView? To do it, please call ImageEnMView1.ReloadImage(idx) |
 |
|
Eric

18 Posts |
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.
|
 |
|
Eric

18 Posts |
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.
|
 |
|
|
Topic  |
|
|
|