MadOgre / shout-in-the-dark

Whisper clone
1 stars 2 forks source link

Restrict type and size of images pulled via API. Gifs shoud be eliminated from the search. Size should be limited to a certain maximum. Exact size is still being decided. #12

Closed MadOgre closed 7 years ago

MadOgre commented 7 years ago

Animated gif processing works but causes a major slowdown. Also larger images take significantly longer to process. Recommend restricting the type and size of images pulled via API.

MadOgre commented 7 years ago

Reduced the size of images and filtered out the GIF, still takes too long to process images. Exploring other options such as front-end processing on canvas

MadOgre commented 7 years ago

Canvas is fully implemented. Huge speed gains. This issue is largely no longer relevant. Exact details on image limiting will be decided with the implementation of the live API