在 C++ 中创建缩略图

发布于 2024-07-29 08:35:14 字数 43 浏览 1 评论 0原文

想知道是否有人知道如何在 C++ 中从 NITF 2.1 图像创建缩略图

Wondering if anyone knows how to create thumbnails in C++ from NITF 2.1 images

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

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

发布评论

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

评论(1

沙与沫 2024-08-05 08:35:14

使用下面的包,您应该能够读取 NITF 图像,然后生成您自己的较小版本以另存为缩略图。

NITRO 是一个成熟的、可扩展的库解决方案,用于读取和写入国家图像传输格式 (NI​​TF) 文件,这是美国国防部的标准格式。 它是用跨平台 C 编写的,可用于其他语言(C++、Java、Python)的绑定。 NITRO最初由通用动力-高级信息系统公司于2004年开发,并不断得到改进。 它现在根据 Lesser GNU 公共许可证作为开源软件发布。

http://nitro-nitf.sourceforge.net/wikka.php?wakka=HomePage

Using the package below you should be able to read a NITF image and then generate your own smaller version to save as a thumbnail.



NITRO is a full-fledged, extensible library solution for reading and writing National Imagery Transmission Format (NITF) files, a U.S. Department of Defense standard format. It is written in cross-platform C, with bindings available for other languages (C++, Java, Python). NITRO was originally developed by General Dynamics - Advanced Information Systems in 2004 and is continuously being improved. It is now released as open-source software under the Lesser GNU Public License.

http://nitro-nitf.sourceforge.net/wikka.php?wakka=HomePage

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