1img-intro(n) Img img-intro(n)
2
3
4
6 img-intro - Introduction to Img
7
9 package require Tk
10
11 package require Img ?1.4?
12
13
15 Img is a Tk extension, adding support for many other Image formats, as
16 listed below. The individual formats are described in more detail on
17 their own pages.
18
19 bmp Windows bitmap format. See img-bmp.
20
21 dted DTED terrain elevation data interpreted as image. See img-dted.
22
23 gif The venerable graphics interchange format (with transparency,
24 but without LZW. The latter due to patent issues). See img-gif.
25
26 ico Windows icon files. See img-ico.
27
28 jpeg The format for lossy compressed still pictures specified by the
29 Joint Picture Experts Group. See img-jpeg.
30
31 pcx Paintbrush image format. See img-pcx.
32
33 pixmap While the other formats are handlers for the Tk photo image type
34 this is a new image type for Tk. See img-pixmap.
35
36 png Portable Network Graphics, successor to GIF. See img-png.
37
38 ppm Portable Pixmaps. See img-ppm.
39
40 ps Postscript and PDF (Portable document format). Requires an
41 external application, ghostview, for its operation. See img-ps.
42
43 raw Raw matrix data interpreted as image. See img-raw.
44
45 sgi Native SGI format. See img-sgi.
46
47 sun Sun raster images. See img-sun.
48
49 tga Targa files. See img-tga.
50
51 tiff Tagged Interchange File Format. See img-tiff.
52
53 window Put the content of a Tk window into an image. See img-window.
54
55 xbm X Bitmaps. See img-xbm.
56
57 xpm X Pixmaps. See img-xpm.
58
59 This version only works with Tcl/Tk 8.3 or higher. If you are using Tk
60 8.2, please use Img 1.3. If you are using Tk 8.1 or lower please stick
61 with Img 1.2.4 (which is still available). And if you are using Tk4.2
62 or lower, please stick with Img 1.1.4 (which is also still available).
63
65 img-bmp, img-dted, img-gif, img-ico, img-jpeg, img-pcx, img-pixmap,
66 img-png, img-ppm, img-ps, img-raw, img-sgi, img-sun, img-tga, img-tiff,
67 img-window, img-xbm, img-xpm
68
70 bmp, gif, ico, image handling, jpeg, pcx, pdf, pixmap, png, postscript,
71 ppm, ps, sgi, sun, tga, tiff, tk, window, xbm, xpm
72
74 Copyright (c) 1995-2009 Jan Nijtmans <nijtmans@users.sourceforge.net>
75
76
77
78
79img 1.4 img-intro(n)