The user is looking to have custom field image validation for custom image field created using Types.
The validation options should be just like ACF - please check following image:
=> hidden link
Minimum and Maximum
- wdith
- height
- file size
Allowed file types
That's not possible in Toolset Types but it's possible in Toolset Forms using the API:
https://toolset.com/documentation/programmer-reference/cred-api/#cred_form_validate
If you require help with that, please open a new Ticket (How to) and our Supporters will help you.
As for the feature you mention itself, I have this Feature Request which you can upvote (and share with your friends/other users of Toolset so they can upvote too).
https://toolset.com/feature-request/allow-image-validation-in-toolset-types-image-field/
https://toolset.com/feature-request/?wpv_post_search=Allow+Image+validation+in+Toolset+Types+Image+Field&wpv_sort_orderby=post_date&wpv_sort_orderby_as=string&wpv_view_count=686737
Cred is for frontend form as far as I understand. I need validation for the backend admin custom fields. Can that be done?
No, as stated here it is not possible:
https://toolset.com/forums/topic/split-is-image-validation-like-acf-with-toolset-types-image-field/#post-1136650
There is no official API to validate the Field in the backend, however, you can hook into save_post() action of WordPress and run a custom validation on the attachment size or type added to the custom Types Image Field
But we have no API for this, at the moment.