You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I upload the following image:
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.
The text was updated successfully, but these errors were encountered:
It shows a height of 5712px and width 4284px which is the other way around. This happens with JPG and HEIC images shot on iPhone. So it's a general issue with iOS it seems.
Edit: I have an issue with rotating this images, since the size is not correct and rotate is not rotating correctly this way.
When I upload the following image:
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.
The text was updated successfully, but these errors were encountered: