Erik Hedvall

Results 200 comments of Erik Hedvall

Thanks, I had somehow misunderstood where they came from. Thanks for putting up with my confusion. 😅 Yes, I think we will have to live with that for the round...

> There must be a small computational difference on the CI machine or operating system compared to mine, that flips the path from blue to green, i.e. from the wrong...

> The result is correct -- as in the way it should be. It is not wrong, as the reference implementation and the Rust implementation are on my machine. Sorry,...

I have never worked with the `alloc` crate, so I have no idea off the top of my head what this could be. Part of the reason why making the...

Good point. I hadn't seen it. I suppose it can be used for reproducing the builds, but other than that I believe there are (or can be) better alternatives for...

I have been holding off on device specific color spaces because of the hairy business around different devices. The values of CMYK depends on printers and the colors of their...

Looks like there's no way to implement accurate CMYK without a color profile, since it depends on paper color, ink, etc. The only possibility without implementing color profile support is...

Yea, something like that is probably the way to go. The main problem with implementing the naive variant is that it can be mistaken for the accurate variant, so I...

This guide is really outdated by now, so the steps for building Rust are no longer correct. See https://github.com/Ogeon/rust-on-raspberry-pi/issues/30#issuecomment-275848072 for a more recent procedure that will just take minutes, instead...