Search found 5882 matches

by Loïc
Thu May 31, 2007 3:33 pm
Forum: Image Processing & Document Imaging
Topic: Scanned Image Truncation
Replies: 5
Views: 7775

Hi,

Could you post the code you are using to do that ?

Regards,

Loïc
by Loïc
Thu May 31, 2007 10:17 am
Forum: Image Processing & Document Imaging
Topic: GPS Tag Lan/Long format?
Replies: 10
Views: 20694

OK I've foud the description of the PropertyTagDateStamp TAG: http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsdatestamp.html I will add aditional tags for the next release. For the moment you can do like this: (vb6 sample) Const PropertyTagDateStamp = &H1D oGdPicture.TagsWrite...
by Loïc
Thu May 31, 2007 10:01 am
Forum: Image Processing & Document Imaging
Topic: GPS Tag Lan/Long format?
Replies: 10
Views: 20694

Hi,

1:

This syntax oGdPicture.TagsWriteTypeASCII PropertyTagGpsLongitude, "33°24'51.8" is working for me.

Which software are you using to view the Gps tags ?

2:

I never heard about the GPSDateStamp TAGS ? Do you get any information about it ?

Regards,

Loïc
by Loïc
Wed May 30, 2007 11:03 pm
Forum: Document Viewing
Topic: PrintSetQuality Doesn't Change Output
Replies: 1
Views: 3991

The printquality depends of yout printer capabilities.


However, you can get better image quality increasing the PdfDPIRendering property value.

Best regards,

Loïc Carrère
by Loïc
Wed May 30, 2007 11:00 pm
Forum: Image Processing & Document Imaging
Topic: Twain, Disabling Duplex Functionality
Replies: 1
Views: 4497

Hi, You are right. It is a small bug ::bug:: of the TwainIsEnabledDuplex method. You can bypass it with the last version using the Low Level API with this code: https://gdpicture.com/references/gdpicturepro/content/cGdPicture-TwainGetCapCurrentNumeric.html https://gdpicture.com/references/gdpicturep...
by Loïc
Wed May 30, 2007 10:39 pm
Forum: Image Processing & Document Imaging
Topic: How to select the flatbed with a Fujitsu Scanner ?
Replies: 1
Views: 4353

Hi, First, you need to use the last edition: https://www.gdpicture.com/download.php Solution 1 With the High Level API: Use the TwainSelectFeeder(). Ex: oGdPicture.TwainSelectFeeder(False) https://gdpicture.com/references/gdpicturepro/content/cGdPicture-TwainSelectFeeder.html Solution 2 With the Low...
by Loïc
Tue May 29, 2007 11:57 am
Forum: Image Processing & Document Imaging
Topic: Scanned images from twain to TIF and Bitdepth ?
Replies: 3
Views: 5882

I've tested the code and I have not this problem with a canon DR 9080C and an emulated TWAIN driver.

Could you send me the rotated image by mail ?

Regards,

Loïc
by Loïc
Tue May 29, 2007 11:49 am
Forum: Image Processing & Document Imaging
Topic: Barcodes.
Replies: 2
Views: 5029

Hi charly !

Happy to see you here again :D

For the barcodes you can only write they into an image. The GdPicture components are not dedicated for the ICR/OCR.

Actually I am looking for a parner to add optional barcode Reading into GdPicture & GdPicture Pro.

Best regards,

Loïc Carrère
by Loïc
Tue May 29, 2007 11:30 am
Forum: Image Processing & Document Imaging
Topic: Scanned images from twain to TIF and Bitdepth ?
Replies: 3
Views: 5882

Hi, oGdPicture.SaveAsTiff ("c:\testtwain3.tif", 2, 8 ) This call can fails with old gdiplus.dll version. You can replace it by oGdPicture.ConvertTo8BppQ() oGdPicture.SaveAsTiff ("c:\testtwain3.tif", 2) 2) oGdPicture.SaveAsTiff ("c:\testtwain3.tif", 2, 0) This Scans the ...
by Loïc
Tue May 29, 2007 11:11 am
Forum: Image Processing & Document Imaging
Topic: Fatal Error on Mouse-Move
Replies: 1
Views: 4173

Bill I think you need to add this line of code

Code: Select all

oGdPicture.SetNativeImage (oGdViewer.GetNativeImage)
into the oGdViewer_PageChange() Event...


==>

Code: Select all

Private Sub oGdViewer_PageChange()
   oGdPicture.SetNativeImage (oGdViewer.GetNativeImage)
End Sub

Loïc
by Loïc
Tue May 29, 2007 11:05 am
Forum: Image Processing & Document Imaging
Topic: Twain to Picture Object?
Replies: 3
Views: 5149

Hi, What is the code you are using to copy the image to le clipboard ? To acquire with vb6 and copy the image to the clipboard: Dim oGdPicture As New GdpicturePro.cGdPicture Dim nImageID As Long oGdPicture.TwainOpenDefaultSource nImageID = oGdPicture.CreateImageFromTwain(Me.hWnd) If nImageID <> 0 Th...
by Loïc
Tue May 29, 2007 10:58 am
Forum: Image Processing & Document Imaging
Topic: Getting Correct TwainSourceName string using VFP
Replies: 1
Views: 4096

Hi Leo. Thanks for this repport.

For the next release I will remove the end chr(0) from the returned string.


Regards,

Loïc
by Loïc
Tue May 29, 2007 10:57 am
Forum: Image Processing & Document Imaging
Topic: PDF contenant des pages de tailles différentes
Replies: 9
Views: 14009

Ah je connais aussi ce petit utilitaire.

Effectivement c'est une bonne solution de contournement.



Voici le lien pour ceux que ça intéresse:

http://thierry.schmit.free.fr/dev/mbtPd ... fAsm2.html


Loïc
by Loïc
Tue May 29, 2007 10:31 am
Forum: Image Processing & Document Imaging
Topic: PDF contenant des pages de tailles différentes
Replies: 9
Views: 14009

Bonjour, Effectivement pour l'instant la méthode PdfSetPageDimensions s'applique pour toutes les pages du fichier PDF. J'ai une méthode PdfSetCurrentPageDimension sur ma wish list mais je ne peux pas pour le moment fixer de date de réalisation. C'est fait! (voir plus bas) Cordialement, Loïc Carrère
by Loïc
Fri May 25, 2007 10:14 pm
Forum: Image Processing & Document Imaging
Topic: bad gdtwain.dll version
Replies: 2
Views: 4702

Ola!


Necesitas descargar la ultima versión de gdtwain.dll de aquí: https://www.gdpicture.com/ressources/ocx/GDTWAIN.dll

Loïc