Unplanned
Last Updated: 25 Apr 2024 06:04 by ADMIN

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

 

Unplanned
Last Updated: 26 Mar 2024 14:17 by Martin Ivanov
Created by: Martin Ivanov
Comments: 0
Category: ImageEditor
Type: Feature Request
0
Allow reading and displaying the .tiff image format.
Unplanned
Last Updated: 25 Mar 2024 06:19 by ADMIN
Created by: Greg
Comments: 8
Category: ImageEditor
Type: Feature Request
8

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.

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: 15 Jan 2024 08:43 by Jian
Created by: Jian
Comments: 0
Category: ImageEditor
Type: Feature Request
1
Provide a collection with the executed commands. This could be of help for a scenario where you have execute for example 4-5 commands on an image and you load another image in the editor but want to reapply the executed commands on it. 
Unplanned
Last Updated: 17 Oct 2023 16:11 by Legrand
Created by: Legrand
Comments: 0
Category: ImageEditor
Type: Feature Request
1

Hi Team,

I would like to be able to persist the user's scroll position after zooming, could you please expose a couple properties for X/Y or the entire scrollviewer's offset?

Currently, the ZoomLevel property is available, which will let me get the zoom amount (double). However, there's nothing for me to be able to get the current X/Y offset.

For example, here's a mockup:

I would like to be able to load a new image and re-set the same ZoomLevel and X/Y position.

Thank you,

Legrand

Completed
Last Updated: 11 Oct 2023 08:02 by ADMIN
Release 6.3.0
Created by: Ryan
Comments: 0
Category: ImageEditor
Type: Feature Request
0
Provide ImageLoaded event.
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
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.