humanmade / aws-rekognition

A lightweight plugin to add keywords to WordPress image uploads via automatic feature detection. Requires S3 Uploads.
57 stars 6 forks source link

Add support for SVG #28

Open svandragt opened 1 year ago

svandragt commented 1 year ago

SVG images will not have their labels detected because Rekognition only supports JPEG and PNG. However using imagemagick or tachyon or alternatives we can render the svg to one of the supported types and then feed them to AWS.