All Entries Tagged With: "thumbnail"
How to create thumbnails ( Logic ) in PHP
How to create thumbnails ( Logic ) How to create thumbnails ? To generate thumbnails we do the following: Scan a folder for JPG and PNG files (gd does not support GIF anymore, because the packing algorithm in GIF is copyrighted ). Take each of these images, and load it. Resize the image. Save the [...]
R Arun Raj | Mar 15, 2008 | Comments 0



