/shrimpify

Image file size optimization API.

Primary LanguageGo

Shrimpify

Image file size optimization server. Using this for my PlantFam Android app.

Named after my Echeveria fleur blanc succulent, Shrimp.

Setup

WSL

  • Don't forget to install libvips package as per the instructions in the bimg package README.
  • Set $PORT environmental variable to port of your choice (default can be 8080).

Heroku

  • Using the Aptfile buildpack to install libvips package in Heroku server (see instructions on installing on Ubuntu a few bullet points above).