-
Hey,
First of all, really nice work on supporting so many image formats. I've been playing around with lossless encoding of some `float16` data. However, when decoding there appears to be artifacts…
-
**Abstract**
Columnar storage is a core component of a modern data analytics system. Although many database management systems (DBMSs) have proprietary storage formats, most provide extensive suppo…
-
Currently, we only support .wav files which are huge and uncompressed.
We can probably leverage some crates like:
[Symphonia](https://github.com/pdeljanov/Symphonia) - A variety of formats
[le…
-
Right now, exificient-gui seems to always need to generate grammars from an XSD file. This process seems to be a little bit slow, and xsd's don't typically change very frequently. Also, right now, if …
-
The BSON and Avro formats support encoding decimal floating-point numbers which cannot be exactly represented by a `float64`. Currently, neither the `bson` or `avro` decoder packages actually support …
-
Related: #284
Our use of `Alternative` is something that sticks out to me as being insanely powerful, but we don't talk about it ever. We should add some documentation around this. Ideas:
- Decoding…
-
While UASTC to ASTC transcoding is lossless, decoding UASTC to RGBA32 directly could produce slightly different results that going via UASTC->ASTC->RGBA32 route with the last step done in hardware.
…
-
It looks like Mozilla has started rolling out support for hardware HEVC decoding on Firefox (Windows) from version 120 Nightly/121+.
It's opt-in for now, in nightly HEVC is already enabled by defau…
-
I wrote a script that decodes the first packet of a variety of audio files and reports what kind of `AudioBufferRef` the decoder returns:
```rust
use std::{error::Error, fs::File, path::Path};
…
-
### Todo
- [ ] Along with full size images, generate _lighter_ versions of big pictures (and a link from the smaller one to the original). Parameter to configure the size after which optimized vers…