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
- Host: GitHub
- URL: https://github.com/wykerd/img-panda
- Owner: Wykerd
- License: agpl-3.0
- Created: 2020-11-28T23:32:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T19:15:20.000Z (over 5 years ago)
- Last Synced: 2025-01-15T06:15:48.065Z (over 1 year ago)
- Topics: c-library, cmake-module, content-identification, image-recognition
- Language: C
- Homepage:
- Size: 594 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Panda

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 .
```

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