News:

2023-08-10 - ExifTool version 12.65 released

Main Menu

Some new FUJI X30 tags

Started by ChrisSchucker, June 25, 2017, 07:01:24 AM

Previous topic - Next topic

ChrisSchucker

0x1031 (Picture mode):
  if value = 0 and 0x1425 (Short) present --> SR+
  if value = 0 and 0x1425 not present --> Auto

0x1425 (short), Scene recognition:
  Highbyte
    0: None/Unrecognized scene
    1: Portrait image
    2: Landscape image
    3: Night
    4: Macro
I think, there are more values for other scenes (beach etc.)

0x140A (short): Kind of Bitfield:
   Bit 2 (0x04): Red eye detection on

In case of red eye reduction is on, 0x4200 - 0x4203 is not identical to 0x4100 - 0x4103:
0x4200 (short): Number of "face/eye" rectangles

0x4201 (short array): Kind of rectangles
    1: Face
    2: Left eye
    3: Right eye

0x4202 (byte array): Number of coordinate of each rectangle (?)

0x4203 (short array): left, top, right and bottom coordinates
in full-sized image for each element (face, left eye, right eye) detected


Phil Harvey

Thanks!!  I'll look at this in detail when I get a chance and post back here if I have any questions.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Phil Harvey

I've added support for most of these, but it requires testing.  If you can run the Perl version, there is a 10.58 pre-release available here for testing.  Otherwise, if you could email me a few samples (one with scene recognition, and one with value of 2 or greater for tag 0x4200) it would be great.   My email is philharvey66 at gmail.com

Thanks!

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Phil Harvey

I got the files, thanks!!

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).