Search found 2 matches

by voja21
Fri Dec 08, 2006 4:26 pm
Forum: GFL SDK
Topic: Problems reading animated gif
Replies: 9
Views: 5352

How to extract other frames?

When I convert gif to some other format, I got only first frame. How to access (and save) other?
by voja21
Thu Nov 30, 2006 12:01 pm
Forum: GFL SDK
Topic: Borland Builder 5 - how to load an image into TImage control
Replies: 0
Views: 1847

Borland Builder 5 - how to load an image into TImage control

I want to load picture (PNG) into TImage control. However, I don't know how to convert GFL_BITMAP to TImage. I have one control Image1 on my form. Here is the portion of my code from main form constructor:

__fastcall TForm1::TForm1(TComponent* Owner) : TForm(Owner)
{
GFL_LOAD_PARAMS load_option ...