Search found 6 matches

by MihGer
Thu Nov 25, 2010 8:47 am
Forum: GFL SDK
Topic: Can't read a .jp2 file
Replies: 4
Views: 3805

Re: Can't read a .jp2 file

Here attached zip'ed dll
by MihGer
Thu Nov 04, 2010 2:32 pm
Forum: GFL SDK
Topic: Mosaic from database with GFLAx
Replies: 0
Views: 1073

Mosaic from database with GFLAx

I want to create a mosaic picture from database stored images to show it on ASP page. Method Merge looks pretty suitable. But it can merge only files from file system while i have only BLOB's.

Of course it's possible to read pictures from database, shrink them, write to temporary files and then ...
by MihGer
Sat Oct 30, 2010 2:35 pm
Forum: GFL SDK
Topic: Can't read a .jp2 file
Replies: 4
Views: 3805

Re: Can't read a .jp2 file Problem solved- BAD plugin DLL!!!

I've found another Xjp2.dll plugin from old XnView installation on my friend's computer and tried to used it. To my great surprise IT IS WORKING! :shock:
So the problem is obviously in plugin dll

P.S. I've attched the working file to the post
by MihGer
Thu Oct 28, 2010 7:43 am
Forum: GFL SDK
Topic: Can't read a .jp2 file
Replies: 4
Views: 3805

Can't read a .jp2 file

Small VB program:

Dim oConvert As New GflAx.GflAx
oConvert.SetPluginsPathname = "C:\Program Files\GflSDKGflAx\Lib\plugins\"
Call oConvert.LoadBitmap("C:\test.jp2")
oConvert.SaveFormatName = "bmp"
Call oConvert.SaveBitmap("C:\test.bmp")

Result:
An unhandled exception of type 'System ...
by MihGer
Tue Oct 26, 2010 9:24 am
Forum: GFL SDK
Topic: How to use plagin on ASP page
Replies: 2
Views: 3030

Re: How to use plagin on ASP page

Thank You!

Something have certainly changed. Now AciveX object can see plugin. :-) but during loading I got an error:

Microsoft VBScript runtime error '800a01fb'

An exception occurred: 'LoadBitmap'

/office/newdesign0/img.asp, line 49

What can cause this problem?

P.S. I checked some different ...
by MihGer
Mon Oct 18, 2010 3:40 pm
Forum: GFL SDK
Topic: How to use plagin on ASP page
Replies: 2
Views: 3030

How to use plagin on ASP page

Hi

I've got a problem with ActiveX component on ASP page. When I try to show an .JP2 file I got an error message:

GflAx.GflAx.1 error '80004005'

Unknown format

As I understand jp2 plugin is not functioning :(

ASP code is very simple

Dim oConvert
Set oConvert=Server.CreateObject( "GflAx ...