389 lines
20 KiB
PHP
389 lines
20 KiB
PHP
<?php
|
|
|
|
/*
|
|
* PEL: PHP Exif Library. A library with support for reading and
|
|
* writing all Exif headers in JPEG and TIFF images using PHP.
|
|
*
|
|
* Copyright (C) 2005, 2006 Martin Geisler.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program in the file COPYING; if not, write to the
|
|
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
|
* Boston, MA 02110-1301 USA
|
|
*/
|
|
namespace Pel\Test\imagetests;
|
|
|
|
use lsolesen\pel\Pel;
|
|
use lsolesen\pel\PelJpeg;
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
class OlympusC765uzTest extends TestCase
|
|
{
|
|
|
|
public function testRead()
|
|
{
|
|
Pel::clearExceptions();
|
|
Pel::setStrictParsing(false);
|
|
$jpeg = new PelJpeg(dirname(__FILE__) . '/olympus-c765uz.jpg');
|
|
|
|
$exif = $jpeg->getExif();
|
|
$this->assertInstanceOf('lsolesen\pel\PelExif', $exif);
|
|
|
|
$tiff = $exif->getTiff();
|
|
$this->assertInstanceOf('lsolesen\pel\PelTiff', $tiff);
|
|
|
|
/* The first IFD. */
|
|
$ifd0 = $tiff->getIfd();
|
|
$this->assertInstanceOf('lsolesen\pel\PelIfd', $ifd0);
|
|
|
|
/* Start of IDF $ifd0. */
|
|
$this->assertEquals(count($ifd0->getEntries()), 11);
|
|
|
|
$entry = $ifd0->getEntry(270); // ImageDescription
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryAscii', $entry);
|
|
$this->assertEquals($entry->getValue(), 'OLYMPUS DIGITAL CAMERA ');
|
|
$this->assertEquals($entry->getText(), 'OLYMPUS DIGITAL CAMERA ');
|
|
|
|
$entry = $ifd0->getEntry(271); // Make
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryAscii', $entry);
|
|
$this->assertEquals($entry->getValue(), 'OLYMPUS CORPORATION');
|
|
$this->assertEquals($entry->getText(), 'OLYMPUS CORPORATION');
|
|
|
|
$entry = $ifd0->getEntry(272); // Model
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryAscii', $entry);
|
|
$this->assertEquals($entry->getValue(), 'C765UZ');
|
|
$this->assertEquals($entry->getText(), 'C765UZ');
|
|
|
|
$entry = $ifd0->getEntry(274); // Orientation
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 1);
|
|
$this->assertEquals($entry->getText(), 'top - left');
|
|
|
|
$entry = $ifd0->getEntry(282); // XResolution
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryRational', $entry);
|
|
$this->assertEquals($entry->getValue(), [
|
|
0 => 72,
|
|
1 => 1
|
|
]);
|
|
$this->assertEquals($entry->getText(), '72/1');
|
|
|
|
$entry = $ifd0->getEntry(283); // YResolution
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryRational', $entry);
|
|
$this->assertEquals($entry->getValue(), [
|
|
0 => 72,
|
|
1 => 1
|
|
]);
|
|
$this->assertEquals($entry->getText(), '72/1');
|
|
|
|
$entry = $ifd0->getEntry(296); // ResolutionUnit
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 2);
|
|
$this->assertEquals($entry->getText(), 'Inch');
|
|
|
|
$entry = $ifd0->getEntry(305); // Software
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryAscii', $entry);
|
|
$this->assertEquals($entry->getValue(), 'v777-76');
|
|
$this->assertEquals($entry->getText(), 'v777-76');
|
|
|
|
$entry = $ifd0->getEntry(306); // DateTime
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryTime', $entry);
|
|
$this->assertEquals($entry->getValue(), 1090073972);
|
|
$this->assertEquals($entry->getText(), '2004:07:17 14:19:32');
|
|
|
|
$entry = $ifd0->getEntry(531); // YCbCrPositioning
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 2);
|
|
$this->assertEquals($entry->getText(), 'co-sited');
|
|
|
|
$entry = $ifd0->getEntry(50341); // PrintIM
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryUndefined', $entry);
|
|
$expected = "\x50\x72\x69\x6e\x74\x49\x4d\0\x30\x32\x35\x30\0\0\x14\0\x01\0\x12\0\x12\0\x02\0\x01\0\0\0\x03\0\x88\0\0\0\x07\0\0\0\0\0\x08\0\0\0\0\0\x09\0\0\0\0\0\x0a\0\0\0\0\0\x0b\0\xd0\0\0\0\x0c\0\0\0\0\0\x0d\0\0\0\0\0\x0e\0\xe8\0\0\0\0\x01\x01\0\0\0\x01\x01\xff\0\0\0\x02\x01\x80\0\0\0\x03\x01\x80\0\0\0\x04\x01\x80\0\0\0\x05\x01\x80\0\0\0\x06\x01\x80\0\0\0\x07\x01\x80\x80\x80\0\x10\x01\x80\0\0\0\x09\x11\0\0\x10\x27\0\0\x0b\x0f\0\0\x10\x27\0\0\x97\x05\0\0\x10\x27\0\0\xb0\x08\0\0\x10\x27\0\0\x01\x1c\0\0\x10\x27\0\0\x5e\x02\0\0\x10\x27\0\0\x8b\0\0\0\x10\x27\0\0\xcb\x03\0\0\x10\x27\0\0\xe5\x1b\0\0\x10\x27\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x21\0\x9a\x82\x05\0\x01\0\0\0\xb8\x03\0\0\x9d\x82";
|
|
$this->assertEquals($entry->getValue(), $expected);
|
|
$this->assertEquals($entry->getText(), '(undefined)');
|
|
|
|
/* Sub IFDs of $ifd0. */
|
|
$this->assertEquals(count($ifd0->getSubIfds()), 1);
|
|
$ifd0_0 = $ifd0->getSubIfd(2); // IFD Exif
|
|
$this->assertInstanceOf('lsolesen\pel\PelIfd', $ifd0_0);
|
|
|
|
/* Start of IDF $ifd0_0. */
|
|
$this->assertEquals(count($ifd0_0->getEntries()), 32);
|
|
|
|
$entry = $ifd0_0->getEntry(33434); // ExposureTime
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryRational', $entry);
|
|
$this->assertEquals($entry->getValue(), [
|
|
0 => 10,
|
|
1 => 2000
|
|
]);
|
|
$this->assertEquals($entry->getText(), '1/200 sec.');
|
|
|
|
$entry = $ifd0_0->getEntry(33437); // FNumber
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryRational', $entry);
|
|
$this->assertEquals($entry->getValue(), [
|
|
0 => 32,
|
|
1 => 10
|
|
]);
|
|
$this->assertEquals($entry->getText(), 'f/3.2');
|
|
|
|
$entry = $ifd0_0->getEntry(34850); // ExposureProgram
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 5);
|
|
$this->assertEquals($entry->getText(), 'Creative program (biased toward depth of field)');
|
|
|
|
$entry = $ifd0_0->getEntry(34855); // ISOSpeedRatings
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 64);
|
|
$this->assertEquals($entry->getText(), '64');
|
|
|
|
$entry = $ifd0_0->getEntry(36864); // ExifVersion
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryVersion', $entry);
|
|
$this->assertEquals($entry->getValue(), 2.2);
|
|
$this->assertEquals($entry->getText(), 'Exif Version 2.2');
|
|
|
|
$entry = $ifd0_0->getEntry(36867); // DateTimeOriginal
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryTime', $entry);
|
|
$this->assertEquals($entry->getValue(), 1090073972);
|
|
$this->assertEquals($entry->getText(), '2004:07:17 14:19:32');
|
|
|
|
$entry = $ifd0_0->getEntry(36868); // DateTimeDigitized
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryTime', $entry);
|
|
$this->assertEquals($entry->getValue(), 1090073972);
|
|
$this->assertEquals($entry->getText(), '2004:07:17 14:19:32');
|
|
|
|
$entry = $ifd0_0->getEntry(37121); // ComponentsConfiguration
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryUndefined', $entry);
|
|
$this->assertEquals($entry->getValue(), "\x01\x02\x03\0");
|
|
$this->assertEquals($entry->getText(), 'Y Cb Cr -');
|
|
|
|
$entry = $ifd0_0->getEntry(37122); // CompressedBitsPerPixel
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryRational', $entry);
|
|
$this->assertEquals($entry->getValue(), [
|
|
0 => 2,
|
|
1 => 1
|
|
]);
|
|
$this->assertEquals($entry->getText(), '2/1');
|
|
|
|
$entry = $ifd0_0->getEntry(37380); // ExposureBiasValue
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntrySRational', $entry);
|
|
$this->assertEquals($entry->getValue(), [
|
|
0 => 0,
|
|
1 => 10
|
|
]);
|
|
$this->assertEquals($entry->getText(), '0.0');
|
|
|
|
$entry = $ifd0_0->getEntry(37381); // MaxApertureValue
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryRational', $entry);
|
|
$this->assertEquals($entry->getValue(), [
|
|
0 => 34,
|
|
1 => 10
|
|
]);
|
|
$this->assertEquals($entry->getText(), '34/10');
|
|
|
|
$entry = $ifd0_0->getEntry(37383); // MeteringMode
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 5);
|
|
$this->assertEquals($entry->getText(), 'Pattern');
|
|
|
|
$entry = $ifd0_0->getEntry(37384); // LightSource
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 0);
|
|
$this->assertEquals($entry->getText(), 'Unknown');
|
|
|
|
$entry = $ifd0_0->getEntry(37385); // Flash
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 16);
|
|
$this->assertEquals($entry->getText(), 'Flash did not fire, compulsory flash mode.');
|
|
|
|
$entry = $ifd0_0->getEntry(37386); // FocalLength
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryRational', $entry);
|
|
$this->assertEquals($entry->getValue(), [
|
|
0 => 109,
|
|
1 => 10
|
|
]);
|
|
$this->assertEquals($entry->getText(), '10.9 mm');
|
|
|
|
$entry = $ifd0_0->getEntry(37500); // MakerNote
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryUndefined', $entry);
|
|
$expected = "\x4f\x4c\x59\x4d\x50\0\x01\0\x10\0\0\x02\x04\0\x03\0\0\0\xe0\x05\0\0\x01\x02\x03\0\x01\0\0\0\x01\0\0\0\x02\x02\x03\0\x01\0\0\0\x02\0\0\0\x03\x02\x03\0\x01\0\0\0\0\0\0\0\x04\x02\x05\0\x01\0\0\0\xec\x05\0\0\x05\x02\x05\0\x01\0\0\0\xf4\x05\0\0\x06\x02\x08\0\x06\0\0\0\xfc\x05\0\0\x07\x02\x02\0\x08\0\0\0\x08\x06\0\0\x08\x02\x02\0\x34\0\0\0\x10\x06\0\0\x09\x02\x07\0\x20\0\0\0\x4c\x06\0\0\0\x03\x03\0\x01\0\0\0\0\0\0\0\x01\x03\x03\0\x01\0\0\0\0\0\0\0\x02\x03\x03\0\x01\0\0\0\0\0\0\0\x03\x03\x03\0\x01\0\0\0\0\0\0\0\x04\x03\x03\0\x01\0\0\0\0\0\0\0\0\x0f\x07\0\xee\x01\0\0\x6c\x06\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\0\0\0\x64\0\0\0\xfa\x1b\0\0\xe8\x03\0\0\x90\xff\x0b\xff\xd4\xfe\xd6\xff\xbd\xff\xbd\xff\x53\x58\x37\x37\x37\0\0\0\x5b\x70\x69\x63\x74\x75\x72\x65\x49\x6e\x66\x6f\x5d\x20\x52\x65\x73\x6f\x6c\x75\x74\x69\x6f\x6e\x3d\x31\x20\x5b\x43\x61\x6d\x65\x72\x61\x20\x49\x6e\x66\x6f\x5d\x20\x54\x79\x70\x65\x3d\x53\x58\x37\x37\x37\0\0\0\0\0\0\0\0\0\x4f\x4c\x59\x4d\x50\x55\x53\x20\x44\x49\x47\x49\x54\x41\x4c\x20\x43\x41\x4d\x45\x52\x41\0\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x34\x02\x05\x02\x9f\0\0\0\0\xff\0\0\x02\x19\x61\x12\x31\0\0\x05\xe3\0\0\x1c\x20\0\0\x06\xfc\0\0\x1b\xf0\0\0\x1b\xf0\0\0\x07\x10\0\0\x16\x90\0\x64\0\xc7\0\x40\0\x1c\0\0\0\0\0\0\0\0\0\0\x2a\x92\0\0\0\0\x2a\x2e\x12\x03\x10\0\0\0\0\0\0\0\0\0\0\0\x13\x1a\0\0\x3c\0\x0f\x4a\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\x06\xfc\0\0\0\0\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x22\x11\x11\x11\x11\x01\xa4\x03\x7e\x03\xeb\x01\x7c\x02\x05\x02\x1b\x01\xa1\x02\0\x01\x02\xf0\x59\0\x01\x03\x52\0\x16\0\x0d\0\x16\0\x0d\0\x05\0\x0a\0\x01\0\0\0\0\0\x10\0\0\0\x14\0\x01\0\0\0\xc7\x01\x6f\x02\x17\x02\xc0\x03\x68\x01\x03\x01\x34\x02\x05\x02\x9f\0\0\x0c\x2f\x0d\xe1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x88\x88\x01\0\0\xed\x11\xda\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x40\x01\x1a\0\xb8\x02\x4e\0\x0e\x09\x17\x01\x44\x02\x73\x02\xde\x03\x10\x02\xd4\xd0\0\0\xed\x11\0\0\0\x01\x44\x01\xfc\x04\x53\x08\x48\x09\x17\x05\xc1\x02\x56\0\0\x0a\x84\x12\xcc\x19\x8d\x1b\x37\x16\x68\x0b\x90\x04\x38\0\0\x06\xff\x08\x92\x09\x29\x08\x3f\x06\x26\0\0\0\0\0\0\x1b\xa7\x1b\x24\x17\xe3\x12\xea\x0c\xd7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x77\x77\x77\x77\x13\x27\x13\x1f\x13\x1f\x13\x1f\x0d\x18\x05\0\xe1\x07\0\x07\0\0\x03\0\0\0\x0f\0\x69\0\x4f\x76\x59\x03\x03\0\x12\x24\x37\0\x15\x29\x14\x2a\x01\xfb\x01\x83\x01\xee\x02\x32\0\0\x01\x0d\0\x36\0\x6e\x02\x1b\x01\xa1\x12\x24\x14\x2a\x20\x52\0\x04\0\x0a\x04\x03\x6e\x5f\x01\0";
|
|
$this->assertEquals($entry->getValue(), $expected);
|
|
$this->assertEquals($entry->getText(), '840 bytes unknown MakerNote data');
|
|
|
|
$entry = $ifd0_0->getEntry(37510); // UserComment
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryUserComment', $entry);
|
|
$this->assertEquals($entry->getValue(), ' ');
|
|
$this->assertEquals($entry->getText(), ' ');
|
|
|
|
$entry = $ifd0_0->getEntry(40960); // FlashPixVersion
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryVersion', $entry);
|
|
$this->assertEquals($entry->getValue(), 1);
|
|
$this->assertEquals($entry->getText(), 'FlashPix Version 1.0');
|
|
|
|
$entry = $ifd0_0->getEntry(40961); // ColorSpace
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 1);
|
|
$this->assertEquals($entry->getText(), 'sRGB');
|
|
|
|
$entry = $ifd0_0->getEntry(40962); // PixelXDimension
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryLong', $entry);
|
|
$this->assertEquals($entry->getValue(), 2288);
|
|
$this->assertEquals($entry->getText(), '2288');
|
|
|
|
$entry = $ifd0_0->getEntry(40963); // PixelYDimension
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryLong', $entry);
|
|
$this->assertEquals($entry->getValue(), 1712);
|
|
$this->assertEquals($entry->getText(), '1712');
|
|
|
|
$entry = $ifd0_0->getEntry(41728); // FileSource
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryUndefined', $entry);
|
|
$this->assertEquals($entry->getValue(), "\x03");
|
|
$this->assertEquals($entry->getText(), 'DSC');
|
|
|
|
$entry = $ifd0_0->getEntry(41729); // SceneType
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryUndefined', $entry);
|
|
$this->assertEquals($entry->getValue(), "\x01");
|
|
$this->assertEquals($entry->getText(), 'Directly photographed');
|
|
|
|
$entry = $ifd0_0->getEntry(41985); // CustomRendered
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 0);
|
|
$this->assertEquals($entry->getText(), 'Normal process');
|
|
|
|
$entry = $ifd0_0->getEntry(41986); // ExposureMode
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 0);
|
|
$this->assertEquals($entry->getText(), 'Auto exposure');
|
|
|
|
$entry = $ifd0_0->getEntry(41987); // WhiteBalance
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 0);
|
|
$this->assertEquals($entry->getText(), 'Auto white balance');
|
|
|
|
$entry = $ifd0_0->getEntry(41988); // DigitalZoomRatio
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryRational', $entry);
|
|
$this->assertEquals($entry->getValue(), [
|
|
0 => 0,
|
|
1 => 100
|
|
]);
|
|
$this->assertEquals($entry->getText(), '0/100');
|
|
|
|
$entry = $ifd0_0->getEntry(41990); // SceneCaptureType
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 2);
|
|
$this->assertEquals($entry->getText(), 'Portrait');
|
|
|
|
$entry = $ifd0_0->getEntry(41991); // GainControl
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 0);
|
|
$this->assertEquals($entry->getText(), 'Normal');
|
|
|
|
$entry = $ifd0_0->getEntry(41992); // Contrast
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 0);
|
|
$this->assertEquals($entry->getText(), 'Normal');
|
|
|
|
$entry = $ifd0_0->getEntry(41993); // Saturation
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 0);
|
|
$this->assertEquals($entry->getText(), 'Normal');
|
|
|
|
$entry = $ifd0_0->getEntry(41994); // Sharpness
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 0);
|
|
$this->assertEquals($entry->getText(), 'Normal');
|
|
|
|
/* Sub IFDs of $ifd0_0. */
|
|
$this->assertEquals(count($ifd0_0->getSubIfds()), 1);
|
|
$ifd0_0_0 = $ifd0_0->getSubIfd(4); // IFD Interoperability
|
|
$this->assertInstanceOf('lsolesen\pel\PelIfd', $ifd0_0_0);
|
|
|
|
/* Start of IDF $ifd0_0_0. */
|
|
$this->assertEquals(count($ifd0_0_0->getEntries()), 2);
|
|
|
|
$entry = $ifd0_0_0->getEntry(1); // InteroperabilityIndex
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryAscii', $entry);
|
|
$this->assertEquals($entry->getValue(), 'R98');
|
|
$this->assertEquals($entry->getText(), 'R98');
|
|
|
|
$entry = $ifd0_0_0->getEntry(2); // InteroperabilityVersion
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryVersion', $entry);
|
|
$this->assertEquals($entry->getValue(), 1);
|
|
$this->assertEquals($entry->getText(), 'Interoperability Version 1.0');
|
|
|
|
/* Sub IFDs of $ifd0_0_0. */
|
|
$this->assertEquals(count($ifd0_0_0->getSubIfds()), 0);
|
|
|
|
$this->assertEquals($ifd0_0_0->getThumbnailData(), '');
|
|
|
|
/* Next IFD. */
|
|
$ifd0_0_1 = $ifd0_0_0->getNextIfd();
|
|
$this->assertNull($ifd0_0_1);
|
|
/* End of IFD $ifd0_0_0. */
|
|
|
|
$this->assertEquals($ifd0_0->getThumbnailData(), '');
|
|
|
|
/* Next IFD. */
|
|
$ifd0_1 = $ifd0_0->getNextIfd();
|
|
$this->assertNull($ifd0_1);
|
|
/* End of IFD $ifd0_0. */
|
|
|
|
$this->assertEquals($ifd0->getThumbnailData(), '');
|
|
|
|
/* Next IFD. */
|
|
$ifd1 = $ifd0->getNextIfd();
|
|
$this->assertInstanceOf('lsolesen\pel\PelIfd', $ifd1);
|
|
/* End of IFD $ifd0. */
|
|
|
|
/* Start of IDF $ifd1. */
|
|
$this->assertEquals(count($ifd1->getEntries()), 4);
|
|
|
|
$entry = $ifd1->getEntry(259); // Compression
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 6);
|
|
$this->assertEquals($entry->getText(), 'JPEG compression');
|
|
|
|
$entry = $ifd1->getEntry(282); // XResolution
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryRational', $entry);
|
|
$this->assertEquals($entry->getValue(), [
|
|
0 => 72,
|
|
1 => 1
|
|
]);
|
|
$this->assertEquals($entry->getText(), '72/1');
|
|
|
|
$entry = $ifd1->getEntry(283); // YResolution
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryRational', $entry);
|
|
$this->assertEquals($entry->getValue(), [
|
|
0 => 72,
|
|
1 => 1
|
|
]);
|
|
$this->assertEquals($entry->getText(), '72/1');
|
|
|
|
$entry = $ifd1->getEntry(296); // ResolutionUnit
|
|
$this->assertInstanceOf('lsolesen\pel\PelEntryShort', $entry);
|
|
$this->assertEquals($entry->getValue(), 2);
|
|
$this->assertEquals($entry->getText(), 'Inch');
|
|
|
|
/* Sub IFDs of $ifd1. */
|
|
$this->assertEquals(count($ifd1->getSubIfds()), 0);
|
|
|
|
$thumb_data = file_get_contents(dirname(__FILE__) . '/olympus-c765uz-thumb.jpg');
|
|
$this->assertEquals($ifd1->getThumbnailData(), $thumb_data);
|
|
|
|
/* Next IFD. */
|
|
$ifd2 = $ifd1->getNextIfd();
|
|
$this->assertNull($ifd2);
|
|
/* End of IFD $ifd1. */
|
|
|
|
$this->assertTrue(count(Pel::getExceptions()) == 0);
|
|
}
|
|
}
|