Search results for "imaging/imagegear/igp_about"

Whitepaper

Using PICTools to Decode DICOM Pixel Data

Technical FAQ

The deployment.log for ImageGear C & C++ Deployment Packaging Wizard is showing different output for some components since v19.3, why is this?

Question The logging for ImageGear C & C++ Deployment Packaging Wizard (DPW) is showing different output for some components since v19.3, why is this? In ImageGear C & C++ v19.2 and prior, the DPW had additional logging information for the ARTX component in its deployment.log: Deploying an application that uses the ARTXGUI library of ImageGear […]

Fact Sheet

ImageGear Collection: Powerful Image Processing Integration

Technical FAQ

How do I use a Network Drive path for Image and ART Storage in my ImageGear .NET web application?

Question How do I use a Network Drive path for Image and ART storage in my ImageGear .NET web application? Answer In an ImageGear .NET web application, you have to define the location of the images and annotations directory in the storageRootPath and artStorageRootPath configuration property. In the current version of ImageGear .NET, the storageRootPath […]

Technical FAQ

Why do I get a "File Format Unrecognized" exception when trying to load a PDF document in ImageGear .NET?

Question Why do I get a “File Format Unrecognized” exception when trying to load a PDF document in ImageGear .NET? Answer You will need to set up your project to include PDF support if you want to work with PDF documents. Add a reference to ImageGear24.Formats.Pdf (if you’re using another version of ImageGear, make sure […]

Technical FAQ

Why do I get a "File Format Unrecognized" exception when trying to load a PDF document in ImageGear .NET?

Question Why do I get a “File Format Unrecognized” exception when trying to load a PDF document in ImageGear .NET? Answer You will need to set up your project to include PDF support if you want to work with PDF documents. Add a reference to ImageGear24.Formats.Pdf (if you’re using another version of ImageGear, make sure […]

Technical FAQ

How do I use a Network Drive path for Image and ART Storage in my ImageGear .NET web application?

Question How do I use a Network Drive path for Image and ART storage in my ImageGear .NET web application? Answer In an ImageGear .NET web application, you have to define the location of the images and annotations directory in the storageRootPath and artStorageRootPath configuration property. In the current version of ImageGear .NET, the storageRootPath […]

Technical FAQ

When using OCR in ImageGear .NET, is there any way to distinguish between a capital O and the number 0?

Question When using OCR in ImageGear .NET, is there any way to distinguish between a capital/uppercase letter O and the number 0? Answer Not without context or a font that makes the difference clear (such as one with a slashed 0). ImageGear will properly recognize Oliver and 1530 as containing O and 0, respectively, but […]

Whitepaper

Accelerate EMR Application Development Using Imaging Tools

Page

Image Cleanup

Technical FAQ

How do I remove XMP Data from my image using ImageGear .NET?

Question How do I remove XMP Data from my image using ImageGear .NET? Answer When removing XMP data in ImageGear, the simplest way to do this is to set the XMP Metadata node to null, like so: ImGearSimplifiedMetadata.Initialize(); doc.Metadata.XMP = new ImGearXMPMetadataRoot(); Or, you can traverse through the metadata tree and remove each node from […]

Technical FAQ

Why do I get a “Non-supported resolution” exception when trying to import a page into ImageGear's recognition engine?

Question I encounter an Unhandled Exception error, as shown below, in ImageGear when trying to load a page into the recognition engine. Error Message: An unhandled exception of type ‘ImageGear.Core.ImGearException’ occurred in ImageGear22.Core.dll Additional information: IMG_DPI_WARN (0x4C711): Non-supported resolution. Value1:0x4C711 What is causing this and how can I fix it? Answer This is probably because […]