Completed
Last Updated: 30 May 2022 07:13 by ADMIN
Release LIB 2022.2.530 (30 May 2022)
The issues reproduces, if you load an image, using System.Drawing.Image.Image and then create a stream using its Save() method. Then use this stream to create a RadBitmap element. In order to recreate the issue, the ImageFormat.Jpeg should be used with the Image's Save() method.

When you call one of the rotate commands in order to rotate the image, the image goes blank.

The issue is not directly related to the implementation of the ImageEditor control, but to the Rotate method of RadBitmap which is used by the ImageEditor.

To work this around, use ImageFormat.Png instead of Jpeg when saving the image to a stream (from the System.Drawing.Image object).
       
var stream = new MemoryStream();
image.Save(stream, System.Drawing.Imaging.ImageFormat.Png);

Completed
Last Updated: 28 Dec 2018 15:18 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ImageEditor
Type: Feature Request
0
The setting should be available in the settings UI, the DrawTextCommandContext and it should be respected in the DrawText command's Execute method.

Scheduled for: 
The feature will be available in R1 2019, scheduled for the mid of January 2019. 
Completed
Last Updated: 03 Jun 2016 23:08 by ADMIN
In Shape and DrawText tools there are strings which are not changed if the current culture is changed during the lifetime of an application.
Completed
Last Updated: 19 Jun 2015 10:02 by ADMIN
ADMIN
Created by: Anna
Comments: 0
Category: ImageEditor
Type: Feature Request
0
The feature will be available in our official release 2015 Q2 .
Completed
Last Updated: 02 Aug 2018 11:05 by ADMIN
ADMIN
Created by: Todor
Comments: 2
Category: ImageEditor
Type: Feature Request
8
Add an option to zoom towards the mouse cursor.
Completed
Last Updated: 17 Sep 2015 14:21 by ADMIN
Some formats that can be considered are JPEG 2000, CALS, GIF, IOCA, JBIG, JBIG2, TGA, TIFF, EXIF, ICO.
Completed
Last Updated: 12 Sep 2018 08:42 by ADMIN
Created by: Iva
Comments: 2
Category: ImageEditor
Type: Feature Request
7
Add tool for creating selection, and integrate the other tools to work only in the selected region, if one is present.
Completed
Last Updated: 08 Nov 2016 14:16 by LM IT
ADMIN
Created by: Telerik Admin
Comments: 2
Category: ImageEditor
Type: Feature Request
12
If you have a large image inside RadImageEditor or have zoomed a relatively big image, it would be great to have the ability to set panning on, so that the user can move around more easily.


Available in R1 2017 Release
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 4
Category: ImageEditor
Type: Feature Request
11
Implement a drawing tool that will enable drawing over the picture using the mouse.

This feature will be available in our official release Q1 2015.