-
**What is your use-case and why do you need this feature?**
For decoding lists in the xml custom format it has a mode where lists are parsed incrementally (a list is parsed as a single element list w…
-
This will require:
- reviewing all supported format
- cataloguing channel order
- generating suitable matrices
We'll be able to implement this feature when matrix loading has been implemented.
Relat…
-
Here is the development roadmap for 2024 Q4. Contributions and feedback are welcome ([**Join Bi-weekly Development Meeting**](https://t.co/4BFjCLnVHq)). Previous 2024 Q3 roadmap can be found in #634.
…
-
so a few of the formats (e.g. png, webp, gif) can be transformed into frames after decoding, but it looks like only the gif encoder has a convenient frames consumer method `.encode_frames`, but based …
-
*Note: This change was discussed with reduz and others and is probably good to implement.*
### Describe the project you are working on
The Godot editor :slightly_smiling_face:
### Describe t…
-
### Description
I'd like to propose adding support for custom `format` types. These could come from the configuration. Maybe something like the following example:
```yaml
generator:
formats:…
-
Most existing image formats have extensive publicly available technical documentation or specifications to guide the implementation of encoders and decoders. [PNG](https://www.w3.org/TR/2003/REC-PNG-2…
-
## Bug Description
While i test something i found that the uploaded image didn't add original image extension( `-jpeg` ) in the sub-sizes but it added in full size image.
```html
```
The i…
-
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…
-
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 …