Alexander Karpinsky

Results 93 comments of Alexander Karpinsky

I very impressed how easy to use OMP. We should understand what this is not true performance win. This is just one way to use parallelism. For example my application...

> Running tonight I'm noticing that the benchmarks are jumping around a lot Indeed. Result across 20 runs on each size: ``` Without OpenMP Antialias | 2048x1152 | min 0.4323...

@wiredfool The example isn't included in the documentation anywhere, it just in the repo without any links to it. I'll revert this, just want to note.

@hugovk > Do we want all those to be visible/potentially committed? Not potentially committed, but visible. > [5] PIL This is what I talking about and why sources was moved...

Hi, @aclark4life and @python-pillow/pillow-team > are you still actively developing https://github.com/uploadcare/pillow-simd ? The majority of the work was done before I joined the Lifting program (which was 1 year ago,...

We don't need to store a map of conversions for each file format. If format supports, for example, only `RGB` and image in `CMYK`, we always will do CMYK→ RGB...

In general, this is great. The only drawback for me is binding of supported modes for the save function via the parent's module attribute. In particular, this prevents different sets...

> Pack/unpack support Oh, I missed this in the text, but all of this is not related to the packing/unpacking. Of course, we should support as many raw modes as...

> I know we've people using the `I;16` modes in GIS type applications I'm totally for 16 bit per channel modes support for `L` and other modes, аnd I hope...

> Internally, I think we're converting the a and b channels to an unsigned, then back on save. This explains why `HSV` resampling works as expected. So we need to...