On Mon, 23 Dec 2002, 1LT John W. Holmes wrote:
> Better yet, take the time to write an Image Abstraction Layer that'll
> function just like a Database Abstraction Layer. You use the same functions
> no matter what and depending on the config, either GD, Imagemagik, Netpbm,
> or whatever is used to
> i want to generate the thumbnail of an image but I want my php to be
> portable. How can I generate thumbnail without depending on php host
> configuration (like --with-gd) ?
Along with the othe suggestions, Netpbm is something that you can package up
with your application so that you are al
On Monday 23 December 2002 14:26, Centaur zeus wrote:
> Is there some common utilities recommended ?
ImageMagick
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
It's not
Is there some common utilities recommended ?
From: Rasmus Lerdorf <[EMAIL PROTECTED]>
To: Centaur zeus <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: [PHP] Thumbnail generation
Date: Sun, 22 Dec 2002 21:07:35 -0800 (PST)
You are going to have to depend on something. If yo
You are going to have to depend on something. If you don't want to use
GD, you are going to need some external mechanism which will have to be
available.
-Rasmus
On Mon, 23 Dec 2002, Centaur zeus wrote:
> Hi all ,
>
> i want to generate the thumbnail of an image but I want my php to be
> po
Hi all ,
i want to generate the thumbnail of an image but I want my php to be
portable. How can I generate thumbnail without depending on php host
configuration (like --with-gd) ?
Thanks .
Perseus
_
The new MSN 8: smart spa
o disk (in the thumbnail directory)
imagejpeg($out, $tdir .'/'. $file .'_t.jpg', $quality);
//}
}#if
}#while
}
> -Original Message-
> From: Jason Bell [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 12, 2001 7:27 PM
>
riginal Message-
From: Jason Bell [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 7:27 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Thumbnail Generation from DB Stored Images.
Hello! I have images stored in a MySQL Database. I can retrieve the
images and display them without a problem, but I
Hello! I have images stored in a MySQL Database. I can retrieve the images and display
them without a problem, but I'd really like to be able to create thumbnails. The code
that I've written just doesn't seem to work. Preferably, I'd like to pull the image
from the database, and create the thum
9 matches
Mail list logo