A fast and convenient image processing library
- Image formats
- JPEG (through libjpeg-turbo)
- PPM
- Image operations
- Bilinear resize
- Box blur
- Brightness
- Channel swap
- Contrast
- Gaussian blur
- Horizontal blur
- Vertical blur
-
Add the dependency to your
shard.yml
dependencies: pluto: github: phenopolis/pluto
-
Run
shards install