Qt 图像格式插件

发布于 2024-08-22 19:27:41 字数 50 浏览 7 评论 0原文

有人可以指出我不支持 Qt 图像格式插件(读/写)的网站吗?例如 XCF 和 PSD。

Can somebody point me to sites with not supported by Qt image format plugins (reading/writing). XCF and PSD for example.

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

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

发布评论

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

评论(4

随波逐流 2024-08-29 19:27:41

dds、eps、exr、g3r、hdr、jp2、pcs、pg、pns、psd、ras、rgb、tga、xcf qimage 插件由 KDE 在 kdelibs/kimgio 目录中提供。

dds, eps, exr, g3r, hdr,jp2, pcs, pg, pns, psd, ras, rgb, tga, xcf qimage plugins are provided by KDE in the kdelibs/kimgio directory.

哑剧 2024-08-29 19:27:41

这是一个使用 DevIL 图像库支持多种格式的插件:

http://tcuvelier .developpez.com/qt/extend/devil/

Here's a plugin which uses the DevIL image library to support a variety of formats:

http://tcuvelier.developpez.com/qt/extend/devil/

爱殇璃 2024-08-29 19:27:41

KDE 早期有一个名为 Pixie 的应用程序,也许你可以在那里找到一些东西。否则,我建议看看 GIMP 是做什么的。

There was an app called Pixie in the early days of KDE, perhaps you can find something there. Otherwise, I'd suggest looking at what the GIMP does.

尘世孤行 2024-08-29 19:27:41

好吧,这里有 QT 4.6 QImage 支持的所有格式的列表:

BMP Windows 位图读/写

GIF 图形交换格式(可选)读取

JPG 联合摄影专家组读/写

JPEG联合图像专家组读/写

PNG便携式网络图形读/写PBM

便携式位图读取

PGM 便携式灰度图读取

PPM 便携式像素图读/写

TIFF 标记图像文件格式读/写

XBM X11 位图读/写

XPM X11 像素图读/写

在这里您可以看到所有可用的图像。有很多。像一百个:

维基百科。图形文件格式比较

以及流行的:

JPEG · JPEG 2000 · JPEG XR · 无损JPEG · JBIG · JBIG2 · PNG · WBMP

APNG · BMP · DjVu · EXR · GIF · ICER · ILBM · MNG · PCX · PGF · TGA · TIFF

Well, here you have a list of all the formats QT 4.6 QImage support:

BMP Windows Bitmap Read/write

GIF Graphic Interchange Format (optional) Read

JPG Joint Photographic Experts Group Read/write

JPEG Joint Photographic Experts Group Read/write

PNG Portable Network Graphics Read/write PBM

Portable Bitmap Read

PGM Portable Graymap Read

PPM Portable Pixmap Read/write

TIFF Tagged Image File Format Read/write

XBM X11 Bitmap Read/write

XPM X11 Pixmap Read/write

And here you can see all the images available everywhere. Tons of them. Like a hundred:

Wikipedia. Comparison of Graphics File Formats

And the popular:

JPEG · JPEG 2000 · JPEG XR · lossless JPEG · JBIG · JBIG2 · PNG · WBMP

APNG · BMP · DjVu · EXR · GIF · ICER · ILBM · MNG · PCX · PGF · TGA · TIFF

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