Hey Guys,
I've written an image information module to repleace ns_jpegsize and
ns_gifsize.
The main benefits of it is that it can understand some EXIF encoded
jpeg files (made by many digital cameras) as well as PNG files. It
also uses the C TCL file IO routines (Tcl_Open &c) instead of directly
calling open(), close(), read(), write() &c.
You can find it and more information at:
http://www.ayan.net/nsimage/
I tested it at:
http://www.ayan.net/nsi-test/
-ayan
