It's the device that created the file.
If it was an R&S Clipster it would say that in there. If it was an R&S Venice it would say that there. It requires the manufacturer to bother to write the data.
Why are you interested?
--
Rupert Watson
+447787554801
www.root6.com
On 22/03/2017, 21:19, "Avid-L2@yahoogroups.com on behalf of bigfish@pacbell.net [Avid-L2]" <Avid-L2@yahoogroups.com> wrote:
found this info and I'm almost sorry I asked in the first place. I still don't see what the purpose of input device is.
Here's what I found on a google:
Orientation Header
The last of the generic headers is the orientation header. Information in this header describes the position of the image on the display and also contains some additional information on the source of the image data.
This header is 256 bytes in length and has the following format:
typedef struct _GenericOrientationHeader
{
DWORD XOffset; /* X offset */
DWORD YOffset; /* Y offset */
SINGLE XCenter; /* X center */
SINGLE YCenter; /* Y center */
DWORD XOriginalSize; /* X original size */
DWORD YOriginalSize; /* Y original size */
char FileName[100]; /* Source image file name */
char TimeDate[24]; /* Source image date and time */
char InputName[32]; /* Input device name */
char InputSN[32]; /* Input device serial number */
WORD Border[4]; /* Border validity (XL, XR, YT, YB) */
DWORD AspectRatio[2]; /* Pixel aspect ratio (H:V) */
BYTE Reserved[28]; /* Reserved field used for padding */
} GENERICORIENTATIONHEADER;
XOffset and YOffset indicate the offset of the first pixel in the stored image from the first pixel in the original image. If the two images are not offset, then the values of these fields will be 0.
XCenter and YCenter are floating-point values indicating the X and Y coordinates of the center of the image.
XOriginalSize and YOriginalSize indicate the width and height, respectively, of the original image, in pixels per line and lines per image.
FileName is the name of the source image from which the image was processed or extracted.
TimeDate is a 24-byte field containing a time and date stamp of when the source image was created. This stamp is a string in the form YYYY:MM:DD:HH:MM:SS:LTZ.
InputName is a 32-byte ASCII string declaring the name of the input device.
InputSN is a 32-byte ASCII string declaring the serial number of the input device.
Border is a set of four values that describe the region of the image eroded due to edge-sensitive filter processing. These values are, in order: X left, X right, Y top, and Y bottom. Values of 0, 0, 0, 0 indicate no border and therefore no erosion.
AspectRatio is the pixel aspect ratio described as a horizontal value (AspectRatio[0]) divided by a vertical value (AspectRatio[1]).
Reserved is a 28-byte field used to pad the header out to 256 bytes in length. Future versions of the DPX format may support additional fields in this area.
---In Avid-L2@yahoogroups.com, <bigfish@...> wrote :
I did find in photoshop the file info which lists all kinds of file metadata but I don't see anything listed as "input device" Perhaps I'm just looking in the wrong place. It's part of the header data. I think of that is something like the vertical interval data in a video signal but I know it's different. So what is a dpx input device?
All of our news and views: The root6 blog
Registered in the UK at: 4 Wardour Mews, London W1F 8AJ
Tel: +44 (0) 20 7437 6052 Company No. 03433253
A Jigsaw24 Company
Posted by: Rupert Watson <rupert@root6.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (4) |
No comments:
Post a Comment