Search found 22 matches
- Sat Sep 12, 2009 8:19 am
- Forum: GFL SDK
- Topic: GflAx v2.70 function seems to crash now on XP updated PC's
- Replies: 2
- Views: 1416
Re: GflAx v2.70 function seems to crash now on XP updated PC's
Do you have any idea what could be happenning? Updating the SDK could solve this? could the users update their SDK without installing again the program?
Strange, the crash occurs in GetPicture? If you update the SDK, you need to rebuild your app
Hi Pierre, I cannot know the exact line at which ...
- Sun Sep 06, 2009 7:11 am
- Forum: GFL SDK
- Topic: GflAx v2.70 function seems to crash now on XP updated PC's
- Replies: 2
- Views: 1416
GflAx v2.70 function seems to crash now on XP updated PC's
Hi Pierre and all,
A couple users of one on my programs ( Histogrammar ), using GFL SDK VERSION 2.70, are recently experiencing problems after their XP machines seem to have been updated .
I attach 2 of these screens since I have no means to know the exact Sdk function that crashes, but seems to ...
A couple users of one on my programs ( Histogrammar ), using GFL SDK VERSION 2.70, are recently experiencing problems after their XP machines seem to have been updated .
I attach 2 of these screens since I have no means to know the exact Sdk function that crashes, but seems to ...
- Mon Jan 19, 2009 5:21 pm
- Forum: GFL SDK
- Topic: GflAx saves GIF files with aspect ratio=0.250
- Replies: 8
- Views: 4316
- Mon Jan 19, 2009 12:33 am
- Forum: GFL SDK
- Topic: GflAx saves GIF files with aspect ratio=0.250
- Replies: 8
- Views: 4316
- Sun Jan 18, 2009 1:31 am
- Forum: GFL SDK
- Topic: GflAx saves GIF files with aspect ratio=0.250
- Replies: 8
- Views: 4316
Dominique, that is exactly what I did to obtain the former image correctly displayed.dominique wrote:In photoshop, you have an option : Image > Pixel Aspect Ratio > Square
My qestion is: is there anything that can be done in the Gfl SDK to obtain .GIF files straight in a correct 1:1 aspect ratio?
BR
- Wed Jan 14, 2009 7:29 pm
- Forum: GFL SDK
- Topic: GflAx saves GIF files with aspect ratio=0.250
- Replies: 8
- Views: 4316
- Mon Sep 01, 2008 4:01 pm
- Forum: GFL SDK
- Topic: GflAx saves GIF files with aspect ratio=0.250
- Replies: 8
- Views: 4316
GflAx saves GIF files with aspect ratio=0.250
When I save a GIF file using GflAx from VB, I get images that have a pixel aspect ratio of 0.250 instead of being square pixels. This is no problem in Windows browsers that ignore the ratio tag, but Photoshop recognizes it and open the images stretched in the horizontal direction.
By simply ...
By simply ...
- Sat Apr 12, 2008 4:30 pm
- Forum: GFL SDK
- Topic: Problem loading/reading Gray scale TIFF
- Replies: 2
- Views: 2322
Problem loading/reading Gray scale TIFF
Hi all,
I am reading a gray scale TIFF, i.e. an image where each pixel value just appears once and all pixels should be interpreted as R=G=B.
I am using 16-bit GflSDK from VB with this code to read it:
Dim GflParams As GFL_LOAD_PARAMS
Dim PtrBitmap As Long
Dim GflInfo As GFL_FILE_INFORMATION ...
I am reading a gray scale TIFF, i.e. an image where each pixel value just appears once and all pixels should be interpreted as R=G=B.
I am using 16-bit GflSDK from VB with this code to read it:
Dim GflParams As GFL_LOAD_PARAMS
Dim PtrBitmap As Long
Dim GflInfo As GFL_FILE_INFORMATION ...
- Tue Nov 13, 2007 2:43 pm
- Forum: GFL SDK
- Topic: Who uses GFLSDK?
- Replies: 19
- Views: 52952
- Sat Sep 15, 2007 2:04 am
- Forum: GFL SDK
- Topic: GetPicture con TIF
- Replies: 2
- Views: 2059
- Tue Jun 12, 2007 10:39 pm
- Forum: GFL SDK
- Topic: Saving TIFF in 16 bits, is it possible?
- Replies: 11
- Views: 8047
Great Pierre!!! I have finally managed to load two 16-bit TIFFs, process them in the range 0..65535 and put them back into a 16-bit TIFF file, all from VB.
I am really very happy :)
I have written a program to generate virtually noise free images from two shots and it processes two 8Mpx 16-bit TIFF ...
I am really very happy :)
I have written a program to generate virtually noise free images from two shots and it processes two 8Mpx 16-bit TIFF ...
- Tue Jun 12, 2007 9:28 am
- Forum: GFL SDK
- Topic: Saving TIFF in 16 bits, is it possible?
- Replies: 11
- Views: 8047
- Tue Jun 12, 2007 12:43 am
- Forum: GFL SDK
- Topic: Saving TIFF in 16 bits, is it possible?
- Replies: 11
- Views: 8047
GFL_COLOR problem
Perfect, at last I could read 16-bit TIFF files in their original range!!!
Problem: the The GFL_COLOR structure is defined in C as unsigned int (0..65535) but when called from VB values greater than 32767 are returned as negative, forcing some additional uncomfortable checking.
For instance ...
Problem: the The GFL_COLOR structure is defined in C as unsigned int (0..65535) but when called from VB values greater than 32767 are returned as negative, forcing some additional uncomfortable checking.
For instance ...
- Mon Jun 11, 2007 9:01 am
- Forum: GFL SDK
- Topic: Saving TIFF in 16 bits, is it possible?
- Replies: 11
- Views: 8047
- Sun Jun 03, 2007 11:58 am
- Forum: GFL SDK
- Topic: Saving TIFF in 16 bits, is it possible?
- Replies: 11
- Views: 8047