Search found 2 matches

by SonOfDiablo
Thu Jan 10, 2013 9:11 pm
Forum: PHP
Topic: Watermarking an Image
Replies: 3
Views: 975

Re: Watermarking an Image

Sure :)

I have made the picture above but when I try to use
imagecopy($main, $overlay, 0, 0, 0, 0, imagesx($overlay), imagesy($overlay));
(where $main is the pic I have made and $overlay is a pic I have linked)

It won't show the picture it just shows as a broken picture :/
by SonOfDiablo
Thu Jan 10, 2013 3:16 pm
Forum: PHP
Topic: Watermarking an Image
Replies: 3
Views: 975

Watermarking an Image

Hello fellers! :) I'm new on the forum but I wanted to ask about something :) I'm trying to make a watermark on an image I have med with php Like this: <?php $im = ImageCreate(500,100); $white = ImageColorAllocate($im,0xFF,0xFF,0xFF); $black = ImageColorAllocate($im,0x00,0x00,0x00); $color = ImageCo...