#
15d74e34 |
| 06-Mar-2002 |
Marcus Boerger |
-comments
|
#
0b5759f7 |
| 06-Mar-2002 |
Marcus Boerger |
-missing efree -incorrect index/length computing: left from jhead #no errors left with test files - controlled manually with hexeditor
|
#
0ecd2f08 |
| 06-Mar-2002 |
Marcus Boerger |
-new working thumbnail code -everything uses new data structures -new function exif_thumbnail #nearly stripped off all jhead code @read_exif_data is now an alias for exif_read_data
-new working thumbnail code -everything uses new data structures -new function exif_thumbnail #nearly stripped off all jhead code @read_exif_data is now an alias for exif_read_data @ important to differenciate old/new version for tests) @new function exif_tagname returns the names of tags @new function exif_thumbnail extracts embedded thumbnail (Marcus) #switched to internal version 1.2
show more ...
|
#
088450ef |
| 05-Mar-2002 |
Marcus Boerger |
-fixes -changed internal data structures #nearly stripped off all jhead code
|
#
6b2a0743 |
| 04-Mar-2002 |
Marcus Boerger |
- Read IsColor for TIFF
|
#
a7403576 |
| 04-Mar-2002 |
Marcus Boerger |
- disabled debug information - added missing width/height from primary ifd for TIFF
|
#
be5908b0 |
| 04-Mar-2002 |
Marcus Boerger |
-addition to last change: php_image.h must be included now
|
#
83e6dbcf |
| 04-Mar-2002 |
Rasmus Lerdorf |
Let getimagesize() and read_exif_data() share the same constants to promote a little bit of code reuse here on two very similar problems.
|
#
642ab24d |
| 04-Mar-2002 |
Marcus Boerger |
-Added TIFF support -Changed parameters after checking bugdatabase and discussion with Rasmus: 1st=Filename, 2nd=NeededSections # 3rd=Thumbnail, 4th=All # 3rd and 4th parameter
-Added TIFF support -Changed parameters after checking bugdatabase and discussion with Rasmus: 1st=Filename, 2nd=NeededSections # 3rd=Thumbnail, 4th=All # 3rd and 4th parameter are currently diabled because the code # does not work correctly (will correct this in later versions). # Changing the parameters will not cause any problems because the # old parameter functions never found their way in documentation # and the they did not work... @-Added TIFF support @-Changed parameters after checking bugdatabase and discussion with Rasmus @ 1st=Filename, 2nd=NeededSections @ If the 2nd parameter is not present or 0 or '' the function will return @ a result array even if no data was read from file. # Personally i consider a default behaviour to generate no array if # no data is present as a bad idea because here we can generate as # much information as possible.... @ If the 2nd parameter is a string then that string describes which @ sections have to be present in the file to generate a result array. @ If none of the needed section is found the result will be false. @ Section strings are "ANY_TAG","IFD0","COMMENT","EXIF","GPS","INTEROP" @ "FPIX","APP12". Each string has to be separated by a colon. So @ "COMMENT,EXIF" returns an array if either a comment or an Exif @ section is present. "IFD0" is standard datastructure in a TIFF/JPEG @ file that contains image information. "EXIF" is the Exif structure @ of TIFF/JPEG (IFD0 subdirectory). "GPS", "INTEROP", "FPIX", "APP12" @ are additional IFD0 subdirectories. The APP12 support is an @ experimental Olympus support. # Do not worry this is no problem, it is safe. @(Marcus)
show more ...
|
#
442773ab |
| 02-Mar-2002 |
Marcus Boerger |
Wrong brackets by rasmus...but sorry the fault was mine because i missed them... i also decided to call the first working version 1.0a by the way: currently i am working on tiff fil
Wrong brackets by rasmus...but sorry the fault was mine because i missed them... i also decided to call the first working version 1.0a by the way: currently i am working on tiff files and it looks like it may work
show more ...
|
#
15ba6402 |
| 02-Mar-2002 |
Rasmus Lerdorf |
Fix a couple of warnings
|
#
0857bdbc |
| 01-Mar-2002 |
Marcus Boerger |
+Support for Photographer/Editor Copyright as associative array as this is a new feature the change (optionally being an array) has to be mentioned in documentation. +New function exif_headername
+Support for Photographer/Editor Copyright as associative array as this is a new feature the change (optionally being an array) has to be mentioned in documentation. +New function exif_headername can be used to read the internal Tag namelist (was mainly created for debugging purpose but maybe somone writes code to create/update exif headers here). +An internal version number is present. +A testpage is supplied test.txt describes how the test works. +The oldfunction read_exif_data has got an alias exif_read_data As the old version of this module is very buggy i decided to implement the testpage (test.txt) and to create the alias. The test script only works with the alias as the old version does not pass tests. By the way it seems a good way to prepend 'exif_' to all functions in the module.
show more ...
|
#
05b13da5 |
| 28-Feb-2002 |
Marcus Boerger |
Changed file to match CODING_STANDARDS except function names that match jhead.c project. I think it is acceptable using naming conventions of other projects when borrowing code.
|
#
7d983e5f |
| 28-Feb-2002 |
Sebastian Bergmann |
Fix headers.
|
#
98ebd1c2 |
| 28-Feb-2002 |
Marcus Boerger |
+Added UNICODE support for Comments +Added Description,Artist +Added missing memory deallocation +Corrected error with multiple comments +Corrected handling of ExifVersion, Tag has 4
+Added UNICODE support for Comments +Added Description,Artist +Added missing memory deallocation +Corrected error with multiple comments +Corrected handling of ExifVersion, Tag has 4 ASCII characters *WITHOUT* NUL +Corrected handling of Thumbnailsize if current source detects size < 0 +Changed all fields to char* that do not have a maximum length in EXIF standard +Undocumented second Parameter ReadAll frees memory to early -> moved to third position default changed to false -> faster +New second Parameter [true|false] to specify whether or not to to read thumbnails -> reading is timeconsumpting suppose default should be false -> done so
show more ...
|
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers.
|
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1 |
|
#
68925208 |
| 11-Oct-2001 |
Stig Bakken |
* zend_module_entry change: apino, debug and zts are moved first, see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
|
Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS |
|
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
|
Revision tags: PRE_SUBST_Z_MACROS |
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2 |
|
#
5296d29b |
| 22-Aug-2001 |
foobar |
Killed a compile warning.
|
#
b732d8da |
| 16-Aug-2001 |
Rasmus Lerdorf |
Missing define
|
#
2b4c2a2f |
| 16-Aug-2001 |
Rasmus Lerdorf |
Commit a bit of random plane hacking. - A slight exif fix from the latest version of jhead - Make ext_skel's confirm_module_compiled function consistent
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE |
|
#
f6f6c4d7 |
| 11-Aug-2001 |
Zeev Suraski |
Whitespace
|
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
57946eb3 |
| 06-Aug-2001 |
Frank M. Kromann |
Adding missing TSRM macros. Kill signed/unsigned compiler warning
|
#
628c2127 |
| 04-Aug-2001 |
Rasmus Lerdorf |
support for multiple exif comments @ - Enhance read_exif_data() to support multiple comment tags (Rasmus)
|