ExifTool Forum

General => Metadata => Topic started by: neebah on January 19, 2016, 02:20:18 PM

Title: JPEG Flashpix stream bytes
Post by: neebah on January 19, 2016, 02:20:18 PM
I'm looking at the bytes in the APP2 Flashpix stream.  Exiftool lists a screennail for this section with about 51000 byes of binary data.  When I look at the bytes I see a BLOB section, but before that I see 7 properties.  One of them is the Code Page.  The property numbers are 1-7.  Do you have any info on what these might be. 
Title: Re: JPEG Flashpix stream bytes
Post by: neebah on January 19, 2016, 03:26:09 PM
So I've deduced that Property 1 is the code page
Property 2 has a value of 640
property 3 has a value of 480
Property 4 has a value of 1.  It's also a 32 bit float
property 5 has a value of 3
property 6 has a value of 0

To me it seems that we have resolution, resolution, and then I don't know.  are these Flashpix image Tags
Title: Re: JPEG Flashpix stream bytes
Post by: Phil Harvey on January 20, 2016, 07:37:01 PM
All of the information I used to decode the FlashPix are listed in the FlashPix.pm source code, which is available in the full distribution (among other places).  I don't have time right now to look into this, but you might want to check these references.

- Phil
Title: Re: JPEG Flashpix stream bytes
Post by: neebah on January 20, 2016, 08:58:00 PM
Just checked.  It says for the ScreenNail to strip off the screennail header.  No other information. 
Title: Re: JPEG Flashpix stream bytes
Post by: Phil Harvey on January 20, 2016, 09:37:13 PM
I meant the references in the code:

# References:   1) http://www.exif.org/Exif2-2.PDF
#               2) http://www.graphcomp.com/info/specs/livepicture/fpx.pdf
#               3) http://search.cpan.org/~jdb/libwin32/
#               4) http://msdn.microsoft.com/en-us/library/aa380374.aspx


- Phil
Title: Re: JPEG Flashpix stream bytes
Post by: neebah on January 20, 2016, 09:44:25 PM
Oops sorry about that.  I did check those as well.  Will keep digging.