Viewing profile — bleroy
bleroy
HN member- Joined
- Mon, Jun 29, 2015, 5:38 PM UTC
- HN karma
- 3
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About bleroy
No profile information was provided.
Recent public activity
-
comment
Comment #13463655
It doesn't make a difference in the relative performance of the libraries on the metrics in the post, it only makes the benchmarks slower to run. This being said, the code is avail…
-
comment
Comment #13463631
Thanks, I'll check it out.
-
comment
Comment #13446257
Yes, but that doesn't have a .NET Core library, and as such wasn't included in the post.
-
comment
Comment #13445799
The legend is below each chart, with a table of the numeric results, with standard deviation. The code to reproduce the test is also provided, as well as the sample images.
-
comment
Comment #13445791
What do you mean? The test is doing resize and JPEG compression. If you're interested in isolating the compression part, the code on GH should be super easy to modify to your parti…
-
comment
Comment #13445766
Unfortunately that's not possible. Each library makes choices and tradeoffs on their defaults. Each time, I set whatever quality dials existed to the highest available, and I stand…
-
comment
Comment #13445567
Because it's not Skia that is tested, but SkiaSharp, which is a .NET / Mono wrapper for Skia. It was included because the work to make it compatible with .NET Core is close to comp…