Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hosseinmirzapur/imagick


https://github.com/hosseinmirzapur/imagick

Last synced: 28 days ago
JSON representation

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.