Simple Image Editor

I need a simple image editor to be developed in php and Javascript.

What should it be able to do:

– Upload image
– Crop image
– Resize Image
– Add text to image (in different colours with different fonts and sizes)
– Rotate an image
– Convert image from one type to another (from jpg to gif for example).
– Undo/Redo button
– Save Image.

Resizing should be done with a drag box around the image.
(See online-image-editor.com how they resize an image)

Cropping an image should be done by a drag box above the image.
(See online-image-editor.com how they crop an image)

The layout should be easily adjustable with own layout.
It should have a ‘canvas’ like feeling.

Method and functions (php and javascript) needs to be commented.

Editing on the image (seen from client side) needs to communicate with the server through ajax. So no refreshing of the whole page is needed. Only the image will be re-newed eachtime the user adds text/crops etc…

Leave a Reply

Your email address will not be published. Required fields are marked *