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

Future development

10 Answers 219 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
fca
Top achievements
Rank 2
fca asked on 14 Jul 2011, 03:45 AM
First of all congratulation on the new 2011 Q2 release and introduction on new ImageEditor control. I understand this is just the beginning and I would like to know what is the roadmap for this control? Do we see new features such as image annotation coming soon?

Does this control support custom toolbar, as seen in RadEditor?

10 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 14 Jul 2011, 11:22 AM
Hi Praetorion,

Thank you for your nice words. We hope that you will enjoy working with the new Image Editor.

Could you please explain in more details wheat do you mean by image annotation feature? Have you seen this feature offered by another Image editor control?

Yes, it is possible to add custom toolbars and custom buttons to the toolbar. Here is an example which demonstrates how to implement a custom Save button:

<telerik:RadImageEditor ID="RadImageEditor1"runat="server"ImageUrl="~/ImageEditor/images/hay.jpg"
Width="720px"Height="430px">
<tools>
<telerik:ImageEditorToolGroup>
<telerik:ImageEditorTool CommandName="SaveImage"ImageUrl="Save.png"/>
<telerik:ImageEditorTool CommandName="Rotate"/>
</telerik:ImageEditorToolGroup>
</tools>
</telerik:RadImageEditor>
<script type="text/javascript">
Telerik.Web.UI.ImageEditor.CommandList["SaveImage"] = function(imageEditor, commandName, args) {
imageEditor.saveImageOnServer("",true); //saves the image on the server - it either overwrites the file or keeps both files
};
</script>
</telerik:RadAjaxPanel>


All the best,
Rumen
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Aaron Lewis
Top achievements
Rank 2
answered on 15 Jul 2011, 02:52 AM
Maybe applying a lot more effects, and providing the ability to generate text with gradient fills, strokes, etc... If you were to combine what you've got with the Neodynamic ImageDraw SDK, you'd be able to come up with some snazzy things, I think. Also, the licensing is pretty flexible (I think). Also, using their SDK gives you a clean layered way to work with elements. So you'd have your image, maybe another image on top of that (though a bit transparent), and then all kinds of shapes and stylized text. Check out GuildPortal's banner builder in the Control Panel (you'd have to create a site) to see what I mean. It uses a lot of your controls already.

Just personally, though, I'd like to see you make this project a Photoshop for the web the way you made your WYSIWYG editor Word for the web. ;) The web could really use a tool that makes creating attractive, composite graphics easier. Just so many use cases I can see this in...
0
fca
Top achievements
Rank 2
answered on 15 Jul 2011, 05:42 AM
Image annotation in terms of overlay new image on top of existing image, provide date caption to the image, similiar to the current text caption but with preset text.

If possible, expose the control for user to access the image and perform custom actions. This way the control is flexible enough to allow user extend its functionality.
0
Rumen
Telerik team
answered on 20 Jul 2011, 08:26 AM
Hi guys,

Thank you very much for your feature requests for RadImageEditor. We will have logged them in our records and we will consider their implementation for future versions of the control.

Best regards,
Rumen
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Trey
Top achievements
Rank 2
answered on 28 Jul 2011, 05:42 PM
Our company would greatly appreciate the following items:

  • Highlight(with settable transparency, color size etc) *critical feature!!
  • Image overlay(IE take a jpg and overlay as an annotation)
  • Hyperlink annotation

This control is a FANTASIC addition, thanks bunches guys!!!
0
Rumen
Telerik team
answered on 02 Aug 2011, 11:53 AM
Hi Trey,

Thank you for your feature requests for RadImageEditor.

  • Highlight(with settable transparency, color size etc) *critical feature!! - Such functionality is not planned for the next Q3 2011 release. The ability to insert geometrical objects in an image is logged in our ToDo list but our ToDo list is already set and we will be unable to implement it for Q3 2011.
  • Image overlay(IE take a jpg and overlay as an annotation) - We plan to implement a similar feature (insert image in image) for Q3 2011.
  • Hyperlink annotation - Could you please provide more information about this feature? If possible send a screenshot of the required feature.


Greetings,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Joe Giese
Top achievements
Rank 1
answered on 03 Aug 2011, 09:12 PM
Hi,

While in zoom in, I need to use my mouse to move (pan) from one location to another.... I have to use scroll bar at this time. How can I do that?

Thanks
0
Rumen
Telerik team
answered on 05 Aug 2011, 09:51 AM
Hello Martin,

I logged the requested move / pan feature and we will try to implement it for the Q3 2011 release. Here is a link to the PITS item: http://www.telerik.com/support/pits.aspx#/public/aspnet-ajax/7257

Best regards,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Zaheer
Top achievements
Rank 1
answered on 08 Jun 2012, 03:34 PM
tried to use custom save button but got an error

Could not find the command SaveImage. Please update your command list.
0
Rumen
Telerik team
answered on 12 Jun 2012, 02:00 PM
Hi,

The JavaScript code of the custom command should be placed under the RadImageEditor declaration. You can examine the code of the following demo for more information: Custom Server Commands.

All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ImageEditor
Asked by
fca
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Aaron Lewis
Top achievements
Rank 2
fca
Top achievements
Rank 2
Trey
Top achievements
Rank 2
Joe Giese
Top achievements
Rank 1
Zaheer
Top achievements
Rank 1
Share this question
or