This is a migrated thread and some comments may be shown as answers.

Need some more Functionality

1 Answer 59 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
deepak
Top achievements
Rank 1
deepak asked on 12 Apr 2012, 10:25 AM

As we have seen Telerik Image Editor,It is working same as we required,but we want two additional functionalites in it.

 

1:- We want to record the changes that we have performed on a particular image so that we can save these steps to regenerate image .

 

2:- We want Image layering functionlity,So that we can add a layer(Background Image and Frame on our original Image) and also want to change position of my original Image.

 

Please have a look of attached  image

1 Answer, 1 is accepted

Sort by
0
Ivailo Karamanolev
Telerik team
answered on 12 Apr 2012, 04:46 PM
Hello,

1. You can record the changes by attaching to the CommandExecuted event of RadImageEditor, and possibly UndoExecuted and RedoExecuted of ImageHistory. If you use the undo functionality, you may need more complex logic for tracking commands (using undo and redo stacks) and managing them in the appropriate event handlers. Whichever approach you use, you should have access to all relevant information in these events.
2. Image layering cannot be achieved in the general sense, however, your case is a limited one, which can be easily reproduced by implementing the ITool interface. We have an online demo which showcases custom tools.
Let us know if you find this helpful.

Kind regards,
Ivailo Karamanolev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ImageEditor
Asked by
deepak
Top achievements
Rank 1
Answers by
Ivailo Karamanolev
Telerik team
Share this question
or