zurutech / pillow-resize

Porting of Pillow resize method in C++ and OpenCV.
Apache License 2.0
123 stars 16 forks source link

throughout using simd #10

Closed tp-nan closed 6 months ago

tp-nan commented 1 year ago

Hi, is there anyone can use simd to speedup the resize process? for example: ref. The throughout seems a little lower than opencv.

marcov868 commented 1 year ago

Hi, it could be a really interesting feature to add to the library. We haven't much experience in this kind of optimization, but we can take a look at the library you shared and use it as a reference. Unfortunately, we have not planned any update of the library in the short term, so I cannot tell you when this kind of feature could be available. But, we are happy if you are willing to contribute