We would like the ability to undo actions, redo actions, draw shapes, or draw lines using the Kendo drawing library. We would like an image editor similar to the one in this link:
https://demos.telerik.com/aspnet-ajax/imageeditor/examples/drawing/defaultcs.aspx
This demo works for Telerik UI for ASP.NET AJAX. We would like a similar demo for Kendo UI for jQuery.
Thank you!
We have an image control that requires an upload to be a specific size.
Rather than making our users have to manually resize their photo to the same size every time, they have requested we resize it for them since we know the size limits (96x96).
I don't see any built-in support for this so I've tried to hack it but even that hasn't worked. The "imageEditor.executeCommand({ command: "OpenPaneImageEditorCommand" })" throws an error when being called from the ImageRendered event, and manually selecting the buttons also does not resize the image.
Link to example: https://jsfiddle.net/atz9ne6g/1/
Code from example:
$("#imageEditor").kendoImageEditor({Hi Team,
I would like to request the ability to rotate the image by 90 degrees to the right/left in the Kendo UI ImageEditor.
Thank you for your consideration.
Hi Team,
I would like to request the functionality to add cropping in a circular shape.
Thank you!