Osmium
8th of June 2003 (Sun), 08:17
Does anyone have the specs (or know where to find them) for the Canon Raw file format [specifically for EOS-1Ds]?
I'm writing a Photoshop scripting application (Visual Basic) and I want to grab the EXIF data before it gets processed by Adobe Camera Raw.
I can script Adobe Camera Raw ok, but I want to base the processing on some EXIF data. *
I'm using the EXIF 2.2 spec to try to extract the EXIF data but not all of the data seems to follow that spec. Things like manufacturer, model, date/time ascii data are easy to get at, as are some of the LONG data types, but many of the SHORT data types don't seem to match with the spec and don't make sense - at least to me!
* This used to say that I lost some EXIF data after ACR - but that turned out to be a bug in my code - don't kill me! :-)
I'm writing a Photoshop scripting application (Visual Basic) and I want to grab the EXIF data before it gets processed by Adobe Camera Raw.
I can script Adobe Camera Raw ok, but I want to base the processing on some EXIF data. *
I'm using the EXIF 2.2 spec to try to extract the EXIF data but not all of the data seems to follow that spec. Things like manufacturer, model, date/time ascii data are easy to get at, as are some of the LONG data types, but many of the SHORT data types don't seem to match with the spec and don't make sense - at least to me!
* This used to say that I lost some EXIF data after ACR - but that turned out to be a bug in my code - don't kill me! :-)