#include "nsd.h"Defines | |
| #define | M_SOI 0xD8 |
| #define | M_EOI 0xD9 |
| #define | M_SOS 0xDA |
Functions | |
| int | NsTclGifSizeObjCmd (ClientData arg, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
| int | NsTclJpegSizeObjCmd (ClientData arg, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
| #define M_EOI 0xD9 |
| #define M_SOI 0xD8 |
| #define M_SOS 0xDA |
| int NsTclGifSizeObjCmd | ( | ClientData | arg, | |
| Tcl_Interp * | interp, | |||
| int | objc, | |||
| Tcl_Obj *CONST | objv[] | |||
| ) |
----------------------------------------------------------------------
NsTclGifSizeObjCmd --
Implements ns_gifsize, returning a list of width and height.
Results: Tcl result.
Side effects: See docs.
----------------------------------------------------------------------
Read the GIF version number
| int NsTclJpegSizeObjCmd | ( | ClientData | arg, | |
| Tcl_Interp * | interp, | |||
| int | objc, | |||
| Tcl_Obj *CONST | objv[] | |||
| ) |
----------------------------------------------------------------------
NsTclJpegSizeObjCmd --
Implements ns_jpegsize as obj command.
Results: Tcl result.
Side effects: See docs.
----------------------------------------------------------------------
Tcl function will leave error message in interp's result
Tcl function will leave error message in interp's result
1.5.1