Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hosseinmirzapur/imagick
https://github.com/hosseinmirzapur/imagick
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hosseinmirzapur/imagick
- Owner: hosseinmirzapur
- Created: 2024-08-11T13:53:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T15:11:57.000Z (6 months ago)
- Last Synced: 2024-08-13T16:09:24.650Z (5 months ago)
- Language: Go
- Size: 431 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Magick
Image magick utilizes `bimg` go package, which in its underlying logic uses C bindings for communicating with `libvips` library which is also written in C.
## Instructions
- First clone the repository using the command below:
```bash
git clone github.com/hosseinmirzapur/imagick
```- Be sure to have `buildtools` on your device, then simply run the command below:
```bash
make deps
```- Then for running the code:
```bash
make run
```## Test
Full test of the project by running:
```bash
make test
```## Issues or contributions
Be sure to open pull requests and issues, if anything went wrong.