-
### Purpose
Complete YAML parsing and serialization support for OpenAPI specifications.
### Tasks:
1. Integrate YAML decoding via `Yams`.
2. Add serialization functionality to export `OpenAPIDoc…
-
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…
-
RISC-V "V" Vector Extension (shorten as `RVV`) is the instruction extension that introduces vector process capabilities to RISCV.
The staged goal of this issue is to explore the possibility to run…
-
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 …
-
### 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:…
-
*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…
-
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…