I found some php code for image edit in php
Opensource free codes
http://www.jpie.net/
http://www.amitpatil.me/php-and-ajax-image-editor/
There is also this for frontend: https://github.com/fengyuanchen/cropper
Which can be used to manipulate/crop/resize on the frontend, and send the cropped image.
Or you could do it serverside with a composer package like https://github.com/Intervention/image or https://github.com/avalanche123/Imagine
There is also a elFinder 2.1_n as one of the choices. 2.1_n is the image can be edited in pixlr.com.
Its perfect.
for external edit pixlr is best editor.
but some users isn't like third party web sites.
I think image editor is like this.(for external edit pixlr & internal edit like this)
https://github.com/MattKetmo/darkroomjs
(futures -
Undo function is available
Crop & rotate available
But not include scaling & entering values - can improve it ? )
this pixlr integration works a treat, is there any plan to have it with the standard elFinder distribution?
@lianee It is difficult to incorporate third-party services to the main stream. We need to create a mechanism that allows we to edit the item by the plugins.
ref. #1449
I agree, front-end plugins would be great
I will accept elFinder's edit command other than text files. This will make JavaScript editors (such as Adobe's Creative SDK) available.