Ask a Question related to PHP Development, Design and Development.
-
nawfer #1
for to create thumbnail by imagemagick gd netpbm ?
for to resize and copy original photos into a new directory and to use
for a thumbnail gallery on the web;
who is better GD, Netpbm or imagemagick and why?
very thank
nawfer Guest
-
to use: imagemagick -gd -netpbm, what .. ?
for to resize and copy original photos into a new directory and to use for a thumbnail gallery on the web; who is better GD, Netpbm or... -
Image::Magick::Thumbnail::create problem
I am using a script based on the example from www.cpan.org for Image::Magick::Thumbnail:- #!/usr/bin/perl -w use CGI qw(:all); print header;... -
imagemagick
I need some help with imagemagick how is it possible to resize a pic to a fixed size (640x480) and if the image is too small (640x400) to fill up... -
any easy library to create a thumbnail
Hi all, I am trying to convert my gifs and png to thumbnails Does anyone know a library that can help me Thanks Ram -
Create Thumbnail
If you can use GD2 library use this function function create_resampled_image($max_height, $max_width, $image_quality, $image, $newimage){... -
Chris Hope #2
Re: for to create thumbnail by imagemagick gd netpbm ?
nawfer wrote:
I don't know about Netpbm, but from my own tests ImageMagick was faster for> for to resize and copy original photos into a new directory and to use
> for a thumbnail gallery on the web;
>
> who is better GD, Netpbm or imagemagick and why?
me for resizing than GD.
--
Chris Hope - The Electric Toolbox - [url]http://www.electrictoolbox.com/[/url]
Chris Hope Guest



Reply With Quote

