A super simple php image watermark code _ PHP Tutorial

Source: Internet
Author: User
Tags imagejpeg
A super simple php image watermark code. A super simple php Tutorial image watermark code add a watermark to the image in php: imagecreatefrom?imagecreatefrompngimagecopymergeimagejpeg. as long as you set the source image and Watermark, a super simple php Tutorial image watermark code
Add imagecreatefromjpeg imagecreatefroatefrompng imagecopymerge imagejpeg to the image in php. as long as you set the source image and the watermark image, see the example below.
*/

Header ("content-type: image/jpeg ");
$ Filename = 'temp/www. bKjia. c0m/zhutiai.com.jpg ';
$ Im = imagecreatefromjpeg ($ filename );
$ S = imagecreatefrompng ('MB. bKjia. c0m/pic/water_template.png ');
Imagecopymerge ($ im, $ s, 0,200, 20 );
Imagejpeg ($ im );

Watermark added to the image in php: imagecreatefromjpeg imagecreatefrompng imagecopymerge imagejpeg. as long as you set the source image and watermark...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.