0
I’m getting an image $image
which has the image path (Ex: ./files/full/image.png). What I want to do is search the size of the same, height and width, and validate if it is greater than a predefined value (for example 400x300). That is, if the image is smaller than 400x300 will give error.