Unplanned
Last Updated: 07 Mar 2024 15:04 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: 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: 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
2

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.