vips-bench
vips-bench copied to clipboard
a simple image processing benchmark implemented in a range of image processing packages
Results
2
vips-bench issues
Sort by
recently updated
recently updated
newest added
There is a comment in `pillow.py`: > starting with 2.7, Pillow uses a high-quality convolution-based resize for BILINEAR ... the other systems in this benchmark are using affine + bilinear,...
On the [benchmark results test page](https://github.com/jcupitt/libvips/wiki/Speed-and-memory-use) there is a "Run time (secs real)" column. The `time` utility shows not only the real time but also user and sys time. Sum...