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
 TImageEnMView - original image IEBitmap

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
spetric Posted - Oct 02 2015 : 08:05:05
Hi,

I have a MView with thumbnails, loaded from some image container (IEBitmaps). Inside MView, tHere are properties such as ImageOriginalHeight and ImageOriginalWidth.

Is there any property that contains ImageOriginal IEBitmap?
I need to connect somehow thumbnail image with my original image (IEBitmap). Any UserData inside MView?

TIA,
Siniša
2   L A T E S T    R E P L I E S    (Newest First)
spetric Posted - Oct 05 2015 : 04:50:21
Hi Nigel,

Images are already loaded in some kind of container. MView is used only to display images in a strip (thumbnails - as there is no setexternalbitmap method inside MView)) and user selects desired image. I need some kind of reference to original IEBitmap inside container.

Images in MView are loaded using ietFastThumb.

However, I've noticed that there is ImageUserPointer in MView, so I can use it to associate original image IEBitmap with desired thumbnail.

Siniša
xequte Posted - Oct 02 2015 : 13:53:18
Hi Sinisa

If you are loading with StoreType=ietThumb then TImageEnMView does not load the full image. Just use the image filename to load from disk (it is faster this way, rather than using StoreType=ietNormal and assigning the image).


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com