Artist name and Copyright info in DNG header - RAW Shooting and Processing - CHDK Forum

Artist name and Copyright info in DNG header

  • 3 Replies
  • 3713 Views
*

Offline philmoz

  • *****
  • 3450
    • Photos
Artist name and Copyright info in DNG header
« on: 19 / May / 2012, 19:03:02 »
Advertisements
Revision 1863 (trunk) adds the Artist and Copyright data from the camera to the DNG header.

This uses new PARAM_xxx values defined in platform_camera.h.

Currently this is enabled for G12, SX30, SX40, IXUS310 and G1X.

If PARAM_ARTIST_NAME is defined the Artist tag is set from this value (G1X).
Otherwise if PARAM_OWNER_NAME is defined the Artist tag is set from this (G12, SX30, SX40, IXUS310).

If PARAM_COPYRIGHT is defined the Copyright tag is set from this (G1X).

Phil.
CHDK ports:
  sx30is (1.00c, 1.00h, 1.00l, 1.00n & 1.00p)
  g12 (1.00c, 1.00e, 1.00f & 1.00g)
  sx130is (1.01d & 1.01f)
  ixus310hs (1.00a & 1.01a)
  sx40hs (1.00d, 1.00g & 1.00i)
  g1x (1.00e, 1.00f & 1.00g)
  g5x (1.00c, 1.01a, 1.01b)
  g7x2 (1.01a, 1.01b, 1.10b)

Re: Artist name and Copyright info in DNG header
« Reply #1 on: 19 / May / 2012, 22:17:17 »
This might be a dumb question, but I assume what this means is that if your camera lets you enter your name in the Canon menus,  this patch extracts that name from the camera parameters and pastes it into the EXIF header of the DNG picture ?     From what I can tell by playing with them,  neither of my cameras generically support user name entry - hence my question.   If so,  I guess a CHDK function to do this might be something to think about.

« Last Edit: 19 / May / 2012, 22:27:08 by waterwingz »
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline philmoz

  • *****
  • 3450
    • Photos
Re: Artist name and Copyright info in DNG header
« Reply #2 on: 19 / May / 2012, 22:45:34 »
This might be a dumb question, but I assume what this means is that if your camera lets you enter your name in the Canon menus,  this patch extracts that name from the camera parameters and pastes it into the EXIF header of the DNG picture ?     From what I can tell by playing with them,  neither of my cameras generically support user name entry - hence my question.   If so,  I guess a CHDK function to do this might be something to think about.


You use the Canon CameraWindow software to set these values on the camera.
With the exception of the G1X, you can't enter it through the camera menus.

Phil.
CHDK ports:
  sx30is (1.00c, 1.00h, 1.00l, 1.00n & 1.00p)
  g12 (1.00c, 1.00e, 1.00f & 1.00g)
  sx130is (1.01d & 1.01f)
  ixus310hs (1.00a & 1.01a)
  sx40hs (1.00d, 1.00g & 1.00i)
  g1x (1.00e, 1.00f & 1.00g)
  g5x (1.00c, 1.01a, 1.01b)
  g7x2 (1.01a, 1.01b, 1.10b)

Re: Artist name and Copyright info in DNG header
« Reply #3 on: 20 / May / 2012, 13:13:53 »
Is CHDK able to write to this param? If so then it could be overwritten using textbox.
if (2*b || !2*b) {
    cout<<question
}

Compile error: poor Yorick


 

Related Topics