TinyWebGallery <[EMAIL PROTECTED]> writes:

Hi Michael,

I would appreciate it if you could follow up to the PEL development
list too so that the messages can be archived.  Go to

  https://lists.sourceforge.net/lists/listinfo/pel-devel

to subscribe.

> I have a nice webgallery (www.tinywebgallery.com) and want to
> integrate pel to my application because I want to keep the exif info
> if someone uploads images and select my resize option. Right now the
> exif data is lost.

Good idea -- having a simple resize_and_keep_my_exif_data() function
would be a nice feature (probably with a shorter name, though...)

> Do you have a "minimal" version where I simply read about 8 tags
> from the exif data and write it to the new file again?

No, there is no such thing right now. But the core of PEL isn't that
big anyway: I just downloaded PEL 0.9 and after removing the doc,
test, po, locale, and examples directories I ended up with 644 KiB of
uncompressed code.  Zipping that up gives me 123 KiB.  Going for bzip2
is even better: just 71 KiB.

I saw your zip download is 1.8 MiB, so is 123 KiB really that much of
a problem?

Since you know which tags you want you could even trim the content of
the files. Simply removing all comments, squizzing multiple blank
lines into one, and removing INSTALL, NEWS, etc. gets the zip file
down to just 41 KiB.

> Its for jpgs only. I want to keep my download as small as possible
> (its too big already :()

I don't know how big a role that plays today, but 1.8 MiB sounds like
a lot of a gallery that calls itself tiny :-)  But I'm sure that it
has lots of features and they come at a price.

> Thanks,
> Michael
> 

-- 
Martin Geisler                                     GnuPG Key: 0x7E45DD38

PHP Exif Library      |  PHP Weather             |  PHP Shell
http://pel.sf.net/    |  http://phpweather.net/  |  http://mgeisler.net/
Read/write Exif data  |  Show current weather    |  A shell in a browser


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
PEL-devel mailing list
PEL-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pel-devel

Reply via email to