This is a feature request for an annotations layer that provides lines, shapes, text, etc.
These annotations:
As an example of these features, see Techsmith's SnagIt Editor app.
When loading images in the ImageEditor, some are rotated on 180. EXIF orientation property is not respected
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.
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
Is there a way to retrieve a pixel of the image in the imageEditor when clicking on it
I could implement something working well , but not when the image is zoomed or moved in the editor
public static Point Calc_Coordinates(double w_image, double h_image, double w_container, double h_container, double click_x, double click_y)