| Publicity: |
|---|
| [Public Only | All] |
Procedures to manage image files.
- Location:
- packages/acs-tcl/tcl/image-procs.tcl
- Author:
- Lars Pind <lars@collaboraid.biz>
- CVS Identification:
$Id: image-procs.tcl,v 1.1 2003/10/29 18:14:01 lars Exp $
image::get_info (public)image::get_info -filename filename -array array Get the width and height of an image file. The width and height are returned as 'height' and 'width' entries in the array named in the parameter. Uses ImageMagick instead of aolserver function because it can handle more than just gifs and jpegs. The plan is to add the ability to get more details later. |