goldengel / exiflibrary

Automatically exported from code.google.com/p/exiflibrary
MIT License
0 stars 0 forks source link

Can not clear properties #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I create ImageFile object using:
ExifLibrary.ImageFile _file = ExifLibrary.ImageFile.FromFile(imgPath);

My Steps:
1. Clear Properties using _file.Properties.Clear();
2. Saving new image using _file.Save(newImgPath);

As i understand, it should clear the properties of old image and save as a new 
image. It works on my program. But when i look at image details on Windows 
Explorer Properties, the new image still contains the properties of old image.

Original issue reported on code.google.com by an...@ilkomers.org on 13 Jun 2012 at 2:28

GoogleCodeExporter commented 8 years ago
This is probably due to windows explorer caching image data. Can you try after 
cleaning your cache (with Disk Cleanup)?

Original comment by oozcitak on 22 Aug 2012 at 11:20

GoogleCodeExporter commented 8 years ago

Original comment by oozcitak on 1 Mar 2013 at 10:37