I need small php application that let user select images (from categories); select own logo-file or type own text which will be watermarked in selected images).
Select your language (listbox) : read from INI-file.
Select category of images
Select image (checkbox including check all images) from selected category
Upload own transparant image or type text (own image or text must be supplied)
Tickbox selection for target imagefiles (200 pixels wide or 700 pixels wide)
Enter your emailaddress
Process :
The selected images are ‘watermarked’ with the supplied logo or text (as large as the targetimage is), so original image is still visible; just with the own transparent image or text watermarked on it). Own logo or text must be over full width of original image.
Own logo-file must be visible (not just 1 pixel for example), so always a watermark is visible. If watermark is too small (image) then multilingual message is shown (‘your images is too small’).
The result is a default email (also multilingual) with an link where to download the watermarked images as zipfile. The filename must have long filename like 20101025_1725_kjshdfkljsa234jkhsk.zip
<yyyymmdd>_<hhmm>_<whatever to make it absolutely unique>.zip
The zipfile must also contain textfile with explaination how watermarked images may be used – usage license.
Requirements :
Multilingual textblocks (.ini file) with unlimited blocks for instructions and email.
PHP