On Sun, 2008-05-04 at 13:03 -0700, Ted Gould wrote:
On Sun, 2008-05-04 at 11:50 +0200, Tavmjong Bah wrote:
..ggr (Gimp Gradient)
This was done by me. It's probably important to note that it can only do linear gradients even though the format supports more types.
Noted.
..tga (Targa) ..ico ..cur ..wbmp ..pcx ..ras ..xbm (X-Bitmap) ..ani
These are all added by GDK. We query GDK to see what formats it can import and then use all of those. So, if a particular version of GDK isn't compiled with a format it won't so up. Plus, we should be able to import other formats with GDK loaders if they are available (I think someone is working on a RAW loader).
With the above hint I got a list of file types supported by GDK using a Perl script I modified from the web:
ani The ANI image format bmp The BMP image format gif The GIF image format ico The ICO image format jpeg The JPEG image format pcx The PCX image format png The PNG image format pnm The PNM/PBM/PGM/PPM image format family ras The Sun raster image format svg Scalable Vector Graphics tga The Targa image format tiff The TIFF image format wbmp The WBMP image format wmf Windows Metafile xbm The XBM image format xpm The XPM image format
Thanks,
Tav