Search found 7 matches

by Antoine
Thu May 26, 2005 5:10 pm
Forum: GFL SDK
Topic: bugs in gflsdk - gflax
Replies: 2
Views: 1821

Re: bugs in gflsdk - gflax

Could you post your code?

PGFLAx.EnableLZW = True
PGFLAx.LoadBitmap "c:\mytif.tif"
'both Xdpi and Ydpi are 200
PGFLAx.Xdpi = 300 'works
PGFLAx.Ydpi = 300 'doesn't
PGFLAx.SaveFormat = AX_TIFF
PGFLAx.SaveCompression = 9 'GFL_CCITT_FAX4
PGFLAx.SaveBitmap "c:\mytif2.tif"

this results in having an ...
by Antoine
Tue May 24, 2005 3:54 pm
Forum: GFL SDK
Topic: bugs in gflsdk - gflax
Replies: 2
Views: 1821

bugs in gflsdk - gflax

Hi,
I am trying to do some stuff with tiff G4 and there are several bugs that have me pulling my hair out!
1. The list of enums that appears in the list of compressions only includes run length and nothing - all the others must be got from the gflsdk.bas file.
2. You can't set the YDpi ...
by Antoine
Sun Mar 13, 2005 5:13 pm
Forum: GFL SDK
Topic: representation of binary and grey-scale images
Replies: 2
Views: 1744

Great to know! Thanks
Cheers
Antoine
by Antoine
Thu Mar 10, 2005 10:31 pm
Forum: GFL SDK
Topic: representation of binary and grey-scale images
Replies: 2
Views: 1744

representation of binary and grey-scale images

Hi,
I was interested to know how gfl represents particularly binary images. IM represents all images with either 40 (Q8) or 80 (Q16) bits... needless to say it is a complete dog with large images. Resizing an A0 takes upto an hour! Some toolkits can use a single bit (apparently...) for binary images ...
by Antoine
Mon Mar 07, 2005 9:15 pm
Forum: GFL SDK
Topic: Saving in TIFF G4?
Replies: 1
Views: 1370

Saving in TIFF G4?

Hi,
This seems to be possible with xnview but is this possible with the sdk? How would I do it with the activex? Is there any documentation for the activex?
Cheers
Antoine
by Antoine
Mon Mar 07, 2005 9:03 pm
Forum: GFL SDK
Topic: VB/ASP ActiveX vs. VB modules
Replies: 1
Views: 1478

VB/ASP ActiveX vs. VB modules

Hi,
Just wanted to know what the major differences are in terms of functionality, if any. I know I would rather use the activex but if there are significant things that can't be done with it then will get into the modules instead.
Cheers
Antoine
by Antoine
Mon Mar 07, 2005 8:59 pm
Forum: GFL SDK
Topic: Java bindings for GFL SDK
Replies: 4
Views: 2279

Java bindings for GFL SDK

Hi,
I have just started looking at the GFL SDK and it looks great. Are there any plans to provide java bindings? I am currently trying to convince the boss that we should move to java and java bindings for GFL would be a great reason! ;-).
I am currently coming to grips with Java but could probably ...