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) |
|
|