Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Wednesday, June 13, 2007 7:38:08 AM(UTC)

mattie  
mattie

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
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Thursday, June 14, 2007 4:38:09 AM(UTC)

Adnan Ismail  
Guest

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)

mattie  
mattie

Groups: Registered
Posts: 37


thanks for the tips
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.094 seconds.