Completed
Last Updated: 12 Mar 2024 16:12 by ADMIN
Release 2024 Q1

Image gets a really dark or light when saving in a jpeg format. It works for png.

The issue occurs with SkiaSharp 2.88.6-preview 1.2. It works with versions: 2.88.5, 2.88.4, 2.88.3
Completed
Last Updated: 31 Jan 2024 09:02 by ADMIN
Release R3 2023
The commands in ImageEditor can be executed as soon as an ImageSource is specified, but before the the actual image is loaded. Since the image is loading asynchronously, executing a command too early causes racing conditions and random crashes.
Unplanned
Last Updated: 21 Sep 2023 07:07 by JJ
Image gets offcentered when crop is applied and image is saved in jpeg format. The issue occurs with SkiaSharp 2.88.6-preview 1.2.
It works with versions: 2.88.5, 2.88.4, 2.88.3
Unplanned
Last Updated: 19 Jul 2023 11:18 by ADMIN
Created by: Tom
Comments: 20
Category: ImageEditor
Type: Feature Request
30
The image editor is a great start, but missing a critical feature - image drawing / annotation. The ability to draw lines, shapes or text onto an image. Should allow this to be done when pinch / zoom is in progress. Items drawn should be amendable until saved. Opportunity to retrieve the annotation only data separately to the image so you can preserve the original.
Unplanned
Last Updated: 22 Jul 2022 11:29 by a.baptiste
Created by: a.baptiste
Comments: 0
Category: ImageEditor
Type: Feature Request
0
We are concerned that if the user uses a white background image, the borders would be hard to see,
Provide an option to change the colors of the crop geometry
Unplanned
Last Updated: 21 Apr 2022 10:40 by ADMIN
all items inside the effects toolbar item disappear when the items are not automatically generated and you tap on the effect toolbar again: 

Example:

<telerikImageEditor:RadImageEditorToolbar Grid.Row="1" 
                                                  ImageEditor="{x:Reference imageEditor}" 
                                                  AutoGenerateItems="False" 
                                                  IsMultiLine="True">
            <telerikImageEditor:EffectsToolbarItem AutoGenerateItems="False">
                <telerikImageEditor:ContrastToolbarItem AutoGenerateItems="False">
                    <telerikImageEditor:CancelToolbarItem HorizontalOptions="Start" />
                    <telerikImageEditor:TemplateToolbarItem>
                        <telerikImageEditor:TemplateToolbarItem.Template>
                            <DataTemplate>
                                <Slider Maximum="2" Minimum="0" Value="{Binding Value}" />
                            </DataTemplate>
                        </telerikImageEditor:TemplateToolbarItem.Template>
                    </telerikImageEditor:TemplateToolbarItem>
                    <telerikImageEditor:ApplyToolbarItem HorizontalOptions="End" />
                </telerikImageEditor:ContrastToolbarItem>
            </telerikImageEditor:EffectsToolbarItem>
 </telerikImageEditor:RadImageEditorToolbar>


Completed
Last Updated: 19 Jan 2022 13:05 by ADMIN
Release R1 2022
Currently, the only means to execute actions with the image editor is to use the built-in toolbar. While covering the most basic use cases, this approach limits the usage of the component in some more advanced scenarios. For this reason, it would be beneficial if some of the internals are exposed as a public API, to allow executing actions with the image editor programmatically.

I am opening this topic to collect customer feedback which features need better public exposure. When voting for a feature, please provide some details how do you intend to use it in your application, if possible, so that we can design a more intuitive and easy to use API facade for it.
Unplanned
Last Updated: 02 Feb 2021 13:56 by ADMIN
When adjusting brightness and contrast on an image the image is lost and the control goes black or white, depending on adding or subtracting.

SkiaSharp version is 2.80.2.
Unplanned
Last Updated: 13 Aug 2020 10:07 by ADMIN
When resizing after cropping an image - this makes the image uncentered of the control, and also lost transformed shape.
Unplanned
Last Updated: 21 Jan 2020 12:27 by ADMIN
Created by: Karlheinz
Comments: 0
Category: ImageEditor
Type: Feature Request
2
I just want to know, whether the image is changed or not.

- The user opens the image with the Image-Editor.

- The user closes the Image-Editor. If the Image was changed, I want to save the image automatically
Unplanned
Last Updated: 23 Dec 2019 07:38 by ADMIN
Created by: David
Comments: 0
Category: ImageEditor
Type: Feature Request
0
I want to be able to layer images over top of each other. Having a top layer that cannot move and contains a transparency. The bottom layer would contains  some kind of graphic and then crop it to the top layer. 
Unplanned
Last Updated: 03 Dec 2019 11:36 by ADMIN
Created by: Piotr
Comments: 1
Category: ImageEditor
Type: Feature Request
3

Hi,

Do you plan add to image editor perspective correction option?
I know it is image analysis, but it could be even manual possibility to select document corners and transform to square image.

Or maybe it is possible using some other control or functionality now?

Completed
Last Updated: 26 Sep 2019 08:21 by ADMIN
Release R3 2019
Created by: Marc
Comments: 6
Category: ImageEditor
Type: Feature Request
10

Add a new image cropper control, which allows users to drag/zoom a selected image within a defined frame, so that the resulting image has a defined width and height.   This should offer an experience similar to the Facebook app's screen for adding/updating your profile photo.   The control should display the non-selected area of the photo with configurable opacity settings, and optionally allow for a resulting circular image.

Unplanned
Last Updated: 26 Sep 2019 08:16 by ADMIN
When Crop is applied, the control should display the non-selected area of the photo with configurable opacity settings
Completed
Last Updated: 18 Sep 2019 08:50 by ADMIN
Release R3 2019
consider adding a "max height" and "max width" option so that the file sizes are manageable. So in that scenario if we set the max height to 450 then we shouldn't see anything larger than 800x450 in the result.