Open jpetrozzi-makingsense opened 1 year ago
Using ImageSharp library was possible to decompose gif images into a set of png images, any of them corresponding to any of the gif's frames, then these png files are processed by Rekognition, analysis results are consolidaded in the response of the gif file.
If we like to include this conversion operation in convertion-tool app, we should first discuss about how to manage the set of files created from the gif images, I mean if we need to store them somewhere, if we need to download the files or just inform a set of urls, etc.
Background:
Gif images are not supported by Rekognition service.
To do: