All AJAX image editor

drpic_20080909.jpg

Nich sent us a link to his project, Dr. Pic, an all AJAX image editor. Without using any Flash, the application allows you to upload an image, do simple draw and filter operations, place text, crop, resize, and save a finished copy. Javascript is used to draw preview material to the canvas, and then the user’s commands are submitted back to a PHP backend which returns a new image to replace the previous version.

It doesn’t pretend to be a Photoshop, but in a pinch it could come in handy as a quick tool for resizing or cropping an image. Aside from all that, it’s a nice example of how you can leverage some server-side heavy lifting to support functionality that Javascript is lacking.

Dr. Pic – AJAX image editor

3 Responses to All AJAX image editor

  1. Anonymous on said:

    what will solution in ajax image editor in php on cofig.inc.php file what will path of  $imagemagick_dir in root

  2. Anonymous on said:

    what will solution of aie in phpi have a problem with config.inc.php file what will path of all the variable n config file in localhost .please tellme fast

  3. nice, there are a lot of things you can do with these types of scripts, thanks

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s