Page 1 of 2

SDK for Read/Write Plugins (Windows)

Posted: Fri Oct 24, 2003 8:23 am
by xnview
Hello,
A SDK (for developer) is available. It allows you to develop Plugins to read/write your own picture format.
Regards. Pierre.

Posted: Sun Nov 02, 2003 4:49 pm
by crazytb
Where can I find it? What is needed to write a plugin? Which language? Is it cross-platform?

Posted: Wed Nov 12, 2003 2:42 pm
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

Posted: Thu Nov 27, 2003 10:26 pm
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.

Posted: Fri Nov 28, 2003 4:09 am
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.

Posted: Sun Jun 11, 2006 12:59 pm
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.

Posted: Tue Jun 20, 2006 3:18 am
by Splinter
Don't work... please fix the sdk... the sdk version said 1.65... and the current version is 1.82...

:(

Posted: Mon Dec 04, 2006 11:52 am
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.

Posted: Tue May 22, 2007 12:12 pm
by Zai++
Hello.
Is Plugins SDK currently available?
The link
is bad.

Posted: Tue May 22, 2007 1:26 pm
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

Posted: Sat Aug 11, 2007 7:35 pm
by myst
Is it possible to add a possibility(ups..) to read file data/information from memory?

Posted: Mon Aug 13, 2007 7:37 am
by xnview
myst wrote:Is it possible to add a possibility(ups..) to read file data/information from memory?
You have all gflLoad*FromMemory

Posted: Tue Aug 14, 2007 6:55 pm
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..

Posted: Wed Aug 15, 2007 7:01 am
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

Re: SDK for Read/Write Plugins (Windows)

Posted: Fri Jul 30, 2010 2:11 pm
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.