Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmarkovtsev/jasper
Stripped Jasper (JPEG2000 library) with fixed 64-bit portability issues and various security patches applied, compiled with cmake
https://github.com/vmarkovtsev/jasper
Last synced: 22 days ago
JSON representation
Stripped Jasper (JPEG2000 library) with fixed 64-bit portability issues and various security patches applied, compiled with cmake
- Host: GitHub
- URL: https://github.com/vmarkovtsev/jasper
- Owner: vmarkovtsev
- Created: 2013-08-16T12:15:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-29T14:41:15.000Z (about 11 years ago)
- Last Synced: 2023-04-03T10:57:45.738Z (over 1 year ago)
- Language: C
- Size: 328 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Jasper
======Stripped Jasper (JPEG2000 library) with fixed 64-bit portability issues and various security patches applied, compiled with cmake.
Building
--------mkdir build
cd build
cmake ..
make -j8
What was changed
----------------* Only jp2 and jpc codecs were left;
* Fixed int_fast32_t and friends formatting in printf-like functions on 64-bit platforms
* Applied Debian patches (except alloc2/realloc2)
* Applied patches from [abveritas](https://github.com/abveritas/main/tree/master/jasper)
* Ensured sleek compilation with -Wall
* Changed build system to cmake