Index: openacs-4/packages/acs-content-repository/tcl/image-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/image-procs.tcl,v diff -u -N -r1.9.4.4 -r1.9.4.5 --- openacs-4/packages/acs-content-repository/tcl/image-procs.tcl 14 Apr 2015 10:23:16 -0000 1.9.4.4 +++ openacs-4/packages/acs-content-repository/tcl/image-procs.tcl 14 Apr 2015 10:28:01 -0000 1.9.4.5 @@ -141,9 +141,8 @@ Get the width and height of an image from a file in the filesystem. - This uses for an imagemagick binary, if that is not available, - it tries ns_gifsize, ns_jpgsize AOLserver commands. We use imagemagick - first since it supports many more image formats. + This tries first to use built-in ns_*-support, and if not available, if talls back to + imagemagick. We use imagemagick first since it supports many more image formats. @param filename full path to file in the filesystem