|
|
Browse by Tags
All Tags » AtalaImage
-
Hi,
I've developed a scanning application with DotImage 6.0 that scan pages and save them. If I look those images with an image viewer, I see the image OK, but if I open the image with the default microsoft viewer I see the image in negative.
I need to see the images in both places OK.
thanks in advance.
-
I see that for the jpg decoder I can specify ByteOrder of LittleEndian. I do not see the same for the tiff decoder. I need to convert my tiff image to a byte array in little endian format.
-
We have a couple of JPEG2000 encoder issues, and I wanted to post a sample application to show these issues, but when I ran the sample application I get the following error: Failed at Jp2SetEncoderOptions on the atalaimage Save method. This is interesting as we don't get this error on development boxes, but it is an error we're getting in QA. The ...
-
Hi,
I have atalasoft tool to create & tilt image for a desktop application. I want high resolution print quality image as output. But I am facing some issues related to Anti-Aliasing and Quality.
Can anyone guide me how to cope up with this problem and generate high print quality image. Code i used is as ...
-
Hi,
We have an application that needs the user to rapidly move from One Multi page tiff to the next. Is there an option in DOTIMAGE to prefetch / cache the next multipage Tiff file in memory while the user is working on the current one. If it is possible please let us have some sample coding. All our images are B & W ...
-
I've got a problem with the ResampleCommand. I want to scale my image (JPG) to another size (given by destWidth and destHeight) and save it, but the image keeps its original size. I've tried:
workspace.Image = image; workspace.ApplyCommand(new ResampleCommand(new Size(destWidth, destHeight), ResampleMethod.LanczosFilter)); ...
-
Hi
Anyone who can explain me why the atalasoft-lzw compression gives such a poor results. Via the code beneath I saved one of my standard files (flamingo.tif) two times; first uncompressed and then lzw-compressed. Here are the results of the jury:
flamingo.tif 44KB (the original ...
-
I was trying to decode a bunch of pdf's into multi page Tiffs using DotImage 4.0h and the PDF rasteriser add-on, basically using code from this article (http://www.atalasoft.com/kb/article.aspx?id=10125&cNode=). It works great for over 80% of my sample pdfs, however there are a few which throw a 'DestSize must be greater than 0' exception on ...
-
I want to draw rectangles onto an AtalaImage - these will ultimately be used for defining OCR regions/zones - my question is: should I be using the Annotate tools to do this or go a bit more low level and use the rubber-band object or other.
-
FromBitmap(...) creates a copy of the Bitmap data and places it in a new AtalaImage object. However FromBitmap(..., true) takes ownershop of the Bitmap data and stores a reference to the Bitmap internally. As long as you don't dispose the Bitmap that was passed in, it's a safe way to convert a Bitmap to an AtalaImage. The garbage ...
|
|
|