jxrlib
jxrlib copied to clipboard
jxrlib is JPEG XR Image Codec reference implementation library released by Microsoft under BSD-2-Clause License. This repo is a clone of jxrlib as released by Microsoft from it's original Codeplex loc...
Good afternoon. I am confused about the use of tmpnam functions in your code. https://github.com/4creators/jxrlib/blob/f7521879862b9085318e814c6157490dd9dbbdb4/image/encode/strenc.c#L485 If you want to get an unused name on the system. do you consider the...
Assorted collections of fixes and cleanups to make this code usable with modern compilers and across platforms
Binary
Please release binaries 🙏 I'm sure you (author) tests whether the source code can build or not, so why not make the result of that available to everyone? I personally...
.jxr hdr screenshots are generated by [xbox gamebar, nvidia shadowplay, obs] tried everything : [jxrlib](https://github.com/Knewest/precompiled-jxrlib-binaries) `jxrdecapp.exe -i 'obs.jxr' -o 'obs_jxrdecappconvert.tif'` open and exported to [.tif 16, .exr 16, .png 16]...
Not sure why this wasn't done to begin with, it adds unneeded workloads for developers. I have provided the compiled binaries for everyone in a [fork](https://github.com/Knewest/precompiled-jxrlib-binaries/releases/tag/Release-v2019.10.9) and attached them below....
I am trying to compress a binary image (image with 1 bit depht) but it is giving an error. I am using command: JXREncApp -i Image3_3.bmp -o output.jxr -c 1...