An open API service indexing awesome lists of open source software.

https://github.com/the-commits/imhdlr

The Image Handler (imhdlr)
https://github.com/the-commits/imhdlr

image-processing image-resizer php php-extension php-library

Last synced: 23 days ago
JSON representation

The Image Handler (imhdlr)

Awesome Lists containing this project

README

          

# The Image Handler - imhdlr

## To be able to build
##### explicitly specifies the path to the PHP executable:
`export PHP=$(which php)`
#### explicitly specifies the path to the php-config executable:
`export PHP_CONFIG=$(which php-config)`

# Linux
```
php -d extension=target/release/libimhdlr.dylib ./php-examples/test.php
```
# MacOs
```
php -d extension=target/release/libimhdlr.dylib ./php-examples/test.php
```
# Windows
```
php -d extension=target/release/libimhdlr.dll ./php-examples/test.php
```