On 10.01.2011, at 23:16, Ingo B. wrote:
> I wondered if the white space before the 'disk' and 'area' options is missing
> intentionally ?
It's the other way round: The whitespace before 'memory' and 'map' was not
intended. It seems, like convert(1) doesn't really care though (at least in the
ImageMagick version I'm using here):
$ convert -limit disk 123 -list resource
File Area Memory Map Disk Thread
Time
-------------------------------------------------------------------------------
192 4.295GB 3GiB 8GiB 123B 2 unlimited
$ convert -limit ' disk' 123 -list resource
File Area Memory Map Disk
Thread Time
-------------------------------------------------------------------------------
192 4.295GB 3GiB 8GiB 123B 2 unlimited
Anyway, I've changed that in fa9abb1, thanks for your pointer!
-- Johannes
--
You received this message because you are subscribed to the Google Groups
"mwlib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mwlib?hl=en.