I would like to create a new dijit. With this dijit you should be able to edit images (crop, resize, rotate). Is there an existing widget I can inherit from? Or has anybody an idea to proceed?
thanks in advance!
I would like to create a new dijit. With this dijit you should be able to edit images (crop, resize, rotate). Is there an existing widget I can inherit from? Or has anybody an idea to proceed?
thanks in advance!
You can create a dojox.gfx image object
but I'm not sure if it's possible to access individual pixels of it. Might be.
Check out the examples;
http://download.dojotoolkit.org/current-dev/dojo-release-1.1.0/dojox/gfx...
Cheers,
PS
thanks a lot for your
thanks a lot for your answer! do you think I should combine dojox.gfx (silverlight, matrix, shape,..) and dojox.layout.ResizeHandle?
has anybody used dojox.layout.ResizeHandle on images?
thanks a lot!
dojo - cropper and resizer widgets
i'm working on a simple dojo and django based simple image editor called django-simp
http://code.google.com/p/django-simp/
it's currently in early development state but during the next weeks it will became to a simple to use online image editor,
with resizing, cropping and image enhancement.
But it isn't based on dojox.gfx.
as soon as possible a will link to the documentation to the cropper and resize dojo widgets and there implementation.