Re: [PHP4BETA] cvs: php4 /ext/exif/ .cvsignore Makefile.in config.m4 exif.c php_exif.h
[email protected] (Rasmus Lerdorf)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 24 May 2000 [email protected] wrote: > On Wed, May 24, 2000 at 06:31:23AM -0700, Rasmus Lerdorf wrote: > > On Wed, 24 May 2000, Andrei Zmievski wrote: > > > > > On Wed, 24 May 2000, Rasmus Lerdorf wrote: > > > > rasmus Wed May 24 12:33:19 2000 EDT > > > > > > > > Added files: > > > > /php4/ext/exif .cvsignore Makefile.in config.m4 exif.c php_exif.h > > > > Log: > > > > @ New module for reading EXIF header data from JPEG files. Most digital > > > > @ cameras will embed all sorts of information about a picture inside the > > > > @ jpeg images it generates. (Rasmus) > > > > exif module > > > > > > Do we really need a whole module for one function? > > > > More are coming. Have to start somewhere. There will be functions to > > extract thumbnails and delete thumbnails embedded in jpeg files. > > where did you get the specs for this? http://www.butaman.ne.jp/~tsuruzoh/Computer/Digicams/exif-e.html and I used the jhead.c code from http://www.sentex.net/~mwandel/jhead/ to get a head start. -Rasmus