最快的C / C ++的图像缩放库 [英] Fastest C/C++ image resizing library

查看:713
本文介绍了最快的C / C ++的图像缩放库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我写,需要调整图像的大量应用一...而这些是我的要求:

I am writing a application that needs to resize massive amounts of images... and these are my requirements:


  • C / C ++

  • 支持JPEG / PNG至少

  • 快速

  • 跨平台

到目前为止,我的选择是:

So far my options are:


  • OpenCV的

  • CIMG

  • ImageMagick的

  • GraphicsMagick工具(据说要快)

  • 魔鬼

  • GIL从升压

  • CxImage的

  • Imlib2(据说要快)

  • 任何其他方面?

所有这些将完成这项工作,但我正在寻找在最快在这里,我是不是能够找到他们的任何性能基准。

All of these would get the job done, but I am looking for the fastest here, and I was not able to find any benchmarks on their performance.

推荐答案

看看英特尔IPP(集成性能基元)(维基链接优于英特尔一项...)它也适用于AMD和具有功能调整图像(双线性,近邻等),在Linux和Windows。

Take a look at Intel IPP (Integrated Performance Primitives) (Wiki link is better then the Intel one...) it works also on AMD and has functions to resize images (bilinear, nearest neighbor, etc) and works on Linux and Windows.

这不是免费的(但不会打破银行),但它的,你可以找到最快的。

It is not free (but it won't break the bank), but its the fastest that you can find.

这篇关于最快的C / C ++的图像缩放库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆