How can i set all images that are over 604×453 px (demensions width+height) to 604×453.
If under 604×453, keep the original size.
How can I do this? I only know the way to make everything 604×453 no matter current dimensions
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
User the following command:
It will return to you the dimensions and from there you can use an if statement to determine if it fits your size restrictions.