Aurelia Molzer

Results 457 comments of Aurelia Molzer

Worse than the slight difference introduces by multiplying/dividing through 100 a couple of times would be accidental clamping to the standard range, resulting in complete loss of high-dynamic range data....

I've started with `601` and `709` for now expecting `2020` to also be included. I'm not going to attempt `Rec.2100` though since I'm not completely sure about the patent situation...

It should be automatically built and linked if you're using `cargo` (or corrosion in CMake etc.). The library and symbols generated from `cxx.cc` are automatically linked when you include the...

Please include a `requirements.txt` file for use with pip/virtualenv or similar to facilitate reproduction.

Are you sure you are loading the release version (`cargo build --release`) of the library? Because if there has been a `debug` build I am pretty sure that https://github.com/jramapuram/parallel_image_crop/blob/ba0aeca9e0c68fdd99aed7ff8e2fc2747ed66898/benchmarks/test.py#L173 will...

I see the following numbers, using the release build: 512x512 ``` python crop average over 10 trials : 0.16067423820495605 +/- 0.3671143569581757 sec rust crop average over 10 trials : 0.04678645133972168...

I missed that there is no 4000x4000 image in the repository but figured that all results were in `release` build. The second set of results that I posted is also...

Take this with a grain of salt healthy for simple benchmarks but measuring load time vs. processing time: > Loading: 399.338101ms, Processing: 3.197122ms where the first is measure from function...

Afaik, most decoder do not yet implement an API that would only load a partial image. I can link you more precise issues if you want to track the progress...

Yes, issue 2 needs to be resolved in this crate and should be published in the next version (might even get a minor version in, it simply relaxes a constraint...