Search found 47 matches

by guruross
Tue Oct 15, 2013 3:34 am
Forum: Feature Requests
Topic: Planned support for DirectDraw/DirectX?
Replies: 0
Views: 76022

Planned support for DirectDraw/DirectX?

Both TWAIN and WIA are losing ground regarding support for newer, higher resolution hardware. Have you considered adding support for DirectDraw or DirectX so we would have a well known, consistent .NET-ready imaging interface?

Thanks,
-Ross
by guruross
Sat Oct 05, 2013 12:45 am
Forum: Feature Requests
Topic: Planned support for Windows Portable Devices (WPD)?
Replies: 1
Views: 4207

Planned support for Windows Portable Devices (WPD)?

We started out with GDPicture v5 using TWAIN for camera and scanner image capture. We then upgraded to GDPicture v9 and subsequently v10 and added WIA (Windows Image Acquisition) support for a broader list of supported devices. Now it seems that WIA is on its way out and WPD (Windows Portable Device...
by guruross
Thu Nov 10, 2011 1:30 am
Forum: Feature Requests
Topic: 2d barcode (Datamatrix)
Replies: 9
Views: 20472

Re: 2d barcode (Datamatrix)

It sounds like there has been progress on the 2D matrix features in the DotNET product (post11236.html#p11236). Any word on whether we'll see this added to the ActiveX based product? Thanks!
by guruross
Thu Nov 10, 2011 1:26 am
Forum: Feature Requests
Topic: Data Matrix (2d) Barcode creation
Replies: 7
Views: 8045

Re: Data Matrix (2d) Barcode creation

Loic mentioned in August that September would see the beginning of development for 2D matrix creation, which would take an estimated 1 - 2 months. Is this currently still in the works? We are very interested in this!
by guruross
Wed Apr 21, 2010 8:06 pm
Forum: Feature Requests
Topic: 2d barcode (Datamatrix)
Replies: 9
Views: 20472

Re: 2d barcode (Datamatrix)

Very exciting, looking forward to adding these features into our products, thank you!
by guruross
Wed Apr 21, 2010 7:22 pm
Forum: Feature Requests
Topic: 2d barcode (Datamatrix)
Replies: 9
Views: 20472

Re: 2d barcode (Datamatrix)

Loïc wrote:A DataMatrix barcode recognition Plugin will be available on 3rd May 2010 !
Will this include the ability to generate a DataMatrix, or only to read them?

With the addition of DataMatrix, is QR Code on the way?

http://www.qrcode.es/?p=143&language=en
by guruross
Thu Feb 04, 2010 7:45 pm
Forum: Feature Requests
Topic: QR Code and other 2D barcodes
Replies: 2
Views: 3352

QR Code and other 2D barcodes

Hello, I'm checking in to see if there are any plans for adding the production of QR Code (or other 2D barcode formats) to the BarCodeDrawXxx method list? Interest in these seems to be growing rapidly.

Thanks.
by guruross
Thu Jul 09, 2009 1:44 am
Forum: Feature Requests
Topic: Image memory flush
Replies: 1
Views: 2756

Image memory flush

Hi, In working with the GDPicuture library on a large project, I have run into some issues with memory creep over time. Granted, this comes from bad code logic not closing out images after the logic is done with them, but a useful feature for the GDPicture library would be a Flush method that would ...
by guruross
Tue Jun 16, 2009 7:16 pm
Forum: Image Processing & Document Imaging
Topic: Possible issue adding black border with AddBorders
Replies: 1
Views: 2021

Possible issue adding black border with AddBorders

I am having a problem with the part of my code that adds borders to things like photos, etc. The logic flow is layering several 32BppARGB images into a single composite, and when it adds a border to any image, the border becomes transparent if it was pure black (Colors.Black = -16777216). Any other ...
by guruross
Fri Apr 24, 2009 2:13 am
Forum: Image Processing & Document Imaging
Topic: Invalid Image: Can not get picture vertical resolution
Replies: 1
Views: 2054

Invalid Image: Can not get picture vertical resolution

When attempting to obtain the resolution of an image file, I occasionally get a popup from GDPicture stating, "Invalid Image: Can not get picture vertical resolution". How do I tell GDPicture to no do this so I retain control over my user experience? gdpicturepro5.ocx v5.11.4 Thanks, -Ross
by guruross
Mon Apr 13, 2009 8:14 pm
Forum: Image Processing & Document Imaging
Topic: Imaging/GDViewer memory leak
Replies: 2
Views: 2343

Re: Imaging/GDViewer memory leak

In general, from my experience with the GDPicture library, you must explicitly close all image handles that you open (pretend your developingin C or C++). The default garbage collection and memory handling that VB provides does not catch any open images, which can lead to orphaned file locks, access...
by guruross
Mon Apr 13, 2009 8:03 pm
Forum: Image Processing & Document Imaging
Topic: Image Save as String
Replies: 2
Views: 2466

Re: Image Save as String

I haven't tested this, but as I understand it, are you using Encode64String after you have the string representation of the image?

Code: Select all

tstOutput.WriteLine gdiPhoto.Encode64String(gdiPhoto.SaveAsString("jpg"))
by guruross
Tue Apr 07, 2009 2:30 am
Forum: Image Processing & Document Imaging
Topic: Error scanning TWAIN devices
Replies: 2
Views: 2556

Re: Error scanning TWAIN devices

Thank you, I tried the new 5.11.0 release and obtained the same results. I have emailed eSupport with the logs and sample dialog source.
by guruross
Fri Apr 03, 2009 1:05 am
Forum: Image Processing & Document Imaging
Topic: Error scanning TWAIN devices
Replies: 2
Views: 2556

Error scanning TWAIN devices

I have a dialog that scans that TWAIN devices, querying for basic details to present a Device Selection list for the user. This works great on most systems, however a user just installed this latest and is getting a general application crash when this routine runs. Attached is an excerpt of a couple...
by guruross
Fri Mar 27, 2009 9:11 pm
Forum: Image Processing & Document Imaging
Topic: PDF display and interdependencies
Replies: 1
Views: 2008

Re: PDF display and interdependencies

The issue was resolved. The customer had v5.10.0.3, so I updated them to v5.10.0.14 and it resolved the issue of the "temp" files being generated. As a side note, it was occuring for all image types, not just PDF.