Home PHP Libraries Picture library PHP image scaling watermark class
PHP image scaling watermark class Introduce a PHP picture scaling watermark class, Set the picture class parameters, Picture scaling, Crop scaling mode, Proportional scaling mode, Scale fill mode, Create temporary file,Process watermark images. #
Disclaimer

All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn

Related Article

Image scaling watermark PHP class Image scaling watermark PHP class

25 Jul 2016

Image scaling watermark PHP class

PHP image watermark class, supports text watermark, transparency setting, custom watermark class PHP image watermark class, supports text watermark, transparency setting, custom watermark class

23 Nov 2016

* Picture watermark category, supports text watermark, transparency setting, customized watermark position, etc. * Usage example: * $obj = new WaterMask($imgFileName); //Instantiated object * $obj->$waterType = 1; //Type: 0 is text watermark, 1 is image watermark

PHP thumbnail and image watermark class (proportional scaling of image size) PHP thumbnail and image watermark class (proportional scaling of image size)

25 Jul 2016

PHP thumbnail and image watermark class (proportional scaling of image size)

PHP encapsulation class for adding image watermark, compression, and cutting PHP encapsulation class for adding image watermark, compression, and cutting

16 May 2016

Adding a watermark to a picture actually means adding the original picture and the watermark together. Below I will share with you the information I have recently compiled.

PHP text watermark and PHP image watermark implementation code (two watermarking methods)_PHP tutorial PHP text watermark and PHP image watermark implementation code (two watermarking methods)_PHP tutorial

13 Jul 2016

PHP text watermark and PHP image watermark implementation code (two watermarking methods). Text watermark Text watermark is to add text to the picture. It mainly uses the imagefttext method of the gd library and requires a font file. The rendering is as follows: The implementation code is as follows: Copy the code

PHP image watermark program, PHP gd library to add image watermark PHP image watermark program, PHP gd library to add image watermark

25 Jul 2016

PHP image watermark program, PHP gd library to add image watermark

See all articles