Search found 1 match

by steveq
Sun Aug 03, 2014 3:44 am
Forum: GFL SDK
Topic: Jpeg 2000 and Plugins
Replies: 0
Views: 13164

Jpeg 2000 and Plugins

Hi Gurus!

I'm having trouble loading Jpeg 2000 images using the library in C++.

From what I can tell it needs the plugin, but I can't find any docs on how to load or use it.

Here is my code:

GFLC_LIBRARY::initialise();

GFLC_LOAD_PARAMS load_option;
GFLC_BITMAP bitmap;
GFLC_FILE_INFORMATION ...