OSDN Git Service

ruby-1.9.1-rc1
[splhack/AndroidRuby.git] / lib / ruby-1.9.1-rc1 / ext / tk / lib / tkextlib / tkimg / README
1
2  [ Tcl/Tk Image formats (TkImg) support ]
3
4 TkImg contains a collection of format handlers for the Tk photo
5 image type, and a new image type, pixmaps.  
6
7 Supported formats of TkImg version 1.3 are
8 -------------------------------------------------------
9    bmp    : Windows Bitmap Format
10    gif    : Graphics Interchange Format
11    ico    : Windows Icon Format
12    jpeg   : Joint Picture Expert Group format
13    pcx    : Paintbrush Format
14    pixmap : Pixmap Image type
15    png    : Portable Network Graphics format
16    ppm    : Portable Pixmap format
17    ps     : Adobe PostScript Format
18    sgi    : SGI Native Format
19    sun    : Sun Raster Format
20    tga    : Truevision Targa Format
21    tiff   : Tagged Image File Format
22    window : Tk Windows
23    xbm    : X Window Bitmap Format
24    xpm    : X Window Pixmap Format
25 -------------------------------------------------------
26