Re: Pro formats

Aurélien Gâteau <[email protected]> Mon, 03 May 2010 22:52:15 +0200
Newsgroups gmane.comp.kde.gwenview
Message-ID <[email protected]>
On 01/05/2010 10:47, Charles Fl=E8che wrote:
> Hello everyone,
> =

> /I can't find info about this one : is there a way to open pro file forma=
ts (SGI =

> 8/16 bits, Cineon, DPX 8/10/12/16 bits...) in gwenview ? I think Exr are =

> already supported, but what about others file formats ? A colleague of mi=
ne =

> used to be able to open SGI under KDE 3.5 : is it a matter of KIO modules=
 ?

Hi Charles,

Gwenview supports all formats supported by Qt and KDE. On my machine the
following formats are supported:

Qt:
- gif
- ico
- jpeg
- mng
- svg
- tiff

KDE:
- dds
- eps
- exr
- jpeg2000
- pcx
- psd
- rgb (sgi)
- tga
- xcf
- xview

I created this list by listing .so files in
/usr/lib/qt4/plugins/imageformats and /usr/lib/kde4/plugins/imageformats.

You can write Qt image format plugins to add support for more formats.
Creating a new plugin does not require modifying Gwenview and benefits
all Qt/KDE applications. Note however that Qt cannot represents images
which uses more than 8 bits per channel: even if the plugin can decode
images with more depth, it will have to reduce it to 8 bits per channel.

Aur=E9lien

---------------------------------------------------------------------------=
---