cutec-chris / dexif

Lazarus port of Delphi EXIF Library to extract Exif Information from Images
Other
21 stars 18 forks source link

Setting ImgData.Height oder .Width deletes all EXIFObj data #10

Open Mikkao opened 5 years ago

Mikkao commented 5 years ago

When simply changing Width or Height (lines 747 or 754 resp. in dMetadata) a new EXIFObj is created thus destroying all data in the existing EXIFObj . I cannot believe this is intended.