fluent-schemer icon indicating copy to clipboard operation
fluent-schemer copied to clipboard

Image schema validator

Open petekanev opened this issue 7 years ago • 0 comments

Implement an image (base64 data) validator.

Features:

  • verify mime type (png, jpeg, garbage)
  • check for dimensions HxW
  • verify file size doesn't exceed X bytes

petekanev avatar Jan 31 '17 13:01 petekanev