Alexander Karpinsky

Results 93 comments of Alexander Karpinsky

Just copy here from [this thread](https://github.com/python-pillow/Pillow/issues/2718): Results of reading and resizing can be different in cv2 and Pilllow. This creates problems when you want to reuse a model (neural network)...

You are looking for [cleareable](https://uploadcare.com/documentation/widget/#option-clearable) option.

> Not really, because this will remove all items at once. This is what you are looking for, isn't it?

Well, I partly agree with you. The user may decide to save no files. But at the moment the dialog has very clear meaning: it can be "_resolved with files_"...

I think you are right, we need such method in the API. But I don't satisfied with the `cleanup` quality (for example, it selects `.next('.uploadcare-widget')` while it can be not...

That's cool! Thanks for the update.

> Pillow resize() vs VIPS reduce() 0.5 pixel shift gone It hasn't gone completely. If you look close, the red border is more intensive than on the Pillow version. This...

By the way, for me is not clear how `.shrink()` handles fractional scales. It doesn't look like convolution with BOX filter in Pillow because in this case shrinking would just...

> libvip uses major version to mean API, so it changes very rarely. The minor version number changes for each six-monthly release, so 8.9.0 would be a good point to...

Upcoming release: | lib | test | box | convolution | combined | | - | - | - | - | - | | VIPS | 8x | 14.61ms...