D package for optimizing/compressing images

Jesse Phillips via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jan 27 11:14:19 PST 2017


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.


More information about the Digitalmars-d-learn mailing list