Completed
Last Updated: 03 Mar 2023 13:03 by ADMIN
Created by: Alan
Comments: 5
Category: ImageEditor
Type: Feature Request
6
Is it possible to place form controls, eg Signature control, tick boxes,etc.. in RadImageEditor?

https://www.telerik.com/forums/create-signature-with-imageeditor

Alan
Need More Info
Last Updated: 15 Feb 2023 00:45 by ADMIN
Created by: Shivam
Comments: 1
Category: ImageEditor
Type: Bug Report
0

When we are trying to crop the image when CanvasMode is set to "No", Instead of the position from where the image must be cropped, it is cropping the image from coordinates (0,0) i.e. from the top left corner.

 

Also, we are getting the issue in only some of the files. We are able to edit other files.

 

 

 

Unplanned
Last Updated: 31 Aug 2022 09:37 by ADMIN

Using attached Visual Studio project....

Steps to re-create:

1) Draw line on image with pencil

2) Clear all changes

3) Draw another line with pencil.  Upon releasing mouse button RadDiagram loses image and just shows checkerboard.

Demo project attached.

Happens in Chrome, but not in Firefox.

Seems to occur regardless of Telerik version.

Won't Fix
Last Updated: 08 Jun 2022 08:13 by ADMIN
Steps to reproduce:
1. Open http://demos.telerik.com/aspnet-ajax/imageeditor/examples/overview/defaultcs.aspx in IE9
2. Upload the attached image.
3. Try to resize the image

Result: The browser crashes
Declined
Last Updated: 28 Mar 2022 19:58 by ADMIN
ADMIN
Created by: Vessy
Comments: 1
Category: ImageEditor
Type: Feature Request
2
Add an option to control export formats parameters, e.g. jpeg could have 0-100 compression, gif and png transparency on/off, etc...
Declined
Last Updated: 28 Mar 2022 19:46 by ADMIN
Created by: David
Comments: 1
Category: ImageEditor
Type: Feature Request
2
At present, the RadImageEditor does not preserve EXIF metadata.  When used in situations where preserving metadata is critical, this limits the usefulness of the control.  Ideally, the control should preserve all metadata (both EXIF and XMP) that may exist in the image.
Completed
Last Updated: 14 Sep 2021 10:18 by ADMIN
Release Q3 2014
When the page is zoomed in iOS and Android devices, lines drawn are displaced downwards and to the right. Displacement increases with image zooming.

Configurations tested:
- iOS + Safari;
- Android + Chrome;
Completed
Last Updated: 14 Sep 2021 09:48 by ADMIN
Release R1 2017
When the command dialogs from two ImageEditors on a page are opened consecutively, the second dock is rendered with wrong position. The issue most probably comes from the fact the second dock element (ToolsPanel) is appended to its parent ImageEditor, but not to the form.

Assuring that each dock is appended to the form element can be used as a temporary workaround of the issue:

        <telerik:RadImageEditor ID="RadImageEditor1" runat="server" Width="680" Height="450" OnClientDialogLoaded="ClientDialogLoaded"
            ImageUrl="waterpool.jpg">
        </telerik:RadImageEditor>
        <telerik:RadImageEditor ID="RadImageEditor2" runat="server" Width="680" Height="450" OnClientDialogLoaded="ClientDialogLoaded"
            ImageUrl="waterpool.jpg">
        </telerik:RadImageEditor>
        <script>
            function ClientDialogLoaded(imageEditor, args) {
                setTimeout(function () {
                    $telerik.$("#<%=form1.ClientID %>").append($get(imageEditor.get_id() + "_ToolsPanel"));
                }, 0);
            }
        </script>
Completed
Last Updated: 13 Aug 2021 11:36 by ADMIN
Release Q2 2015
Won't Fix
Last Updated: 10 Aug 2021 16:35 by ADMIN
Uploaded jpeg images cannot be edited in ImageEditor from the Image Manager dialog. The request for the file seems accurate, but the image is not rendered. 
Completed
Last Updated: 10 Aug 2021 13:10 by ADMIN
ADMIN
Created by: Vessy
Comments: 0
Category: ImageEditor
Type: Bug Report
0
In the latest release (Q1 2016) it is possible to resize and drag the crop box in ImageEditor to negative bounds in IE.

Video: http://screencast.com/t/b1SyzOWBGb
Unplanned
Last Updated: 13 Jun 2021 10:59 by ADMIN
ADMIN
Created by: Niko
Comments: 1
Category: ImageEditor
Type: Feature Request
6
The ImageEditor control should provide an out-of-the-box tool that functions as an Eraser, i.e. removes previously drawn geometric shapes. This tool should behaves similarly to a the way other image editing tools provide the option to remove pixels - more precisely applies the background color to the canvas.
Declined
Last Updated: 11 Jun 2021 10:45 by ADMIN
Add ability to RadImageEditor to show the progress  when saving the image to the server, displaying  back to the user how much time is left to save the newly changed image back to the server. 
Completed
Last Updated: 01 Jun 2021 14:28 by ADMIN
Release R1 2017
Dialog tools panel is not positioned properly when there are more than one ImageEditor on the page. The dialog shown from the second ImageEditor is rendered below the control (on the bottom of the page), outside of the browser viewport.

Video:
http://screencast.com/t/lNcEd9ZWh
Completed
Last Updated: 01 Jun 2021 13:20 by ADMIN
Release Q3 2015
Completed
Last Updated: 28 May 2021 14:27 by ADMIN
Declined
Last Updated: 13 Oct 2020 08:17 by ADMIN
Created by: reinout
Comments: 1
Category: ImageEditor
Type: Feature Request
0

			
Unplanned
Last Updated: 18 Jun 2020 15:18 by ADMIN
Please provide an custom input to rotate the image loaded in imageeditor.
right now it is restricted to divisible of 90, it should accept any values and rotate accordingly.
Unplanned
Last Updated: 26 Mar 2020 10:03 by ADMIN
The loaded into the ImageEditor image is not downloaded with its original extension if a query string is added to the end of the image name. It is saved as PNG instead:
 
Steps to reproduce:
 
1. Run the code below and open the SaveImage dialog
2. Chose the "Download image" option and click OK
 Result: The image is downloaded as PNG
 
         <telerik:RadImageEditor RenderMode="Lightweight" ID="RadImageEditor1" runat="server"
            ImageUrl="~/images_1/test.jpg?test123" Width="100%" Skin="Silk">
        </telerik:RadImageEditor>   
Unplanned
Last Updated: 14 Feb 2020 11:40 by ADMIN
Created by: Sanjay
Comments: 1
Category: ImageEditor
Type: Feature Request
0

Hi,

 

I would like to use airbrush function in ImageEditor control.

Anyone can help my requirement??

Pl. I need this function very urgent.

Thanks,

Regards,

Jiten Mutum

1 2 3