Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions lib/PHPExiftool/Driver/Tag/Composite/LensID.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,6 @@ class LensID extends AbstractTag
protected $local_g2 = 'Camera';

protected $Values = array(
'RL1' => array(
'Id' => 'RL1',
'Label' => 'GR Lens A12 50mm F2.5 Macro',
),
'RL2' => array(
'Id' => 'RL2',
'Label' => 'Ricoh Lens S10 24-70mm F2.5-4.4 VC',
),
'RL3' => array(
'Id' => 'RL3',
'Label' => 'Ricoh Lens P10 28-300mm F3.5-5.6 VC',
),
'RL5' => array(
'Id' => 'RL5',
'Label' => 'GR Lens A12 28mm F2.5',
),
'RL6' => array(
'Id' => 'RL6',
'Label' => 'Ricoh Lens A16 24-85mm F3.5-5.5',
),
'RL8' => array(
'Id' => 'RL8',
'Label' => 'Mount A12',
),
'00 00 00 00 00 00 00 01' => array(
'Id' => '00 00 00 00 00 00 00 01',
'Label' => 'Manual Lens No CPU',
Expand Down Expand Up @@ -1919,6 +1895,30 @@ class LensID extends AbstractTag
'Id' => 'FF 40 2D 80 2C 40 4B 06',
'Label' => 'Sigma 18-200mm F3.5-6.3 DC',
),
'RL1' => array(
'Id' => 'RL1',
'Label' => 'GR Lens A12 50mm F2.5 Macro',
),
'RL2' => array(
'Id' => 'RL2',
'Label' => 'Ricoh Lens S10 24-70mm F2.5-4.4 VC',
),
'RL3' => array(
'Id' => 'RL3',
'Label' => 'Ricoh Lens P10 28-300mm F3.5-5.6 VC',
),
'RL5' => array(
'Id' => 'RL5',
'Label' => 'GR Lens A12 28mm F2.5',
),
'RL6' => array(
'Id' => 'RL6',
'Label' => 'Ricoh Lens A16 24-85mm F3.5-5.5',
),
'RL8' => array(
'Id' => 'RL8',
'Label' => 'Mount A12',
),
);

}
2 changes: 2 additions & 0 deletions lib/PHPExiftool/Driver/Tag/IFD0/Artist.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ class Artist extends AbstractTag

protected $local_g2 = 'Author';

protected $flag_List = true;

}
47 changes: 47 additions & 0 deletions lib/PHPExiftool/Driver/Tag/MWG/City.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?php

/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace PHPExiftool\Driver\Tag\MWG;

use JMS\Serializer\Annotation\ExclusionPolicy;
use PHPExiftool\Driver\AbstractTag;

/**
* @ExclusionPolicy("all")
*/
class City extends AbstractTag
{

protected $Id = 'City';

protected $Name = 'City';

protected $FullName = 'Composite';

protected $GroupName = 'MWG';

protected $g0 = 'Composite';

protected $g1 = 'Composite';

protected $g2 = 'Other';

protected $Type = '?';

protected $Writable = true;

protected $Description = 'City';

protected $local_g1 = 'MWG';

protected $local_g2 = 'Location';

}
47 changes: 47 additions & 0 deletions lib/PHPExiftool/Driver/Tag/MWG/Copyright.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?php

/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace PHPExiftool\Driver\Tag\MWG;

use JMS\Serializer\Annotation\ExclusionPolicy;
use PHPExiftool\Driver\AbstractTag;

/**
* @ExclusionPolicy("all")
*/
class Copyright extends AbstractTag
{

protected $Id = 'Copyright';

protected $Name = 'Copyright';

protected $FullName = 'Composite';

protected $GroupName = 'MWG';

protected $g0 = 'Composite';

protected $g1 = 'Composite';

protected $g2 = 'Other';

protected $Type = '?';

protected $Writable = true;

protected $Description = 'Copyright';

protected $local_g1 = 'MWG';

protected $local_g2 = 'Author';

}
47 changes: 47 additions & 0 deletions lib/PHPExiftool/Driver/Tag/MWG/Country.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?php

/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace PHPExiftool\Driver\Tag\MWG;

use JMS\Serializer\Annotation\ExclusionPolicy;
use PHPExiftool\Driver\AbstractTag;

/**
* @ExclusionPolicy("all")
*/
class Country extends AbstractTag
{

protected $Id = 'Country';

protected $Name = 'Country';

protected $FullName = 'Composite';

protected $GroupName = 'MWG';

protected $g0 = 'Composite';

protected $g1 = 'Composite';

protected $g2 = 'Other';

protected $Type = '?';

protected $Writable = true;

protected $Description = 'Country';

protected $local_g1 = 'MWG';

protected $local_g2 = 'Location';

}
47 changes: 47 additions & 0 deletions lib/PHPExiftool/Driver/Tag/MWG/CreateDate.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?php

/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace PHPExiftool\Driver\Tag\MWG;

use JMS\Serializer\Annotation\ExclusionPolicy;
use PHPExiftool\Driver\AbstractTag;

/**
* @ExclusionPolicy("all")
*/
class CreateDate extends AbstractTag
{

protected $Id = 'CreateDate';

protected $Name = 'CreateDate';

protected $FullName = 'Composite';

protected $GroupName = 'MWG';

protected $g0 = 'Composite';

protected $g1 = 'Composite';

protected $g2 = 'Other';

protected $Type = '?';

protected $Writable = true;

protected $Description = 'Create Date';

protected $local_g1 = 'MWG';

protected $local_g2 = 'Time';

}
49 changes: 49 additions & 0 deletions lib/PHPExiftool/Driver/Tag/MWG/Creator.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?php

/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace PHPExiftool\Driver\Tag\MWG;

use JMS\Serializer\Annotation\ExclusionPolicy;
use PHPExiftool\Driver\AbstractTag;

/**
* @ExclusionPolicy("all")
*/
class Creator extends AbstractTag
{

protected $Id = 'Creator';

protected $Name = 'Creator';

protected $FullName = 'Composite';

protected $GroupName = 'MWG';

protected $g0 = 'Composite';

protected $g1 = 'Composite';

protected $g2 = 'Other';

protected $Type = '?';

protected $Writable = true;

protected $Description = 'Creator';

protected $local_g1 = 'MWG';

protected $local_g2 = 'Author';

protected $flag_List = true;

}
47 changes: 47 additions & 0 deletions lib/PHPExiftool/Driver/Tag/MWG/DateTimeOriginal.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?php

/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace PHPExiftool\Driver\Tag\MWG;

use JMS\Serializer\Annotation\ExclusionPolicy;
use PHPExiftool\Driver\AbstractTag;

/**
* @ExclusionPolicy("all")
*/
class DateTimeOriginal extends AbstractTag
{

protected $Id = 'DateTimeOriginal-2';

protected $Name = 'DateTimeOriginal';

protected $FullName = 'Composite';

protected $GroupName = 'MWG';

protected $g0 = 'Composite';

protected $g1 = 'Composite';

protected $g2 = 'Other';

protected $Type = '?';

protected $Writable = true;

protected $Description = 'Date/Time Original';

protected $local_g1 = 'MWG';

protected $local_g2 = 'Time';

}
Loading