SDK for Read/Write Plugins (Windows)

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

User avatar
xnview
Author of XnView
Posts: 43326
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

SDK for Read/Write Plugins (Windows)

Post by xnview »

Hello,
A SDK (for developer) is available. It allows you to develop Plugins to read/write your own picture format.
Regards. Pierre.
crazytb
Posts: 124
Joined: Wed Oct 15, 2003 2:51 am
Contact:

Post by crazytb »

Where can I find it? What is needed to write a plugin? Which language? Is it cross-platform?
User avatar
xnview
Author of XnView
Posts: 43326
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Post by xnview »

crazytb wrote:Where can I find it? What is needed to write a plugin? Which language? Is it cross-platform?
You can find it on : http://www.xnview.com/download/PluginsSDK-win.zip
Currently only for Windows.
Pierre
josei

Post by josei »

xnview wrote:
crazytb wrote:Where can I find it? What is needed to write a plugin? Which language? Is it cross-platform?
You can find it on : http://www.xnview.com/download/PluginsSDK-win.zip
Currently only for Windows.
Pierre
Hello. I am sorry but that plugin is not on that page. I have a format that gflsdk can not read and I am very interested.
User avatar
xnview
Author of XnView
Posts: 43326
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Post by xnview »

Hello. I am sorry but that plugin is not on that page. I have a format that gflsdk can not read and I am very interested.
The link is fixed!
Pierre.
DarkSide

Post by DarkSide »

i've compiled the example plugin with BCC5.5, but it didn't work. is this SDK correct? i've got latest GFL.

tnx.
Splinter

Post by Splinter »

Don't work... please fix the sdk... the sdk version said 1.65... and the current version is 1.82...

:(
User avatar
foxyshadis
Posts: 390
Joined: Sat Nov 18, 2006 8:57 am

Post by foxyshadis »

Pierre, would it be possible to offer the jasper jp2 plugin as an sdk? Besides having a working plugin sdk (although much more complex than this example), I'm also interested in working to optimize it, and in building a plugin that can be used in the export dialog.
Zai++
Posts: 21
Joined: Fri Nov 18, 2005 4:57 pm
Location: Moscow

Post by Zai++ »

Hello.
Is Plugins SDK currently available?
The link
is bad.
User avatar
xnview
Author of XnView
Posts: 43326
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Post by xnview »

Zai++ wrote:Hello.
Is Plugins SDK currently available?
The link
is bad.
The good link is :
http://www.xnview.com/download/plugins/ ... DK-win.zip
Pierre.
myst
Posts: 4
Joined: Mon Jul 30, 2007 3:43 pm

Post by myst »

Is it possible to add a possibility(ups..) to read file data/information from memory?
User avatar
xnview
Author of XnView
Posts: 43326
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Post by xnview »

myst wrote:Is it possible to add a possibility(ups..) to read file data/information from memory?
You have all gflLoad*FromMemory
Pierre.
myst
Posts: 4
Joined: Mon Jul 30, 2007 3:43 pm

Post by myst »

I mean possibilty to write a plugin which reads file from memory, I found only this:
void * API gfpLoadPictureInit( LPCSTR filename )
Maybe this sdk is only for xnView? I thought it is for both xnView and GFL library..
User avatar
xnview
Author of XnView
Posts: 43326
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Post by xnview »

myst wrote:I mean possibilty to write a plugin which reads file from memory, I found only this:
void * API gfpLoadPictureInit( LPCSTR filename )
Maybe this sdk is only for xnView? I thought it is for both xnView and GFL library..
You can use it with GFL too, but right it's from file
Pierre.
Ben321
Posts: 39
Joined: Fri Jul 30, 2010 8:05 am

Re: SDK for Read/Write Plugins (Windows)

Post by Ben321 »

Is it possible for you guys to release a plugin SDK that is meant to be compiled in Visual Basic? I have no clue how to use C, but would still like to make my own plugins.
Post Reply