hi,
i looking for a solution to
add a watermark on a picture and save in same directory using php
so far i find a script to add a watermark but i want save that file in same
directory any one can help me?
thanks a lot :)
Printable View
hi,
i looking for a solution to
add a watermark on a picture and save in same directory using php
so far i find a script to add a watermark but i want save that file in same
directory any one can help me?
thanks a lot :)
This is a php question that would be best fit in the php forum. i will get a mod to move it. :)
Anyone can always either pm a mod or report the thread so someone on the staff can get notice and move a thread. ;)
Thread Moved
Sounds like you just need help with the saving to a new file?
Are you using the GD library?
If so, you can just output the image to a file:
http://de3.php.net/manual/en/function.imagejpeg.phpPHP Code:// for a jpeg
imagejpeg ($image, $filename)
i pmed hack last night.Quote:
Originally Posted by RobDog888
If you are uploading the file, you are going to have to upload it, load it into gd, and save it again. gd functions