Image-ExifTool

 view release on metacpan or  search on metacpan

html/TagNames/MIFF.html  view on Meta::CPAN

<td>'green-primary'</td>
<td>GreenPrimary</td>
<td class=c>no</td>
<td>&nbsp;</td></tr>
<tr class=b>
<td>'id'</td>
<td>ID</td>
<td class=c>no</td>
<td>&nbsp;</td></tr>
<tr>
<td>'iterations'</td>
<td>Iterations</td>
<td class=c>no</td>
<td>&nbsp;</td></tr>
<tr class=b>
<td>'label'</td>
<td>Label</td>
<td class=c>no</td>
<td>&nbsp;</td></tr>
<tr>
<td>'matt-color'</td>

html/index.html  view on Meta::CPAN

</blockquote> [dead link] -->
<blockquote><i>"ExifTool makes every other EXIF reader (and writer) than I've
seen, including the camera manufacturers' readers, look lame."</i>
- <a href="https://www.photo.net/discuss/threads/d200-exif-focus-distance.243629/">photo.net Nikon forum</a>
</blockquote>
<blockquote><i>"Insanely great tool with a long learning curve ..."</i> -
<a href="http://forums.adobe.com/message/1800175#1800175">Adobe Forums</a>
</blockquote>
<blockquote><i>"ExifTool has been outstanding in our custom used Tesla image gallery build.
We are able to aggregate image meta from our user base and incorporate this into development
iterations to continually optimize our platform..."</i>
- <a href="https://www.findmyelectric.com/">Find My Electric</a></blockquote>
<blockquote><i>"... it's super awesome, it's super reliable and after many years of
development it's still being updated!"</i> -
<a href="http://pw999.wordpress.com/2012/05/12/j-exiftool-read-and-write-exif-tags-in-java/">P_W999 blog</a>
</blockquote>
<blockquote><i>"ExifTool was the first and is (imho) by far the most complete,
safe, well-tested, well-documented, and up-to-date software you can use to
manipulate metadata"</i> -
<a href="https://ninedegreesbelow.com/photography/exiftool-commands.html">Nine Degrees Below Photography</a>
</blockquote>

lib/Image/ExifTool/MIFF.pm  view on Meta::CPAN

    colors => 'Colors',
    colorspace => 'ColorSpace',
    columns => 'ImageWidth',
    compression => 'Compression',
    delay => 'Delay',
    depth => 'Depth',
    dispose => 'Dispose',
    gamma => 'Gamma',
   'green-primary' => 'GreenPrimary',
    id => 'ID',
    iterations => 'Iterations',
    label => 'Label',
    matte => 'Matte',
    montage => 'Montage',
    packets => 'Packets',
    page => 'Page',
    # profile tags.  Note the SubDirectory is not used by ProcessMIFF(),
    # but is inserted for documentation purposes only
   'profile-APP1' => [
        # [this list is just for the sake of the documentation]
        {

lib/Image/ExifTool/TagLookup.pm  view on Meta::CPAN

	'ambisonictype' => 1,
	'amendlocalset' => 1,
	'androidrelease' => 1,
	'angleaxis' => 1,
	'angleofattack' => 1,
	'angularvelocity' => 1,
	'anim' => 1,
	'animation' => 1,
	'animationcontrol' => 1,
	'animationframes' => 1,
	'animationiterations' => 1,
	'animationloopcount' => 1,
	'animationplays' => 1,
	'anmf' => 1,
	'anniversary' => 1,
	'annotation' => 1,
	'annotations' => 1,
	'annotationusagerights' => 1,
	'announce' => 1,
	'announcelist1' => 1,
	'anoiselines' => 1,

lib/Image/ExifTool/TagLookup.pm  view on Meta::CPAN

	'itempropertyassociation' => 1,
	'itempropertycontainer' => 1,
	'itemprotection' => 1,
	'itemreference' => 1,
	'itemtool' => 1,
	'itemvendorid' => 1,
	'iterationcount' => 1,
	'iterationendaction' => 1,
	'iterationmax' => 1,
	'iterationminmax' => 1,
	'iterations' => 1,
	'itunesinfo' => 1,
	'itunesmediatype' => 1,
	'itunmovi' => 1,
	'itunsmpb' => 1,
	'ituntool' => 1,
	'ixml' => 1,
	'jbigoptions' => 1,
	'jfif' => 1,
	'jfifversion' => 1,
	'jfxx' => 1,

lib/Image/ExifTool/TagNames.pod  view on Meta::CPAN

  'colors'             Colors                   no
  'colorspace'         ColorSpace               no
  'columns'            ImageWidth               no
  'compression'        Compression              no
  'delay'              Delay                    no
  'depth'              Depth                    no
  'dispose'            Dispose                  no
  'gamma'              Gamma                    no
  'green-primary'      GreenPrimary             no
  'id'                 ID                       no
  'iterations'         Iterations               no
  'label'              Label                    no
  'matt-color'         MattColor                no
  'matte'              Matte                    no
  'montage'            Montage                  no
  'packets'            Packets                  no
  'page'               Page                     no
  'profile-APP1'       APP1_Profile             EXIF
                                                XMP
  'profile-exif'       EXIF_Profile             EXIF
  'profile-icc'        ICC_Profile              ICC_Profile



( run in 0.685 second using v1.01-cache-2.11-cpan-71847e10f99 )