There is an update of the component.
I found some more time to update EditImage. What’s now in the component?
- Cropping including constrains to size ratio and minimal height and width.
- Scaling including constrains to size ratio
- Rotating including constrains to steps. Rotating snaps to 0 degrees and a multiple of a defined value. It does not step through the angle with a fixed value disregarding of the starting angle like 3.456 degrees.
- Snap to the initial top left position.
- Serialize the sum of the transformations so you can store and retrieve the image edits.
- Reset the image to the original image dimension and orientation
- Reset image transformations to last set state.
- Source code is under the BSD license. Some icons are under LGPL.
What’s missing?
- No single test has been written.
- More documentation
- There are some low hanging fruits for performance improvements.
- Provide user feedback when hitting limits.
- Visual frames for picture
Have fun and report bugs.
15 May 2008 at 22:03 |
[...] Image editing component in Flex: EditImage There is an update of the component. [...]
22 May 2008 at 13:53 |
Hi,
Nice work, Congrats, I found an issue with the “demo”, I am able to drag and drop the image anywhere, even outside the canvas.
Thanks
Giri
23 May 2008 at 11:19 |
[...] reported by Gireesh, when snap to top/left is disabled, the image can be move to any position on the [...]
19 June 2008 at 7:56 |
Hey men, yours component is so good, but i can’t change your image by my image in disk driver!!! Why, please tell my.?
19 June 2008 at 18:55 |
Hard to say because it works on my computer. Maybe, you are on a Windows machine and using in your path \ instead of / ? An other guess is that you compiled it with the default option use-network=true . If you run it not in debug mode, this causes a Sandbox violation.
20 June 2008 at 7:00 |
Thnks so much, It now, I can run it !!Thnks
)