summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
Commit message (Collapse)AuthorAgeFilesLines
...
* make genfunclist in phpdoc happyHartmut Holzgraefe2000-11-231-1/+1
|
* Add Olympus-specific tags to read_exif_data()Rasmus Lerdorf2000-08-011-3/+73
| | | | | @ Add Olympus-specific tags to read_exif_data() (Rasmus)
* Get rid of a warningZeev Suraski2000-06-251-1/+2
|
* PHPAPI is invalid here...Zeev Suraski2000-06-251-1/+2
|
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-1/+1
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-1/+1
|
* Clean up EXIF code and give up on extracting the embedded thumbnail forRasmus Lerdorf2000-05-291-610/+102
| | | | | | now. Will return to it when I find some real specs on it. Also added a couple of missing copyright headers
* Adding project for new exif moduleFrank M. Kromann2000-05-241-1/+1
|
* @ New module for reading EXIF header data from JPEG files. Most digitalRasmus Lerdorf2000-05-241-0/+1569
@ cameras will embed all sorts of information about a picture inside the @ jpeg images it generates. (Rasmus) exif module