Qt 图像格式插件
有人可以指出我不支持 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
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.
这是一个使用 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/
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.
好吧,这里有 QT 4.6 QImage 支持的所有格式的列表:
在这里您可以看到所有可用的图像。有很多。像一百个:
维基百科。图形文件格式比较
以及流行的:
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:
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