Hello Nick,
The AIL "IO_CreateThumbnail" is a wrapper function for the
"FreeImage_MakeThumbnail" function. It was released as of v3.0.0. See the
following page for a list of when functions were released, as well as a short
description of each:
http://www.advimglib.com/change.html
The "FreeImage_MakeThumbnail" function is highly optimized for the image passed
in. I would definitely recommend using the "IO_CreateThumbnail" function over
creating a "home grown" version that calls several other AIL functions.
- Kevin
--- In AIL_Development@yahoogroups.com, "nick_hebb" <nick_hebb@...> wrote:
>
> I just noticed IO_CreateThumbnail in Intellisense. It's not in the help file,
so I was wondering whether there were problems with it, or was this just a
documentation omission?
>
> I had written my own using IO_Copy and Effect_Resize, but I was hoping that
IO_CreateThumbnail might be better optimized.
>
>
> - Nick hebb
>