php - Upload three versions of an image, full size, thumbnail and resized -



php - Upload three versions of an image, full size, thumbnail and resized -

so far, i've been uploading 1 image hand (ftp server when live, locally moving file), , resizing them on fly using img tag's width , height properties resize them. well, images don't good, because need square, cropped 100px version thumbnail, , 800px wide version view image page, , full-size original image hd viewing, need apply watermark, total res version. , need help image upload script. sort of file upload, really. i've looked @ tutorials, , don't seem create much sense. furthermore, need drop 3 versions database row (which think can figure out). know need utilize $_file it, i'm confused actual usage , cropping/resizing/watermarking part has me stumped. solutions, anyone?

file uploading upload using simple html form , utilize php manipulate image. example read images stored in directory , convert them in batch. example image re-sizing use imagemagick or gd library resize images. example use of same libraries watermark images. example

in all, need combine these in order upload, resize , watermark in 1 go.

php file-upload crop watermark resize-image

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -