Provides an image manipulation interface using libimlib2
imlib2 is a very fast image manipulation library, but without the support for as many image formats as other libraries such as imagemagick. This extension is experimental. It's been tested on a number of Linux installs, but nothing else.
imlib2 is a very fast image manipulation library, but without the support for as many image formats as other libraries such as imagemagick. This extension is experimental. It's been tested on a number of Linux installs, but nothing else.
To install php54-imlib2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php54-imlib2
To see what files were installed by php54-imlib2, run:
port contents php54-imlib2
To later upgrade php54-imlib2, run:
sudo port selfupdate && sudo port upgrade php54-imlib2
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.