nstcl  >  Documentation  >  nstcl-images  >  ns_pngsize

Tcl Powered!

ns_pngsize

NAME

ns_pngsize — Returns the width and height of a png file

SYNOPSIS

package require nstcl-images ?1.0?
package require nstcl ?1.0?

::nstcl::ns_pngsize file

DESCRIPTION

Returns a list made up of the width and height of the PNG file.

SEE ALSO

This code is from the Tcl'ers Wiki. See: http://wiki.tcl.tk/759.html

KEYWORDS

images, nstcl