Search found 82 matches
- Thu Dec 19, 2013 9:04 pm
- Forum: GFL SDK
- Topic: problems with pdf files
- Replies: 3
- Views: 15324
Re: problems with pdf files
I have not installed. Do I need to install it?
- Sun Dec 15, 2013 1:58 pm
- Forum: GFL SDK
- Topic: problems with pdf files
- Replies: 3
- Views: 15324
problems with pdf files
Hi,
I'm trying to open a pdf file but always returns me the Error 6 (unknown format). I use version 3.92 of libgfl. The code (in Delphi) is as follows:
gflGetDefaultLoadParams(mLoadOption);
mError := gflLoadBitmap(Pchar(FileNamePDF),mOriBitmap, mLoadOption, mInformation);
if mError = GFL_NO_ERROR ...
I'm trying to open a pdf file but always returns me the Error 6 (unknown format). I use version 3.92 of libgfl. The code (in Delphi) is as follows:
gflGetDefaultLoadParams(mLoadOption);
mError := gflLoadBitmap(Pchar(FileNamePDF),mOriBitmap, mLoadOption, mInformation);
if mError = GFL_NO_ERROR ...
- Mon Sep 05, 2011 7:38 pm
- Forum: GFL SDK
- Topic: gflConvolve
- Replies: 8
- Views: 3500
Re: gflConvolve
TGFL_FILTER is a pointer, no? Not the struct?
yes, PGFL_FILTER is a pointer to the structure TGFL_FILTER. In libgfl.pas:
PGFL_FILTER = ^TGFL_FILTER;
TGFL_FILTER = record
Size: GFL_INT16;
Matrix: array[0..15, 0..7] of GFL_INT16;
Divisor: GFL_INT16;
Bias: GFL_INT16;
end;
function ...
yes, PGFL_FILTER is a pointer to the structure TGFL_FILTER. In libgfl.pas:
PGFL_FILTER = ^TGFL_FILTER;
TGFL_FILTER = record
Size: GFL_INT16;
Matrix: array[0..15, 0..7] of GFL_INT16;
Divisor: GFL_INT16;
Bias: GFL_INT16;
end;
function ...
- Sat Sep 03, 2011 11:07 pm
- Forum: GFL SDK
- Topic: gflConvolve
- Replies: 8
- Views: 3500
Re: gflConvolve
I'm sorry but i don't understand youxnview wrote:It's not TGFL_FILTER that you must use??
Miguel Angel
- Wed Aug 31, 2011 8:33 pm
- Forum: GFL SDK
- Topic: gflConvolve
- Replies: 8
- Views: 3500
Re: gflConvolve
The error occurs when running the application:xnview wrote:What is the error?
"Access violation at address FEFCC481. Read of address FEFCC481"
Miguel Angel
- Sat Aug 27, 2011 9:39 pm
- Forum: GFL SDK
- Topic: gflConvolve
- Replies: 8
- Views: 3500
gflConvolve
Hi,
I have problems with the function gflConvolve. In Delphi:
Error in the application when I define the width of the matrix.
What is the problem?
Regards...
Miguel Angel
I have problems with the function gflConvolve. In Delphi:
Code: Select all
var
Filtro : PGFL_Filter;
....
begin
....
Filtro.Size := 3; //-> ERROR
...
end;
What is the problem?
Regards...
Miguel Angel
Re: MPO files
Hello Pierre,
if I open an image from a SONY NEX camera in MPO format with the program XnView , the program correctly identifies that there are two pictures (Properties: # of images = 2) but if I open a picture of a Finepix 3D camera in MPO format only indicates that there is an image (Properties ...
if I open an image from a SONY NEX camera in MPO format with the program XnView , the program correctly identifies that there are two pictures (Properties: # of images = 2) but if I open a picture of a Finepix 3D camera in MPO format only indicates that there is an image (Properties ...
MPO files
Hello,
the new nintendo 3DS has a stereo camera. The console uses the same format as the 3D camera Fujifilm Finepix or the latest Sony cameras, the MPO format. I have found that XnView program also supports this format.
GFL SDK 3.40 supports this format?
Regards...
Miguel Angel
the new nintendo 3DS has a stereo camera. The console uses the same format as the 3D camera Fujifilm Finepix or the latest Sony cameras, the MPO format. I have found that XnView program also supports this format.
GFL SDK 3.40 supports this format?
Regards...
Miguel Angel
- Mon Jan 24, 2011 8:27 pm
- Forum: GFL SDK
- Topic: GFL SDK v3.40
- Replies: 7
- Views: 39939
Re: GFL SDK v3.40
Thank you very much Pierre.
Can you tell us which new features have this new version?
Best Regards ...
Miguel Angel
Can you tell us which new features have this new version?
Best Regards ...
Miguel Angel
- Mon Jan 24, 2011 8:25 pm
- Forum: GFL SDK
- Topic: gflAddText
- Replies: 1
- Views: 1547
gflAddText
Hello,
Is it possible to know how many pixels wide and how many pixels height will taken a text on an image to use the gflAddText function in advance?
Best regards...
Miguel Angel
Is it possible to know how many pixels wide and how many pixels height will taken a text on an image to use the gflAddText function in advance?
Best regards...
Miguel Angel
- Sat Dec 04, 2010 11:10 am
- Forum: GFL SDK
- Topic: gflSaveIPTC
- Replies: 4
- Views: 1926
Re: gflSaveIPTC
Hello,
I use Tutbodelphi:
var
IptcData : PGFL_IPTC_DATA;
FileNameA : string;
begin
....
FilenameA := OpenDialog1.Filename;
IptcData := gflLoadIPTC(Pchar(FileNameA));
...
gflSetIptcValue(IptcData,GFL_IPTC_OBJECTNAME,Pchar(FormIPTC.Edit1.Text));
....
gflSaveIPTC(Pchar(fileNameA),IptcData ...
I use Tutbodelphi:
var
IptcData : PGFL_IPTC_DATA;
FileNameA : string;
begin
....
FilenameA := OpenDialog1.Filename;
IptcData := gflLoadIPTC(Pchar(FileNameA));
...
gflSetIptcValue(IptcData,GFL_IPTC_OBJECTNAME,Pchar(FormIPTC.Edit1.Text));
....
gflSaveIPTC(Pchar(fileNameA),IptcData ...
- Mon Nov 29, 2010 8:39 pm
- Forum: GFL SDK
- Topic: Request: Rotate images in the three axes X, Y, Z
- Replies: 0
- Views: 1075
Request: Rotate images in the three axes X, Y, Z
With the functions gflRotateFine and gflRotate we can rotate an image in the x-axis (Roll). Could you add the ability to rotate the images in the Y (Pitch) and Z (Yaw) axes in a future version of gflSDK?
http://www.usc.edu/dept/architecture/mbs/thesis/anish/2_trackor.jpg
Best regards...
Miguel ...
http://www.usc.edu/dept/architecture/mbs/thesis/anish/2_trackor.jpg
Best regards...
Miguel ...
- Sun Oct 17, 2010 6:24 pm
- Forum: GFL SDK
- Topic: gflConvertBitmapIntoDDB
- Replies: 0
- Views: 1059
gflConvertBitmapIntoDDB
I am using the following code to display an image:
var
bmp: TBitmap; // Bitmap
hBmp: HBitmap;
begin
Bmp := TBitmap.Create;
TRY
Bmp.PixelFormat := pf24bit;
Bmp.Width := gfl_bmp.Width;
Bmp.Height := gfl_bmp.Height;
hBmp := bmp.Handle;
gflConvertBitmapIntoDDB(gfl_bmp,hBmp);
Imagen.Picture ...
var
bmp: TBitmap; // Bitmap
hBmp: HBitmap;
begin
Bmp := TBitmap.Create;
TRY
Bmp.PixelFormat := pf24bit;
Bmp.Width := gfl_bmp.Width;
Bmp.Height := gfl_bmp.Height;
hBmp := bmp.Handle;
gflConvertBitmapIntoDDB(gfl_bmp,hBmp);
Imagen.Picture ...
- Fri Oct 01, 2010 6:22 pm
- Forum: GFL SDK
- Topic: gflBitmapRemoveMetadata()-alike function with filename param
- Replies: 5
- Views: 2077
Re: gflBitmapRemoveMetadata()-alike function with filename p
Does the new version will be compatible with the format MPO?xnview wrote:I'll try to release new version in october...AmigoJack wrote:Great. Does it come with GFL SDK 3.30? And when?
Regards...
Miguel Angel
- Thu May 20, 2010 7:51 pm
- Forum: GFL SDK
- Topic: Delphi: Retain IPTC and EXIF when resize
- Replies: 1
- Views: 1875
Re: Delphi: Retain IPTC and EXIF when resize
Hello,
I, before saving the image, embed IPTC data:
var
IptcData : PGFL_IPTC_DATA;
....
begin
if FormGuardar.CheckBoxIPTC.checked then
begin
IptcData := gflNewIPTC();
gflSetIptcValue(IptcData,GFL_IPTC_OBJECTNAME,Pchar(FormIPTC.Edit1.Text)); //Load IPTC Data from Edit1
gflSetIptcValue ...
I, before saving the image, embed IPTC data:
var
IptcData : PGFL_IPTC_DATA;
....
begin
if FormGuardar.CheckBoxIPTC.checked then
begin
IptcData := gflNewIPTC();
gflSetIptcValue(IptcData,GFL_IPTC_OBJECTNAME,Pchar(FormIPTC.Edit1.Text)); //Load IPTC Data from Edit1
gflSetIptcValue ...