https://github.com/rapidai/rapidimgutil
Image processing library to add some new formats and other supports.
https://github.com/rapidai/rapidimgutil
Last synced: about 1 year ago
JSON representation
Image processing library to add some new formats and other supports.
- Host: GitHub
- URL: https://github.com/rapidai/rapidimgutil
- Owner: RapidAI
- Created: 2021-04-29T22:40:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T23:29:35.000Z (about 5 years ago)
- Last Synced: 2025-02-14T22:14:08.476Z (over 1 year ago)
- Language: C++
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An image processing library to add some new formats and other supports.
To support gif, webp, tiff, tga and other formats.
This library relies on opencv & freeimage.
Also there's a function to get image size without image loading cost.
本库提供了两个功能:
1. 提供了对opencv不支持的文件格式的支持
2. 提供了无加载获取图片文件尺寸的功能 (移植自php)