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

https://github.com/wykerd/img-panda

An image utility library for content identification and manipulation
https://github.com/wykerd/img-panda

c-library cmake-module content-identification image-recognition

Last synced: 20 days ago
JSON representation

An image utility library for content identification and manipulation

Awesome Lists containing this project

README

          

# Image Panda
![Logo](img-panda.png)

An image utility engine for content identification and manipulation.

# Features

- Content ID

# Dependencies

## Must be installed seperately
- OpenSSL
- libuv
- OpenCV

## Compiled from submodules
- lexbor
- llhttp
- simdjson

## Toolchain
- `CMake` 3.11 or later
- C/C++ compiler supporting c11 and c++14
- `NodeJS` (for llhttp)
- `npm` (for llhttp)

# Building
Currently only tested on GNU/Linux.

# License

This project is licensed under the GNU Affero General Public License.

```
Image Panda is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Image Panda is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with Image Panda. If not, see .
```

![GNU Affero General Public License](https://www.gnu.org/graphics/agplv3-88x31.png)

__NOTE:__ This software depends on other packages that may be licensed under different open source licenses.