Search found 82 matches

by madiazg
Thu Dec 19, 2013 9:04 pm
Forum: GFL SDK
Topic: problems with pdf files
Replies: 3
Views: 12691

Re: problems with pdf files

I have not installed. Do I need to install it?
by madiazg
Sun Dec 15, 2013 1:58 pm
Forum: GFL SDK
Topic: problems with pdf files
Replies: 3
Views: 12691

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 th...
by madiazg
Mon Sep 05, 2011 7:38 pm
Forum: GFL SDK
Topic: gflConvolve
Replies: 8
Views: 2994

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 gflConvolve(src: PGF...
by madiazg
Sat Sep 03, 2011 11:07 pm
Forum: GFL SDK
Topic: gflConvolve
Replies: 8
Views: 2994

Re: gflConvolve

xnview wrote:It's not TGFL_FILTER that you must use??
I'm sorry but i don't understand you

Miguel Angel
by madiazg
Wed Aug 31, 2011 8:33 pm
Forum: GFL SDK
Topic: gflConvolve
Replies: 8
Views: 2994

Re: gflConvolve

xnview wrote:What is the error?
The error occurs when running the application:

"Access violation at address FEFCC481. Read of address FEFCC481"

Miguel Angel
by madiazg
Sat Aug 27, 2011 9:39 pm
Forum: GFL SDK
Topic: gflConvolve
Replies: 8
Views: 2994

gflConvolve

Hi,
I have problems with the function gflConvolve. In Delphi:

Code: Select all

var
    Filtro : PGFL_Filter;
....
begin
....
  Filtro.Size := 3; //-> ERROR
...
end;
Error in the application when I define the width of the matrix.
What is the problem?

Regards...
Miguel Angel
by madiazg
Wed Mar 02, 2011 11:09 pm
Forum: GFL SDK
Topic: MPO files
Replies: 3
Views: 2977

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: #...
by madiazg
Tue Mar 01, 2011 8:43 pm
Forum: GFL SDK
Topic: MPO files
Replies: 3
Views: 2977

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
by madiazg
Mon Jan 24, 2011 8:27 pm
Forum: GFL SDK
Topic: GFL SDK v3.40
Replies: 7
Views: 35786

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
by madiazg
Mon Jan 24, 2011 8:25 pm
Forum: GFL SDK
Topic: gflAddText
Replies: 1
Views: 1313

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
by madiazg
Sat Dec 04, 2010 11:10 am
Forum: GFL SDK
Topic: gflSaveIPTC
Replies: 4
Views: 1624

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); Regards... ...
by madiazg
Mon Nov 29, 2010 8:39 pm
Forum: GFL SDK
Topic: Request: Rotate images in the three axes X, Y, Z
Replies: 0
Views: 899

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 Angel
by madiazg
Sun Oct 17, 2010 6:24 pm
Forum: GFL SDK
Topic: gflConvertBitmapIntoDDB
Replies: 0
Views: 876

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.Graphic := Bm...
by madiazg
Fri Oct 01, 2010 6:22 pm
Forum: GFL SDK
Topic: gflBitmapRemoveMetadata()-alike function with filename param
Replies: 5
Views: 1649

Re: gflBitmapRemoveMetadata()-alike function with filename p

xnview wrote:
AmigoJack wrote:Great. Does it come with GFL SDK 3.30? And when?
I'll try to release new version in october...
Does the new version will be compatible with the format MPO?

Regards...
Miguel Angel
by madiazg
Thu May 20, 2010 7:51 pm
Forum: GFL SDK
Topic: Delphi: Retain IPTC and EXIF when resize
Replies: 1
Views: 1624

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(IptcData,GFL_IP...