Re: [PHP-CVS] cvs: php4 /ext/exif config.m4
by other posts by this author
Aug 29 2002 7:30AM messages near this date
Re: [PHP-CVS] cvs: php4 /ext/exif config.m4
|
Re: [PHP-CVS] cvs: php4 /ext/exif config.m4
On Thu, 29 Aug 2002, Marcus Börger wrote:
> Generated by digital cameras.
From http://www.ba.wakwak.com/~tsuruzoh/Computer/Digicams/exif-e.html:
What is Exif file format?
Basically, Exif file format is the same as JPEG file format. Exif
inserts some of image/digicam information data and thumbnail image to
JPEG in conformity to JPEG specification.
It _can_ be generated by digital camara's.
Also:
On Wed, 28 Aug 2002, Markus Fischer wrote:
> On Wed, Aug 28, 2002 at 07:31:01PM -0000, Marcus Börger wrote :
> > helly Wed Aug 28 15:31:01 2002 EDT
> >
> > Modified files:
> > /php4/ext/exif config.m4
> > Log:
> > Enable EXIF by default as discussed with Rasmus
> > @Made EXIF (digital camera) extension enabled by default. (Marcus)
> [...]
> > - AC_DEFINE(HAVE_EXIF, 1, [Whether you want exif support])
> > + AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (digital camera) support])
>
> I just hope people don't think they can fetch the images with
> PHP from their digital cam ....
and I have to agree with that.
Derick
>
> At 07:36 29.08.2002, Derick Rethans wrote:
> >derick Thu Aug 29 01:36:42 2002 EDT
> >
> > Modified files:
> > /php4/ext/exif config.m4
> > Log:
> > - EXIF is about meta data from images, not for digital cameras
> >
> >
> >Index: php4/ext/exif/config.m4
> >diff -u php4/ext/exif/config.m4:1.6 php4/ext/exif/config.m4:1.7
> >--- php4/ext/exif/config.m4:1.6 Wed Aug 28 20:55:24 2002
> >+++ php4/ext/exif/config.m4 Thu Aug 29 01:36:42 2002
> >@@ -1,11 +1,11 @@
> > dnl
> >-dnl $Id: config.m4,v 1.6 2002/08/29 00:55:24 sniper Exp $
> >+dnl $Id: config.m4,v 1.7 2002/08/29 05:36:42 derick Exp $
> > dnl
> >
> >-PHP_ARG_ENABLE(exif, whether to enable EXIF (digital camera) support,
> >-[ --enable-exif Enable EXIF (digital camera) support])
> >+PHP_ARG_ENABLE(exif, whether to enable EXIF (metadata from images) support,
> >+[ --enable-exif Enable EXIF (metadata from images) support])
> >
> > if test "$PHP_EXIF" != "no"; then
> >- AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (digital camera) support])
> >+ AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (metadata from images)
> >support])
> > PHP_NEW_EXTENSION(exif, exif.c, $ext_shared)
> > fi
> >
> >
> >
> >--
> >PHP CVS Mailing List (http://www.php.net/)
> >To unsubscribe, visit: http://www.php.net/unsub.php
>
---------------------------------------------------------------------------
Did I help you? http://www.derickrethans.nl/link.php?url=giftlist
Frequent ranting: http://www.derickrethans.nl/
---------------------------------------------------------------------------
PHP: Scripting the Web - derick@[...].net
All your branches are belong to me!
SRM: Script Running Machine - www.vl-srm.net
---------------------------------------------------------------------------
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Derick Rethans
Marcus =?iso-8859-1?Q?B=F6rger?=
Marcus =?iso-8859-1?Q?B=F6rger?=
|