On Thu, Jan 30, 2003 at 09:41:37PM -0800, Rene Groothuis (Aeqis) wrote:

>Hi All,
>
>Small question: How can I make a thumbnail of a jpg image?
>
>Your help is appreciated.

Take a look at the following Image manupulation functions in PHP :

ImageCreateFromJPEG()
ImageCopyResized()
ImageJPEG()



Peace

--
Rajesh
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################
  
Sub : Searching for strings in files                 LOST #172

In order to search for a string in some files, use:
grep "string" filename1 [filename2 filename3 ...]
This will  print out the  filename  and the  lines in the file
that contain the string.  Type 'man grep' for details.

####<From : freebsd fortune>##################################
:

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

Reply via email to