This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, June 13, 2007 7:38:08 AM(UTC)
Groups: Registered
Posts: 37
Hi,
what is the best way to create a thumbnail using v15?
I already read about using some averaging before using L_sizebitmap or there is also the Lsizebitmapinterpolate. But which interpolation algo would be best suited then..?
thanks
matthias
#2
Posted
:
Thursday, June 14, 2007 4:38:09 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Matthias,
If the image is already loaded into LEADTOOLS, you can use
either L_SizeBitmap or L_SizeBitmapInterpolate to resize it. The difference is
that L_SizeBitmapInterpolate offers more algorithms to choose from, and the
best one depends on your images and the results you want. This means you have
to compare them for yourself to decide.
If the image is not yet loaded and is still in a disk file,
you don't need to load the full size image to create a thumbnail. In that case,
you can use the L_CreateThumbnailFromFile function, or the L_LoadBitmapResize
function. This will save time and memory.
#3
Posted
:
Thursday, June 14, 2007 11:29:27 PM(UTC)
Groups: Registered
Posts: 37
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.