Thanks for making this module. I am curious, if there's a way to implement this: * ratio : (resolutionMinWidth / resolutionMinHeight) === (image width / image height) * min Dimensions: image's width > resolutionMinWidth && image's height > resolutionMinHeight I need both of these validations together. Thanks in Advance