On Friday, 27 January 2017 at 19:14:19 UTC, Jesse Phillips wrote:
On Friday, 27 January 2017 at 11:03:15 UTC, aberba wrote:
Are there any dub package for compressing images uploaded
through web forms? Cropping/resizing may also come in handy.
I want one for a vibe.d project.
I don't know of any D projects. If I were doing this I'd be
running the vibe.d server on linux and just use common linux
utilities for photo manipulation on the commandline.
Unfortunately, I will be using Heroku which is a PaaS, so no
access to shell.