SfImageEditor current image size and crop problem

Hello, there are two questions:

1) we have an image with size

Height = 1920

Width = 1080

We load it in SfImageEditor (editor.Bitmap =)

And we execute the editor.Rotate () command for it, the image in SfImageEditor rotated 90 degrees.

But the image settings in SfImageEditor remained old:

Height = 1920 (editor.Bitmap.Height)

Width = 1080 (editor.Bitmap.Width)

And it should be:

Height = 1080

Width = 1920

How to get the current size?


2) Upload the image to SfImageEditor, make a crop, draw with a pencil on the modified image, save. What was drawn with a pencil has changed in size and shifted.


1 Reply 1 reply marked as answer

RS Ramya Soundar Rajan Syncfusion Team June 26, 2020 09:02 AM UTC

Hi Andrey, 
  
Greetings from Syncfusion. 
  
We have checked the reported problems in a simple sample, but we were unable to reproduce the reported problems. Can you please ensure with the latest Syncfusion NuGet version and confirm us whether the issue reproducing or not? Please find the tested sample from the below location. 
  
  
We have checked with the below configuration  
Android Device: Huawei PRA 
Syncfusion NuGet Version : 18.1.0.42 and 18.1.0.59 
  
So, could you please check the issue with the attached sample and let us know whether it is reproduced or not? If the issue was not reproduced in this sample, please revert us by modifying the sample based on your application along with replication procedure and device details. This will be helpful for us to investigate further and provide you a better solution at the earliest. 
 
Regards, 
Ramya S 


Marked as answer
Loader.
Up arrow icon