lambdalemon
lambdalemon
I'm not even sure if this is expected behavior or not. Built and run on 64bit Linux. The UI does show up when I click the button on the dashboard,...
Everything seems to compile (after some tweaks). Though I got a lot of warnings like `WARNING: Could not determine path of ... Skipping...` from linuxdeployqt, which seems kind of sus?...
**Pull request** - Fixes https://github.com/pdfminer/pdfminer.six/issues/888. - Fixes https://github.com/pdfminer/pdfminer.six/issues/1117. - Add support for images with Indexed Colorspace, which fixes https://github.com/pdfminer/pdfminer.six/issues/853 - Removes an extraneous invert of greyscale image introduced in https://github.com/pdfminer/pdfminer.six/pull/827....
**Pull request** Fixes https://github.com/pdfminer/pdfminer.six/issues/1117. **How Has This Been Tested?** Looking at extracted images **Checklist** - [x] I have read [CONTRIBUTING.md](https://github.com/pdfminer/pdfminer.six/blob/master/CONTRIBUTING.md). - [x] I have added a concise human-readable description of...
`imageio` supports 16bit png format through the freeimage plugin. this should be easier to use than 2 pngs? ``` diff --git a/gsplat/compression/png_compression.py b/gsplat/compression/png_compression.py index 0c5010c..5a0025e 100644 --- a/gsplat/compression/png_compression.py +++ b/gsplat/compression/png_compression.py...