search
HomePHP LibrariesPicture libraryPHP image scaling watermark class
PHP image scaling watermark classIntroduce 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 classImage scaling watermark PHP class

25Jul2016

Image scaling watermark PHP class

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

23Nov2016

* 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)

25Jul2016

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

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

16May2016

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 tutorialPHP text watermark and PHP image watermark implementation code (two watermarking methods)_PHP tutorial

13Jul2016

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 watermarkPHP image watermark program, PHP gd library to add image watermark

25Jul2016

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

See all articles