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)
- Host: GitHub
- URL: https://github.com/the-commits/imhdlr
- Owner: the-commits
- License: gpl-3.0
- Created: 2024-02-10T13:40:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T19:21:33.000Z (over 2 years ago)
- Last Synced: 2024-03-09T20:28:38.229Z (over 2 years ago)
- Topics: image-processing, image-resizer, php, php-extension, php-library
- Language: Rust
- Homepage:
- Size: 8.97 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```