|
NAMEimg-jpeg - Img, Joint Picture Expert Group format (jpeg)SYNOPSISpackage require Tkpackage require img::jpeg ?1.4? image create photo ?name? ?options? DESCRIPTIONThe package img::jpeg is a sub-package of Img. It can be loaded as a part of the complete Img support, via package require Img, or on its own, via package require img::jpeg.Like all packages of Img it does not provide new commands, but extends the existing Tk command image so that it supports files containing raster images in the Joint Picture Expert Group format (jpeg). More specifically img::jpeg extends Tk's photo image type. The name of the new format handler is jpeg. This handler provides new additional configuration options. See section JPEG OPTIONS for more detailed explanations. All of the above means that in a call like
JPEG OPTIONSThe handler provides six options, two effective when reading from a JPEG image, and five influencing the writing of such. One option is usable for both reading an writing.
SEE ALSOimg-bmp, img-dted, img-gif, img-ico, img-intro, img-jpeg, img-pcx, img-pixmap, img-png, img-ppm, img-ps, img-raw, img-sgi, img-sun, img-tga, img-tiff, img-window, img-xbm, img-xpmKEYWORDSimage handling, jpeg, tkCOPYRIGHTCopyright (c) 1995-2009 Jan Nijtmans <nijtmans@users.sourceforge.net>
Visit the GSP FreeBSD Man Page Interface. |