PDA

View Full Version : TGA/PCX Plugin



ComaWhite
25th July 2008, 07:10
I found that a library I use requires both TGA and PCX. But I noticed that QImage doesn't support it. Is there any plugins for this?

wysota
26th July 2008, 10:54
Not Qt plugins, but there are libraries capable of reading such data, for instance libmagick from ImageMagic package. You can use the library in your application or even implement an image plugin for Qt that uses the library.