Search found 23 matches

by wittaya
Mon Jul 20, 2015 4:55 am
Forum: Example requests & Code samples
Topic: GDPicture Pro5S to GDPicture.Net
Replies: 1
Views: 2458

GDPicture Pro5S to GDPicture.Net

Hello, Loïc

We have a plan to use GDPicture.Net, but how about many project we had done with "GDPicture Pro5S" (may be 4-5 projects)
How can I convert it to GDPicture.Net by easy?

Wittaya
by wittaya
Fri Sep 21, 2012 8:58 am
Forum: Example requests & Code samples
Topic: Need help about GDTwain
Replies: 0
Views: 66006

Need help about GDTwain

Hello, Loïc I need your suggest about GDTwain. I have 2 simple applications. Application#1 use for select twain source and select profile of selected source - Select twain source Imaging1.TwainSelectSource (Me.hwnd) - Select profile of selected source If Imaging1.TwainOpenDefaultSource() Then Imagin...
by wittaya
Fri Jul 22, 2011 4:25 am
Forum: Image Processing & Document Imaging
Topic: Output of Twain, brightness too hight
Replies: 6
Views: 4541

Re: Output of Twain, brightness too hight

Hello Loïc,

Yes, I tried to test with latest available version 5.13.8, the result is the same.

Regards,
Wittaya
by wittaya
Thu Jul 21, 2011 10:38 am
Forum: Image Processing & Document Imaging
Topic: Output of Twain, brightness too hight
Replies: 6
Views: 4541

Re: Output of Twain, brightness too hight

Dear Loïc, Can you do me a favor? I would like you to check resize function (Imaging1.ResizeImage(width, height)) on windows7 with GRAY image type for me? I was test it on winxp sp3 not found any problem, but on windows7 the output image seems weird. This is my code.... AxImaging1.SaveAsJPEG("C...
by wittaya
Tue Jul 19, 2011 4:33 am
Forum: Image Processing & Document Imaging
Topic: Output of Twain, brightness too hight
Replies: 6
Views: 4541

Re: Output of Twain, brightness too hight

Dear Loïc,

I solved it already by set "Imaging1.TwainSetCurrentBrightness(0)" I don't know why default is 300 but anyway its works fine now.

Best regards,
Wittaya
by wittaya
Mon Jul 18, 2011 8:25 am
Forum: Image Processing & Document Imaging
Topic: Output of Twain, brightness too hight
Replies: 6
Views: 4541

Re: Output of Twain, brightness too hight

Dear Loïc,

Sorry I forgot to tell about the version, I use version 5.12.0.1 (but version 5.13.8 is the same problem)

Thank you

Best regards,
Wittaya
by wittaya
Mon Jul 18, 2011 6:57 am
Forum: Image Processing & Document Imaging
Topic: Output of Twain, brightness too hight
Replies: 6
Views: 4541

Output of Twain, brightness too hight

Dear Loïc, This is my sample code. Sub Twain_Start() Dim DefaultSourceName As String = "Plustek OpticSlim 550" Dim nImageID As Integer = 0 AxGdViewer1.Clear() AxImaging1.TwainOpenSource(DefaultSourceName) If AxImaging1.TwainOpenDefaultSource Then AxImaging1.TwainSetCurrentResolution(300) A...
by wittaya
Thu Jan 20, 2011 4:27 am
Forum: Image Processing & Document Imaging
Topic: I need your help urgently, GdPicture components on 64 bit Wi
Replies: 2
Views: 2555

Re: I need your help urgently, GdPicture components on 64 bi

Hello Loïc,

It's work !
Thank you so much :D

Regards,
Wittaya
by wittaya
Wed Jan 19, 2011 8:16 am
Forum: Image Processing & Document Imaging
Topic: I need your help urgently, GdPicture components on 64 bit Wi
Replies: 2
Views: 2555

I need your help urgently, GdPicture components on 64 bit Wi

Hello, I found this error "An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))". My simple code just add reference COM component of GDPicture into my project and drag/dr...
by wittaya
Thu Oct 14, 2010 3:41 am
Forum: OCR, MRC & Document understanding
Topic: Is it possible to create gdpicture to dll file?
Replies: 4
Views: 4030

Re: Is it possible to create gdpicture to dll file?

Hello Loïc,

Thank you for your advice.

Best regards
Wittaya
by wittaya
Tue Oct 12, 2010 8:08 am
Forum: OCR, MRC & Document understanding
Topic: Is it possible to create gdpicture to dll file?
Replies: 4
Views: 4030

Re: Is it possible to create gdpicture to dll file?

Hello Loïc, Thank you for your reply. My meaning is ... I need some function of GdPicture such as SetLicenseNumber,SetLicenseNumberOCRTesseract,Twain function and make it to one dll file after that I use only dll file to develop with our application. Sorry if my English make you confuse. Best regard...
by wittaya
Fri Oct 08, 2010 4:21 am
Forum: OCR, MRC & Document understanding
Topic: Is it possible to create gdpicture to dll file?
Replies: 4
Views: 4030

Is it possible to create gdpicture to dll file?

Hello Loïc,

Is it possible to create gdpicture to dll file?
Let me explain my point. I need to create all feature of OCR to dll file for easy to use by our another application about scanner solution. Please suggest me if it's possible.

Thanks in advance.

Best regards
Wittaya
by wittaya
Mon May 10, 2010 4:21 am
Forum: Image Processing & Document Imaging
Topic: Please check this image for me.
Replies: 2
Views: 2302

Re: Please check this image for me.

Hello......anybody there?
by wittaya
Wed Apr 28, 2010 9:51 am
Forum: Image Processing & Document Imaging
Topic: Please check this image for me.
Replies: 2
Views: 2302

Please check this image for me.

Hello, Loïc Could you check the skew of this image for me?, because I tried to check it with "GetSkewAngle" command on filename "frame_jpg.JPG" its alway return "0" degree, if you see this file you'll found that its skew not "0" degree. I attached 2 images to ...
by wittaya
Thu Apr 22, 2010 10:06 am
Forum: Example requests & Code samples
Topic: Please suggest me about Image Processing
Replies: 1
Views: 2104

Please suggest me about Image Processing

Hello, Loïc I need to implement OMR (Optical Mark Recognition) project from GdPicture function, this is my little source code... ... nClonedImage = AxImaging1.CreateClonedImage(nImage) AxImaging1.SetNativeImage(nClonedImage) AxImaging1.FxDespeckle() nStat = AxImaging1.SetBrightness(200) ... ฺBut the...