img-flir(3tk) | Img | img-flir(3tk) |
img-flir - Img, FLIR FPF Public Image Format (flir)
package require Tk
package require img::flir ?1.4?
image create photo ?name? ?options?
package require img::flir.
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 FLIR FPF Public Image Format (flir). More specifically img::flir extends Tk's photo image type.
The name of the new format handler is flir. This handler provides new additional configuration options. See section FLIR OPTIONS for more detailed explanations.
All of the above means that in a call like
This format handler must be loaded explicitly with package require img::flir.
Interpret FLIR image files as a grayscale image. List of currently supported features: Type | Read | Write | | -file | -data | -file | -data | ---------------------------------------- Short | Yes | Yes | No | No | Int | Yes | Yes | No | No | Float | Yes | Yes | No | No | Double | Yes | Yes | No | No |
The handler provides the following options:
img-bmp, img-dted, img-flir, 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-xpm
flir, image handling, tk
Copyright (c) 1995-2023 Jan Nijtmans <nijtmans@users.sourceforge.net>
1.4 | img-flir |