imlib2_poly
Imlib 2 is a library that does image file loading and saving as
Install
- All systems
-
curl cmd.cat/imlib2_poly.sh
- Alpine
-
apk add imlib2
- Arch Linux
-
pacman -S imlib2
- Fedora
-
dnf install imlib2
- OS X
-
brew install imlib2
- Dockerfile
- dockerfile.run/imlib2_poly
- Docker
-
docker run cmd.cat/imlib2_poly imlib2_poly
powered by Commando
imlib2
Imlib 2 is a library that does image file loading and saving as
well as rendering, manipulation, arbitrary polygon support, etc. It does ALL of these operations FAST. Imlib2 also tries to be highly intelligent about doing them, so writing naive programs can be done easily, without sacrificing speed. This is a complete rewrite over the Imlib 1.x series. The architecture is more modular, simple, and flexible.