Duplicated
Last Updated: 07 Apr 2023 11:55 by ADMIN
Created by: Bernd
Comments: 1
Category: ImageEditor
Type: Bug Report
1

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.

 

Unplanned
Last Updated: 06 Mar 2023 11:55 by Erik Damgaard

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

 

Unplanned
Last Updated: 27 Feb 2023 16:35 by Greg
Created by: Greg
Comments: 0
Category: ImageEditor
Type: Feature Request
1

This is a feature request for an annotations layer that provides lines, shapes, text, etc.

These annotations:

  • Should not embedded into the bitmap until the image is saved (or otherwise flattened).
  • Should be importable/exportable as JSON data so that the developer can load/save the annotations separate from the image.

As an example of these features, see Techsmith's SnagIt Editor app.