Fast Cross-Platform C/C++ Image Processing Libraries

前端 未结 11 1637
余生分开走
余生分开走 2020-11-27 13:27

What are some cross platform and high performance image libraries for image processing (resizing and finding the color/hue histograms). No gui needed. This is for C/C++.

11条回答
  •  借酒劲吻你
    2020-11-27 14:28

    I help maintain libvips, a free, cross-platform C/C++ scientific image-processing library. It is fast and works well on very large images.

    I did a very simple benchmark: load a 5,000 x 5,000 pixel RGB tif, crop 100 pixels off every edge, shrink 10%, sharpen, and save again. On this trivial test at least, vips is more than twice as fast as anything else I've tried.

提交回复
热议问题