ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Create thumbs fast?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
quantuz Posted - Jun 27 2014 : 05:32:42
Hi!
Is there an way to load a small thumbnail image from a large image file? I want to populate IE multi-view with small thumbs from lot of large images, now I have to load the image in full size then resize it to thumb size (200x200). Many software have superfast thumb load of thumbs when browsing a dir.
Using IE 4.3.1

Regards,
// Christer
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jun 29 2014 : 20:03:15
Hi

As Bill has mentioned, use ietThumb of ietFastThumb and TImageEnMView will automatically load and resize the images using the fastest possible method.

Note: Significant speed can be gained using TImageEnMView.EnableLoadEXIFThumbnails. Though I am not a big fan of EXIF thumbnails, which can be quite variable in quality.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
w2m Posted - Jun 27 2014 : 05:54:48
Set the TImageEnMView.StoreType property to ietThumb and thumbnails will be created from the original images. To display the original image in TImageEnView or TImageEnVect:

procedure TForm1.ImageEnMView1ImageSelect(Sender: TObject; idx: Integer);
begin
  { Display the image in ImageEnView. }
  ImageEnView1.IO.LoadFromFile(ImageEnMView1.MIO.Params[iIndex].FileName);
end;


Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development