|
From: Tom T. <tr...@re...> - 2004-08-06 00:32:24
|
I found the documentation comment for
create_thumbnails_generator a bit confusing. Right now it says:
Note that the output is image representation in both cases, with
dimensions \a width x \a height, with \a frames in total.
How about changing this to something like:
Note that the output is an image in both cases, consisting of
\a frames total, arranged left-to-right. Each frame has dimensions
\a width x \a height.
I wasn't originally sure whether `width' referred to the width of an
individual frame, or the overall width.
Tom
|