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<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>
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?
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.