Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Asvin Balloo's Blog:
AJAX image cropper with YUI and PHP
Oct 08, 2008 @ 17:09:21

Asvin Balloo has posted a tutorial that shows how to combine the YUI libraries with PHP to create a simple image cropper.

This post will show you how to build an AJAX crop image tool using the image cropper control from YUI library and PHP. The ImageCropper Control from the YUI library gives you an interactive interface for getting the dimensions to crop an image and using these dimensions in PHP, we can do some cropping.

The script takes in an upload, shows it in the browser for cropping and once altered, pushes the altered image back out as a download. Full code is included as well as a demo of the final result and a sample file to get you started.

tagged: ajax image crop tutorial yui library control

Link:


Trending Topics: