Intelligent Watermark (php + gd)

Intelligent Watermark (php + gd)

Posted by Sajith M.R in Downloads, php, php source code on 09. Aug, 2008 | 2 Comments

Online Photoshop in PHP Part (5) >>

(image after watermarked with gmail logo)
Those who haven’t seenĀ  the online photoshop tool created by me, just click here: http://www.sajithmr.com/photoshop
Today we will implement the watermarking on images using php gd library. Intelligent watermarking means, apply a logo or a watermark image on another image by measuring the color [...]

Online Photoshop in PHP (Series Part 2)

Online Photoshop in PHP (Series Part 2)

Posted by Sajith M.R in php, php source code on 21. May, 2008 | 1 Comment

Implementation of the Browse Photos Area >>
Today we will implement the browse photos area of online photoshop

Those who haven’t seen the online photo editing tool, click on the above icon (baloon)
You can see the browse area implementation here: http://www.sajithmr.com/photoshop-tuts/browse.php

What you need for this is 4 php functions: is_dir , opendir, readdir, filetype
Normal [...]

Online Photoshop in PHP (Series Part 1)

Online Photoshop in PHP (Series Part 1)

Posted by Sajith M.R in php, php source code on 20. May, 2008 | 6 Comments

Introduction >>

As i announced in my birthday post: celebrating-1st-year-of-sajithmr.com , i am starting my post series How to make Photoshop Express in PHP
Before we starting the step by step procedure, have a look at : http://www.sajithmr.com/photoshop/index.php

This is a basic version of online photo editing tool.
You can either upload a photo to this tool [...]