<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/exif, branch dev</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Keeping function prototype variables the same</title>
<updated>2002-08-06T03:48:15+00:00</updated>
<author>
<name>Dan Kalowsky</name>
<email>kalowsky@php.net</email>
</author>
<published>2002-08-06T03:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e410749014d62553f209281cb32bbd68909a1f69'/>
<id>e410749014d62553f209281cb32bbd68909a1f69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>datatype inconsistency found by Dan Kalowsky</title>
<updated>2002-08-06T03:32:16+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2002-08-06T03:32:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7477baf33a81975ba4b3761cb79d609976f751c0'/>
<id>7477baf33a81975ba4b3761cb79d609976f751c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-fix warnings in windows build</title>
<updated>2002-07-31T21:34:37+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2002-07-31T21:34:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dfe1a65faff63cb819ed46ce4807374cc8025db0'/>
<id>dfe1a65faff63cb819ed46ce4807374cc8025db0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-decode several MarkerNotes</title>
<updated>2002-07-28T17:21:51+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2002-07-28T17:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=038342686008452d48bcf2e8e47b04af9cc1bede'/>
<id>038342686008452d48bcf2e8e47b04af9cc1bede</id>
<content type='text'>
-correct offset information in debug mode
@exif_read_data() can decode MarkerNote of several Cameras. (Marcus)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-correct offset information in debug mode
@exif_read_data() can decode MarkerNote of several Cameras. (Marcus)

</pre>
</div>
</content>
</entry>
<entry>
<title>Missing Photoshop tags</title>
<updated>2002-07-26T17:09:02+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2002-07-26T17:09:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8b853592b156768708274b25e20b11c6c05e05ab'/>
<id>8b853592b156768708274b25e20b11c6c05e05ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-handling of thumbnails in sub IFDs (the Photoshopway for TIFF)</title>
<updated>2002-07-25T00:52:30+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2002-07-25T00:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4a8dd1255f28c5d169c890ff4b917554e5e70c73'/>
<id>4a8dd1255f28c5d169c890ff4b917554e5e70c73</id>
<content type='text'>
-Some Photoshop specific tags
#after the last patches this finally fixes all warnings and errors in bug #18405

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-Some Photoshop specific tags
#after the last patches this finally fixes all warnings and errors in bug #18405

</pre>
</div>
</content>
</entry>
<entry>
<title>-naming convention</title>
<updated>2002-07-24T00:05:41+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2002-07-24T00:05:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=837fa41da591908eaf9f92677d9ca4ffb9b30593'/>
<id>837fa41da591908eaf9f92677d9ca4ffb9b30593</id>
<content type='text'>
-better notices
-(D)WORD are unsigned datatypes
-started to split tygs into different arrays that would allow to handle vendor specific tags after detection of their markers
#BUT simply i do not have any vendor specific image tags...

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-better notices
-(D)WORD are unsigned datatypes
-started to split tygs into different arrays that would allow to handle vendor specific tags after detection of their markers
#BUT simply i do not have any vendor specific image tags...

</pre>
</div>
</content>
</entry>
<entry>
<title>added some more tags from WinXP</title>
<updated>2002-07-22T15:07:12+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2002-07-22T15:07:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=469266e4a242e4893d8663fe5b9e78c0a1ddf50f'/>
<id>469266e4a242e4893d8663fe5b9e78c0a1ddf50f</id>
<content type='text'>
changed conersion for TAG_FMT_SBYTE &amp; BYTE
#second change fixes unnecessary conversion timeout
#found by Johan Hultgren &lt;johan@6thgear.se&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
changed conersion for TAG_FMT_SBYTE &amp; BYTE
#second change fixes unnecessary conversion timeout
#found by Johan Hultgren &lt;johan@6thgear.se&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>added EXIF Version 2.2 Tags</title>
<updated>2002-07-22T11:36:17+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2002-07-22T11:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b4c3a0f06e41ef038f4f90c800eba1b625982fe6'/>
<id>b4c3a0f06e41ef038f4f90c800eba1b625982fe6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unify error messages &amp; notices</title>
<updated>2002-07-21T22:38:23+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2002-07-21T22:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=21da93abe131ed66bdbb8dde3fabdcb44686916d'/>
<id>21da93abe131ed66bdbb8dde3fabdcb44686916d</id>
<content type='text'>
# this fixes exif again since it was broken by message unify

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# this fixes exif again since it was broken by message unify

</pre>
</div>
</content>
</entry>
</feed>
