Moustikitos / tyf

Manipulate EXIF and IFD metadata.
19 stars 8 forks source link

Corrupted files (re)saving TIFF images #11

Closed aritgithub closed 3 years ago

aritgithub commented 7 years ago

Simple operation of (re)saving TIFF image file

i1 = Tyf.open( '/Users/xatx/Desktop/TEST.tiff' ) i1.save( '/Users/xatx/Desktop/TESTTyf.tiff' )

produces a corrupted file.

Moustikitos commented 7 years ago

Hi, can i have TEST.TIFF file ? Thank you.

aritgithub commented 7 years ago

You can use any tiff image. I created one with GIMP and I also downloaded one from Internet with the same result. My env: Mac OS X 10.7 Python 2.7.13

Moustikitos commented 7 years ago

Please, send me your corrupted file. Maybe it is a platform issue (tyf works fine on linux and win).