28mm / Fovea

unified cli for various saas image classification apis.
MIT License
40 stars 5 forks source link

Review and enforce image size limits. #6

Closed 28mm closed 7 years ago

28mm commented 7 years ago

Find image size limits for each api provider, and start checking/enforcing them. Do these limits apply to the base64-encoded image typically-used in api POST requests? Or to the file as it appears on disk?

28mm commented 7 years ago

Added simple client-side checks.