PHP Image Editor - Review my webapp for editing images
Posted: Sun Apr 05, 2009 2:23 pm
Review my PHP Image Editor at:
http://www.phpimageeditor.se/
I have developed a webapplication that makes it possible to edit images directly on your website.
PHP Image Editor is supposed to be added to your own website then it´s should be possible for all your logged in users to edit images.
PHP Image Editor receives an image by a parameter in the http url. Then a temporarely image is created that´s possible to edit, when "Save and Close" is pressed the original image is overwritten.
Then you can send in any image you want to (that has read/write permissions).
To make the installation easy, I have developed PHP Image Editor as a plugin for Joomla (a content management system).
http://www.joomla.org/
http://www.phpimageeditor.se/joomla.php
In the future I wan´t to make it as a plugin for other CMS like Drupal.
These are the questions that I wan´t have feedback on:
I just wan´t to know how I should develop PHP Image Editor from an ordinary user point of view.
Here are some of the features today:
http://www.phpimageeditor.se/
I have developed a webapplication that makes it possible to edit images directly on your website.
PHP Image Editor is supposed to be added to your own website then it´s should be possible for all your logged in users to edit images.
PHP Image Editor receives an image by a parameter in the http url. Then a temporarely image is created that´s possible to edit, when "Save and Close" is pressed the original image is overwritten.
Then you can send in any image you want to (that has read/write permissions).
To make the installation easy, I have developed PHP Image Editor as a plugin for Joomla (a content management system).
http://www.joomla.org/
http://www.phpimageeditor.se/joomla.php
In the future I wan´t to make it as a plugin for other CMS like Drupal.
These are the questions that I wan´t have feedback on:
- Should I add more functions to PHP Image Editor, which?
- Are there any unnecessary funtions in PHP Image Editor today?
- Is the graphical interface user friendly?
I just wan´t to know how I should develop PHP Image Editor from an ordinary user point of view.
Here are some of the features today:
- Support for PNG, GIF and JPEG images.
- Image resizing.
- Image cropping.
- Image effects like grayscale and contrast.
- Image rotating.
- Language support, possible to add your own language file.