Overall, Telerik .NET MAUI ImageEditor control preserves the same API as Xamarin.Forms ImageEditor with a few changes and improvements listed in the tables below:
Control |
Control name |
XAML Namespcace |
C# Namespace |
Xamarin ImageEditor |
RadImageEditor |
xmlns:telerikImageEditor="clr-namespace:Telerik.XamarinForms.ImageEditor;assembly=Telerik.XamarinForms.ImageEditor" |
using Telerik.XamarinForms.ImageEditor; |
.NET MAUI ImageEditor |
RadImageEditor |
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui" |
using Telerik.Maui.Controls; |
Xamarin ImageEditor |
.NET MAUI ImageEditor |
- |
support for exporting images as Gif
|
- |
support for exporting images as Bmp
|
- |
UndoCommand |
- |
RedoCommand |
- |
RotateBackwardCommand |
- |
SaturationInteractiveCommand |
- |
BrightnessInteractiveCommand |
- |
BlurInteractiveCommand |
- |
ContrastInteractiveCommand |
- |
HueInteractiveCommand |
- |
SharpenInteractiveCommand |