title | page_title | description | slug | tags | published | position | CTAControlName |
---|---|---|---|---|---|---|---|
Overview |
Overview |
Check our "Overview" documentation article for the RadImageEditor {{ site.framework_name }} control. |
radimageeditor-overview |
overview |
true |
0 |
RadImageEditor |
RadImageEditor is a control that can be used to preview and edit images in different file formats. It is meant to be used as a stand-alone control, but has also been integrated in RadRichTextBox.
{% if site.has_cta_panels == true %} {% include cta-panel-overview.html %} {% endif %}
-
Rich image editing features set: The control comes with a bunch of tools that applies different effects to the loaded image. For example, crop, canvas resize, hue shift, saturation, contrast, rotations, adding text, drawing, etc. Read more about this in the [Commands and Tools]({%slug radimageeditor-features-commands-and-tools%}) article.
-
Support for various image formats: The control allows you to import and export different image formats. The following formats could be imported - JPEG, PNG{% if site.site_name == 'WPF' %}, TIFF, GIF, ICO{%endif%}. The following formats can be exported - PNG, BMP{% if site.site_name == 'WPF' %}, JPEG, TIFF, GIF{%endif%}. Read more about this in the [Import/Export]({%slug radimageeditor-features-import-export%}) article.
-
Custom tools: RadImageEditor is highly extensible, so you can implement and utilize additional image editing tools, as well as import and export in other formats. Read more about this in the [How to]({%slug radimageeditor-howto-custom-tool%}) section of the documentation.
-
History: The control keeps an undo/redo stack with the changes applied to the image. This means that you can reverse and re-apply actions. Read more about this in the [History]({%slug radimageeditor-features-history%}) article.
-
RadImageEditorUI: An additional control that wraps the RadImageEditor and enriches it with a UI that allows you to easily edit the image without manually executing the different tools. Read more about this in the [RadImageEditorUI]({%slug radimageeditor-features-radimageeditorui%}) article.
tip Get started with the control with its [Getting Started]({%slug radimageeditor-getting-started%}) help article that shows how to use it in a basic scenario.
Check out the online demo at {% if site.site_name == 'Silverlight' %}demos.telerik.com{% else %}demos.telerik.com{% endif %}
{% if site.site_name == 'WPF' %}
- Telerik UI for WPF ImageEditor Homepage
- [Get Started with the Telerik UI for WPF ImageEditor]({%slug radimageeditor-getting-started%})
- Telerik UI for WPF API Reference
- [Getting Started with Telerik UI for WPF Components]({%slug getting-started-first-steps%})
- Telerik UI for WPF Virtual Classroom (Training Courses for Registered Users)
- Telerik UI for WPF ImageEditor Forums
- Telerik UI for WPF Knowledge Base {% endif %}
- [Zooming]({%slug radimageeditor-features-zooming%})
- [Panning]({%slug radimageeditor-tools-panning%})
- [Developer Focused Examples]({%slug radimageeditor-sdk-examples%})