[PHP-DB] Php Thumbnail Gallery

2003-03-31 Thread Keith Spiller
Hello,

Can anyone recommend a pure php solution for thumbnail image creation and
photo gallery script?  Everywhere I look the scripts require either GD,
NetPBM
or ImageMagick.  Is it not possible to build an thumbnail app without these
tools?

Thank you for any help...

Larentium


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] Php Thumbnail Gallery

2003-03-31 Thread Jason Wong
On Tuesday 01 April 2003 11:20, Keith Spiller wrote:

 Can anyone recommend a pure php solution for thumbnail image creation and
 photo gallery script?  Everywhere I look the scripts require either GD,
 NetPBM
 or ImageMagick.  Is it not possible to build an thumbnail app without these
 tools?

In theory it is possible to write a set of image handling functions in pure 
PHP. For example there are pure PHP solutions for PDF creation/handling and 
also at least one for handling zip files.

But AFAIK there isn't a solution yet for image handling. And with the latest 
versions of PHP having a bundled GD library there may not be much incentive 
for people write one.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-db
--
/*
I'd love to go out with you, but I'm doing door-to-door collecting for static
cling.
*/


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php