-
```
** These produce bytewise identical, but smaller files:
* jpegoptim -t --strip-all *.jpg
* imgopt *.jpg
* for F in *.jpg; do
jpegtran -copy none -optimize -outfile jo.bin "$F" &&
…
-
Hi!
Thank you for the paper! It is inspiring that you can compress weights to about 1 bit and the model still works better than random.
A practical sub-2-bit quantization algorithm would be a grea…
-
The specification is missing tags for a few pieces of information in font packages that are useful for users at package-installation time.
Certainly there would be almost no end to the possibilitie…
-
I have glanced through all discussions about the raw data. I am surprised that nobody cited the US patent (https://patents.google.com/patent/US9377396B2) describing the main operating principle of the…
-
I couldn't find a better way to contact you, so have an issue.
Thanks for this project – I've had a Python implementation of kmeans on images for a while, but I wanted to switch to Rust to make it …
-
Essa exceção acontece porque o Tika não consegue extrair o rar 5 (formato proprietário). Temos que pegar a exceção e cancelar o retry nesse caso.
Sentry Issue: [MARIA-QUITERIA-4V](https://sentry.io/o…
-
For an isentropic compression process, the relation dh=vdp can be found in any text book. When I calculate the compression work for high pressure humid air, the enthalpy obtained with function “HumidA…
-
Hello!
I want to start writing an opensource application that help collecting service manuals. People usually use Calibre (if anything), and it always turns out to be a disaster. I want to make an ap…
-
```
pydicom can read JPEG files, but the pixel data remains compressed. Should
investigate incorporating JPEG code to allow at least decompression of read
images.
```
Original issue reported on code.…
-
```
pydicom can read JPEG files, but the pixel data remains compressed. Should
investigate incorporating JPEG code to allow at least decompression of read
images.
```
Original issue reported on code.…