PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, January 23, 2022

[FIXED] How to implement watermarking of images in YII framework?

 January 23, 2022     image, watermark, yii     No comments   

Issue

I want to watermark images at the time of uploading in yii.

Please anyone help me to do that.


Solution

If you want to write your own code for that just google "php watermark images" or something similar. You can find many examples here as well like: Image watermarking in php php watermark and save image

If you just want to use Yii extension for that just google "yii watermark" for example. It gave me this extension url: https://github.com/zhdanovartur/yii-easyimage



Answered By - Bizley
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing