advanced-cropper / vue-advanced-cropper

The advanced vue cropper library that gives you opportunity to create your own croppers suited for any website design
https://advanced-cropper.github.io/vue-advanced-cropper/
Other
930 stars 128 forks source link

Wrong Width Height recognition #271

Open VladimirFrunza opened 3 months ago

VladimirFrunza commented 3 months ago

When I upload the following image: echipa fete 4 It have width 4000 and height 6000. Vue cropper in this lines const {image} = cropperElement.value.getResult() imageWidth.value = image.width imageHeight.value = image.height

recognizes this image as width = 6000 and height = 4000. have no idea why. Please try yorself.

VladimirFrunza commented 3 months ago

Initially it was a Heic image. And I converted it to jpeg using online converter. Idk may be that is a reason....

VladimirFrunza commented 3 months ago

![Uploading echipa fete 4.jpeg…]()