pwsacademy / around-the-table

An open source platform that supports tabletop gaming communities, written in Swift.
BSD 2-Clause "Simplified" License
19 stars 4 forks source link

Scale images #89

Open svanimpe opened 6 years ago

svanimpe commented 6 years ago

BGG no longer provides medium sized images. This means we need to download the full size image and scale it on our end before pushing it to COS.

As a temporary workaround, all images now use thumbnails.

svanimpe commented 5 years ago

https://github.com/twostraws/SwiftGD may be of use