goldengel / exiflibrary

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

Cannot Save Tiff Properties #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
ImageFile tif = ImageFile.FromFile(FI[j].FullName);

tif.Properties.Set(ExifTag.XResolution, 400);
tif.Properties.Set(ExifTag.YResolution, 400);

tif.Save(pathout + "\\" + FI[j].Name);

I tried to change Resolution of a Tiff image, but it's not effect.
It's original resolution is 300x300.
I used this code to change it's resolution to 400x400, but when i save it, it's 
resolution is still 300x300
Can you help me resolve it?

Original issue reported on code.google.com by anhkhoap...@gmail.com on 18 Jan 2014 at 3:20

GoogleCodeExporter commented 8 years ago
Did you find any update on this issue?

Original comment by saroj.pr...@gmail.com on 11 Jun 2014 at 12:47