C++ 处理图像的库

发布于 2024-07-05 13:43:39 字数 214 浏览 14 评论 0原文

您是否知道有任何开源/免费软件 C++ 库可以处理这些格式的图像: .jpg .gif .png .bmp ? 它支持的格式越多越好。 我正在 C++ 中实现一个免费程序,它使用 隐写术

我在 Unix 下工作。

Do you know any open source/free software C++ libraries to manipulate images in these formats:
.jpg .gif .png .bmp ? The more formats it supports, the better. I am implementing a free program in C++ which hides a text file into one or more images, using steganography.

I am working under Unix.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

一抹苦笑 2024-07-12 13:43:39

我喜欢 VXL

VXL(Vision-something-Libraries)是专为计算机视觉研究和实现而设计的 C++ 库的集合。 它是由 TargetJr 和 IUE 创建的,旨在打造一个轻量、快速且一致的系统。 VXL 采用 ANSI/ISO C++ 编写,设计为可在多种平台上移植。

I like VXL.

VXL (the Vision-something-Libraries) is a collection of C++ libraries designed for computer vision research and implementation. It was created from TargetJr and the IUE with the aim of making a light, fast and consistent system. VXL is written in ANSI/ISO C++ and is designed to be portable over many platforms.

羁拥 2024-07-12 13:43:39

您是否考虑过GDI

——凯文·费尔柴尔德

Have you considered GDI?

-- Kevin Fairchild

纵山崖 2024-07-12 13:43:39

FreeImage 非常可靠。 它有一个 C 接口,但其实现更像 C++。

FreeImage is pretty solid. It has a C interface but is more C++-like in its implementation.

心在旅行 2024-07-12 13:43:39

对于 .png 图像,您可以查看 Cairo(和 CairoMM)。 还有人们认为速度非常快的 Anti-Grain。

For .png images you could look into Cairo (and CairoMM). There's also Anti-Grain which people consider very fast.

始终不够 2024-07-12 13:43:39

ImageMagick 可以操纵任何东西,并具有 多种语言,包括 Magick++< /a> C++ 的 API。

ImageMagick can manipulate about anything and has interfaces for a dozen of languages, including the Magick++ API for C++.

ま柒月 2024-07-12 13:43:39

@lurks:我假设你正在寻找LSB移位? 几年前我做了一些隐秘工作,大多数应用程序似乎都是这样工作的。 看来 ImageMagick(由其他人建议)允许您识别和操作 LSB。

@lurks: I assume that you are looking for LSB shifting? I did some stego work a couple of years ago, and that's how it appeared most apps worked. It appears that ImageMagick (suggested by others) allows you to identify and manipulate the LSBs.

壹場煙雨 2024-07-12 13:43:39

这需要一些设置,但我是 Adobe 的 GIL 的粉丝(现在是 Boost)。

It takes some setting up, but I'm a fan of Adobe's GIL (now part of Boost).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文