imlib2-config
image loading, rendering, saving library (development files)
Install
- All systems
-
curl cmd.cat/imlib2-config.sh
- Debian
-
apt-get install libimlib2-dev
- Ubuntu
-
apt-get install libimlib2-dev
- Alpine
-
apk add imlib2
- Arch Linux
-
pacman -S imlib2
- Kali Linux
-
apt-get install libimlib2-dev
- Fedora
-
dnf install imlib2-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libimlib2-dev
- OS X
-
brew install imlib2
- Raspbian
-
apt-get install libimlib2-dev
- Dockerfile
- dockerfile.run/imlib2-config
- Docker
-
docker run cmd.cat/imlib2-config imlib2-config
powered by Commando
libimlib2-dev
image loading, rendering, saving library (development files)
Imlib2 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 package provides the development files (ie. includes, static library, manual pages) that allow one to build software which uses imlib2.
imlib2-devel
Development package for imlib2
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.