Monday 22 August 2016

Codeigniter Image Watermark

You can easily watermark images in CodeIgniter by using CI’s image manipulation class. In CI Watermarking is only available using the GD/GD2 library.
CI’s image manipulation library allows us to do image watermark in two ways with tiny configurations changes.
1. Text watermark.(wm_text)
2. Image over relay watermark.(wm_overlay_path)
Below is my test controller , you will find both text and overlay examples there.
That’s it.

No comments:

Post a Comment

Installation of Drop Box API on Codigniter

As with the YouTube API the first step in getting this sucker setup is getting a developer key by visiting  https://www.dropbox.com/develop...