-
Skipping decompression for .png images in bafe72c9bd2c427ac4599126d2c73e84e8e61261 moves image decoding from multiple background threads to the main thread causing frame drops.
Probably need to dou…
-
some archives have files available as LZH compressed disk images, e.g [beamride.lzh](http://www.msxarchive.nl/pub/msx/games/msx1/beamride.lzh). on-demand decompression of these disc images would make …
-
I have a ISO image file about 1G size , which can be decompressed with rar, zip and 7z according to a Specialized tool. However, if I use sharpcompress try to decompress the file, I will prompt a sig…
-
Hi, we are facing an issue where on decompression of a 32FC1 depth image compressed with the compressedDepth plugin, every pixel is NaN. A bag file including a few depth messages before compression ca…
-
**Issue with Coarse Registration Training Procedure on GeoTransformer**
Hello,
We've encountered an issue while running the Coarse Registration training procedure for GeoTransformer. Specificall…
-
**Godot version:** 3.0.6
**OS:** Windows 10 Pro
**Issue description:**
As said in the title, while compressing an image to the ETC2 format works fine (and changes the format to ETC2_RGB8 as it sh…
-
**Describe the bug**
I noticed this while investigating https://github.com/apache/datafusion/issues/7845#issuecomment-2370455772.
The suggestion from @jayzhan211 and @alamb was that `datafusion.…
-
OpenCV is a large dependency for cscore, but outside of interfaces is only used for image storage, resize, color conversion, and JPEG compression/decompression. The SIMD library (https://github.com/e…
-
I've apparently surpassed the image size limit that PIL has by default.
![image](https://github.com/Unstructured-IO/unstructured-inference/assets/48303731/ded7c45e-aa23-433d-9bb1-16b2598b16d2)
It …
-
Converting compressed qcow2 is about 10 times slower compared with qemu-img convert.
qemu-img convert use many technics to speed up the operation:
- Using thread pool for reading and decompressing…