Unplanned
Last Updated: 07 Jan 2025 16:31 by ADMIN

When loading images in the ImageEditor, some are rotated on 180. EXIF orientation property is not respected

 

Completed
Last Updated: 31 Jan 2024 07:55 by ADMIN
Release 6.7.0
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

The issue is an issue in SkiaSharp
Unplanned
Last Updated: 28 Dec 2023 15:22 by Legrand
Please see attached image - the symbols of the toolbar items are not displayed properly.
Note this only happens in a WinUI unpackaged app - <WindowsPackageType>None</WindowsPackageType>.
 
This seems to be an MS issue, which is logged here (https://github.com/dotnet/maui/issues/19608).
 
One possible work-around is to manually set the ImageSource property for each item in the toolbar. Then for example images can be used in the source, or glyphs from some built-in font may be used (like Arial, Calibri, Segoe UI).
Unplanned
Last Updated: 18 Jul 2023 14:10 by Dipayan
ImageEditor control does not respect the image whether the photo was taken in portrait and landscape orientation.
Unplanned
Last Updated: 10 Jul 2023 18:30 by ADMIN
When in landscape mode for cropping (and possibly others) the toolbar flashes so you cannot use it.  This appears to be an android problem only as IOS it works. See attached video showing when in landscape mode the crop toolbar flashes making it unusable. I am using an android galaxy Tab A, model SM-T510.
Unplanned
Last Updated: 21 Jun 2023 14:11 by Ryan
It seems that when I remove all the crop operations except for 'Circle', it still shows and defaults to the ‘Free’ option. Once I click on the crop toolbar item, change it to ‘Circle’, then click on the crop toolbar item again, the ‘Free’ option is no longer there and it's just ‘Circle’, which is what I expected it to originally show. 
Duplicated
Last Updated: 07 Apr 2023 11:55 by ADMIN
Created by: Bernd
Comments: 1
Category: ImageEditor
Type: Bug Report
3

Some phone cameras save the information about the orientation as EXIF data instead of rotating the raw image. We noticed this on our Samsung Android phones. But during my investigation, I found out that iOS does the same.

When I view such a picture using the MAUI Image control, it is shown correctly. But when I view it in the Telerik ImageEditor, the picture is rotated or flipped.

It seems this bug affects a lot of devices. Users can use the ImageEditor to fix it, but it's very annoying and not acceptable for production. A possible workaround is to write custom code that rotates the raw image according to the EXIF data. But I think an Image Editor control should be able to show images correctly out of the box.