Aurelia Molzer

Results 87 issues of Aurelia Molzer

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Clap Version 3.0 ### Describe your...

C-enhancement
A-parsing
E-medium

The python [`colour-science`](https://www.colour-science.org/) package is a defacto standard for open-source accurate color computation and a good reference for rigorous definitions, mostly, including possible tuning knobs that aren't strictly defined and...

> Since library backed with libm::powf I just want to make sure that you know that it has performance like so: ``` libm::powf time: [12.695 µs 12.790 µs 12.903 µs]...

See https://github.com/image-rs/image/issues/2245, the intended `ImageDecoder` changes. This changes the `ImageDecoder` trait to fix some underlying issues. The main change is a clarification to the responsibilities; the trait is an interface...

When migrating to the `jpeg-encoder` crate from or in-tree version we give up this setting in the API and do not write it to file. The issue here is figuring...

kind: dependency-tracked
next: breaking

Closes: #1182 We have since then tied the `Pixel` trait more closely to `ImageBuffer` in design, hence these sections should likely go together. Also mentions the recent color handling. The...

It is one of the most common channel orders other than Rgb and the construction involves nothing complicated, just swapping the channels around. We don't support that layout during computation,...

`RowsMut` and `Rows` should implement accessor slices similar to the internal chunks. ## Draft ```rust impl Rows { pub fn as_slice(&self) -> &[T::Subpixel]; } ```

kind: new features
kind: dependency-tracked
kind: API

Follow up on #2531 where we have an attribute in each `ImageBuffer` and `DynamicImage` that denotes the color space of the buffer as `CICP` information. When we write such images...

medium
topic: meta data
kind: incorrect
topic: color spaces

The respective methods on `DynamicImage` are blocked on the type representation. We can't use any specific pixel type if the goal is preserving the type but `DynamicImage` has no Luma32F...