Hello,
one of the last missing things in WB is the ability to edit images from WB admin interface. Based on
this thread i played a little bit around with this
Image manager.
iManager allows you to manage your image files on your webserver.
With iManager you can manage your files/images on your webserver, and it
provides user interface to most of the phpThumb() functions.
The main functions are:
- multiple Wysiwyg editor integration
- supports standalone mode by starting iManager like imanager.php?mode=2
- select images on your webserver
- create directories
- rename, delete files
- multiple file uploads with automatic thumbnailing
- resize images
- crop - interactive move and resize of crop area
- flip
- rotate
- add watermark text or image
- add image mask
- add overlay
- enhance image quality
- bevel, blur, border functions
- select filetype and quality (jpeg) of processed images
... and much more
As this has the ability to get easily integrated in FCKEditor, HTMLArea, Xinha, Tinymce and Spaw i thought it was a good idea to test it. I created the plugin for FCKEditor, wich can be downloaded
here.
The package is very big (~4 MB) and only tested on my lokal machine. If you test it on your server have a look at this:
Make sure the following directories have writing permission (chmod to 0755):
iManager/scripts/phpThumb/cache - should there be any files already, plese delete those!!!
iManager/temp
Installing it is very easy. Unzip the package and copy the imanage in the plugins dir from fckeditor. Also overwrite the fckonfig.js with the one from the package. Thats all.
Have fun
Matthias