On 2011-01-10 22:34, David Vincent-Jones wrote:
I notice that exports either through FILE>  EXPORT AS or through the
normal batch process of "TIFF" files results in a file being written
with a "tif" extension. The file then reappears as among the raw files
when the folder is next loaded.

The tif file also has very limited EXIF data; no camera data for
instance  ... something has changed.
We are trying to find a way to check if it's a RAW tif or TIF tif...

I can confirm that there is different amount of EXIF data written in jpg, tif and png...

$ exiftool DSC_1092.tif|wc -l
52
$ exiftool DSC_1092.jpg|wc -l
163
$ exiftool DSC_1092.png|wc -l
74

/Anders

_______________________________________________
Rawstudio-users mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-users

Reply via email to