This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, August 5, 2008 10:32:45 PM(UTC)
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):
#2
Posted
:
Wednesday, August 6, 2008 2:50:10 AM(UTC)
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)
Groups: Registered
Posts: 13
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.