|
ns_gifsize Returns the width and height of a gif file
package require nstcl-images ?1.0?
package require nstcl ?1.0?::nstcl::ns_gifsize file
Returns a list made up of the width and height of the GIF file.
This code is adapted from the Tcl'ers Wiki. See: http://wiki.tcl.tk/758.html
images, nstcl