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 the image gets saved, the height and width of the image get saved in the model correctly. I have a requirement where I need to validate the dimension of the image. It has to be of precisely the same dimensions. But when I try to access height or width before save, it gives me nil.
Is there any way where I can achieve this? I can't find it.
The text was updated successfully, but these errors were encountered:
When the image gets saved, the height and width of the image get saved in the model correctly. I have a requirement where I need to validate the dimension of the image. It has to be of precisely the same dimensions. But when I try to access height or width before save, it gives me nil.
Is there any way where I can achieve this? I can't find it.
The text was updated successfully, but these errors were encountered: