Thanks, It's work...xnview wrote:like that:Code: Select all
HBITMAP hBitmap; error = gflConvertBitmapIntoDDB( pic, &hBitmap );
Search found 13 matches
- Fri Feb 08, 2008 3:43 pm
- Forum: GFL SDK
- Topic: png -> bmp
- Replies: 3
- Views: 1588
- Thu Feb 07, 2008 4:35 pm
- Forum: GFL SDK
- Topic: png -> bmp
- Replies: 3
- Views: 1588
- Thu Feb 07, 2008 9:38 am
- Forum: GFL SDK
- Topic: png -> bmp
- Replies: 3
- Views: 1588
png -> bmp
I need to convert png to bmp in memory.
How it to do?
How it to do?
- Mon Nov 05, 2007 8:34 am
- Forum: GFL SDK
- Topic: gflBrigthness(...) - strange mistake
- Replies: 5
- Views: 2039
I copy this function from help directly,xnview wrote:It's not gflBrigthness but gflBrightnessSerg wrote:???
Code: Select all
GFL_ERROR gflBrigthness(
GFL_BITMAP * src,
GFL_BITMAP ** dst,
GFL_INT32 brightness
);
Thanks. Now It's work.
- Fri Nov 02, 2007 10:39 am
- Forum: GFL SDK
- Topic: gflBrigthness(...) - strange mistake
- Replies: 5
- Views: 2039
- Thu Nov 01, 2007 1:07 pm
- Forum: GFL SDK
- Topic: gflBrigthness(...) - strange mistake
- Replies: 5
- Views: 2039
- Wed Oct 31, 2007 5:49 pm
- Forum: GFL SDK
- Topic: gflBrigthness(...) - strange mistake
- Replies: 5
- Views: 2039
gflBrigthness(...) - strange mistake
#include "stdafx.h"
#include "gflw.h"
#pragma comment(lib, "libgfl.lib")
#pragma comment(lib, "libgfle.lib")
int main(int argc, char* argv[])
{
gflLibraryInit();
GFL_LOAD_PARAMS load_option;
GFL_SAVE_PARAMS save_params;
GFL_BITMAP *pic;
gflGetDefaultLoadParams( &load_option );
load ...
- Tue Oct 30, 2007 10:51 pm
- Forum: GFL SDK
- Topic: gflExportIntoClipboard(...), gflImportFromClipboard(...)
- Replies: 9
- Views: 2735
- Mon Oct 29, 2007 7:35 am
- Forum: GFL SDK
- Topic: gflExportIntoClipboard(...), gflImportFromClipboard(...)
- Replies: 9
- Views: 2735
- Sun Oct 28, 2007 7:16 am
- Forum: GFL SDK
- Topic: gflExportIntoClipboard(...), gflImportFromClipboard(...)
- Replies: 9
- Views: 2735
Re: gflExportIntoClipboard(...), gflImportFromClipboard(...)
I didn't get your fixed library yet. May be place on any hosting, and then give me the reference?I've sent you a fixed library
- Sat Oct 27, 2007 2:30 pm
- Forum: GFL SDK
- Topic: gflExportIntoClipboard(...), gflImportFromClipboard(...)
- Replies: 9
- Views: 2735
Re: gflExportIntoClipboard(...), gflImportFromClipboard(...)
Ok. Thanks. I'm waiting...I've sent you a fixed library
Has not come yet.
- Sat Oct 27, 2007 6:52 am
- Forum: GFL SDK
- Topic: gflExportIntoClipboard(...), gflImportFromClipboard(...)
- Replies: 9
- Views: 2735
Re: gflExportIntoClipboard(...), gflImportFromClipboard(...)
oh, it's my fault. Now it's work. Thanks.Perhaps gflBrightness() - just a guess?
And how about the first question?
- Fri Oct 26, 2007 11:25 pm
- Forum: GFL SDK
- Topic: gflExportIntoClipboard(...), gflImportFromClipboard(...)
- Replies: 9
- Views: 2735
gflExportIntoClipboard(...), gflImportFromClipboard(...)
Hi,
1.
#include "stdafx.h"
#include "gflw.h"
#pragma comment(lib, "libgfl.lib")
#pragma comment(lib, "libgfle.lib")
int main(int argc, char* argv[])
{
gflLibraryInit();
GFL_LOAD_PARAMS load_option;
GFL_BITMAP *pic;
gflGetDefaultLoadParams( &load_option );
load_option.FormatIndex ...
1.
#include "stdafx.h"
#include "gflw.h"
#pragma comment(lib, "libgfl.lib")
#pragma comment(lib, "libgfle.lib")
int main(int argc, char* argv[])
{
gflLibraryInit();
GFL_LOAD_PARAMS load_option;
GFL_BITMAP *pic;
gflGetDefaultLoadParams( &load_option );
load_option.FormatIndex ...