Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

Browse by Tags

All Tags » AtalaImage
  • Negative black and white images

    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.    
    Posted to DotImage Discussions (Forum) by nicolas on April 18, 2008
  • Little Endian for Tiff images

    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.
    Posted to DotImage Discussions (Forum) by TAZ on February 25, 2008
  • JPEG2000 encoder issues

    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 ...
    Posted to DotImage Discussions (Forum) by richardtearle on December 6, 2007
  • Anti-aliasing

    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 ...
    Posted to DotImage Discussions (Forum) by cybe_r on October 31, 2007
  • Preloading images in memory to increase response time

    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 ...
    Posted to DotImage Discussions (Forum) by Balakrishnan on August 27, 2007
  • ResampleCommand - image size ignored?

    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)); ...
    Posted to DotImage Discussions (Forum) by reignman on August 6, 2007
  • LZW-compression

    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 ...
    Posted to DotImage Discussions (Forum) by Frans Vander Meiren on June 17, 2007
  • PdfDecoder exception - DestSize must be greater than 0.

    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 ...
    Posted to DotImage Discussions (Forum) by andyau on June 8, 2007
  • Drawing rectangles for OCR Regions

    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.
    Posted to DotImage Discussions (Forum) by skjpatel on April 26, 2007
  • Re: From/To Bitmap question

    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 ...
    Posted to DotImage Discussions (Forum) by Bill Bither on March 16, 2007