History log of /PHP-5.5/ext/exif/exif.c (Results 201 – 225 of 268)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c645babd 18-Mar-2002 Marcus Boerger

-use php_stream_make_seekable


# d2d87622 17-Mar-2002 Wez Furlong

Streams now make more use of the memory manager, so tracking down
leaking streams should be easier.
# I hate these big commits


# 20f2e632 17-Mar-2002 Marcus Boerger

#removed code to track down error in streams


# bcad7a59 16-Mar-2002 Marcus Boerger

-quick hack to bug in streams....but where?


# d50102b6 16-Mar-2002 Marcus Boerger

-disabling debug
#Wez: i have an error when closing the original file after stream copy...


# fe9cb020 16-Mar-2002 Marcus Boerger

-fix bug for not correct terminated comments
-switch to streams
@exif functions now support streams using memory streams where @necessary (marcus)


# 0f65280c 15-Mar-2002 Wez Furlong

New PHP streams...


Revision tags: help
# e03a8a99 13-Mar-2002 Marcus Boerger

-handling


# 3c47fb91 12-Mar-2002 Marcus Boerger

-usability
-tests


# 8a622d06 12-Mar-2002 Marcus Boerger

-return size of thumbnail even if it not read


# 06a24216 12-Mar-2002 Marcus Boerger

-support for array tags
-better memory handling
-support for thumbnails in TIFF format
-new functions exif_imagetype
@-new function exif_imagetype
@-exif_thumbnail fupports thumbn

-support for array tags
-better memory handling
-support for thumbnails in TIFF format
-new functions exif_imagetype
@-new function exif_imagetype
@-exif_thumbnail fupports thumbnails in TIFF format and can return size
@ of thumbnail

show more ...


# 42e478c7 08-Mar-2002 Marcus Boerger

-support for out of section data


# 27242a7a 08-Mar-2002 Marcus Boerger

-change IsColor from non zero to 1
-new test and example for documentation


# 9363bfad 08-Mar-2002 Marcus Boerger

-Support for IFD Arrays
#necessary for update/write operations


# d994d0b4 08-Mar-2002 Marcus Boerger

TIFF support for 'non' digicam files
# same as in standard/image.c but here it's more complex


# 88750086 07-Mar-2002 foobar

- Fixed some compile warnings and removed bogus comments.


# 0a0942b1 06-Mar-2002 Marcus Boerger

-comments
#just another jhead.c line


# 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.


1234567891011