Index: openacs-4/packages/acs-tcl/tcl/image-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/image-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-tcl/tcl/image-procs.tcl 27 Oct 2014 16:40:07 -0000 1.2 +++ openacs-4/packages/acs-tcl/tcl/image-procs.tcl 7 Aug 2017 23:47:59 -0000 1.3 @@ -14,7 +14,7 @@ } { 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 + 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. @param filename Name of the image file in the file system. @@ -34,3 +34,9 @@ } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: