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 : Tuesday, August 5, 2008 10:32:45 PM(UTC)

hxboxy  
hxboxy

Groups: Registered
Posts: 13


I do :
LBitmapList list;
list.Create();
list.InsertItem(&bitmp, -1);
m_pLeadWnd->SetBitmapList(&list);
m_pLeadWnd->SetZoomMode(ZOOM_FIT);
m_pLeadWnd->PlayAnimation();

m_pLeadWnd is returned by LAnimationWindow::CreateWnd.
bitmp.ColorRes(24);
but the color:
hxboxy attached the following image(s):
Image00000.jpg
 

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 : Wednesday, August 6, 2008 2:50:10 AM(UTC)

Qasem Lubani  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

The 2 images have one
difference between them. One has an RGB byte order, while the other has BGR. In
general, you should always use BGR because that's how displays are usually ordered.
 
#3 Posted : Wednesday, August 6, 2008 3:54:50 PM(UTC)

hxboxy  
hxboxy

Groups: Registered
Posts: 13


Thanks
 
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.047 seconds.