|
|
Browse by Tags
All Tags » TIFF
Showing page 1 of 3 (29 total posts)
-
Hi All,
I am new for DotImage control and trying to set the resoluion for my images while scanning but unable to do it.
Actually before I worked with Imgx and scanned images as tiff and the size of images are very small with the resolution 96/1 but when I tried the same with DotImage it gives me large size and I am unable to set the resolution ...
-
Hello, I was looking to write some HTML out to a tiff created at runtime by my users. I have not found any information on how to do this. I checked with support and they told me I would need to write my own HtmlDecoder using the draw tools. Let me qoute support here ''it would not be a simple endevor''
Has anyone done this ...
-
Hi ! This is some part of code to convert files to searchable pdf format. This code runs well for TIFF files and converts them into searchable PDFs. But when I load a non-searchable PDF file, the code converts only the first page of the non-searchable PDF file into the searchable PDF.
I am very new user. Could you tell me what am I doing ...
-
I using this code to read a page of the multipage tiff:
using (FileStream fs = File.OpenRead(''multipage.tif'')){ TiffDecoder tiffReader = new TiffDecoder(); using (AtalaImage page = tiffReader.Read(fs, pageNumber, null)) { ...
-
I have been using atala for the web, and the zoom in & out feature only performs this the first time, after consecutive clicks this task isnt performed unless we switch to a diferent thumbnail of the tif. Inwhich the new zoom level gets viewed. Is there a workaround for this?
-
I found a solution. I had a multipage document, but it was stored as single pages. So I created a directory for displaying them all with the WebThumbnailViewer. Now I changed my code that I first create one single multipage TIFF from all the single TIFF pages. With this change it works.
-
Hi, can someone give me a kickstart with multi-page Tif files?
I have a WPF application which uses the WPF AtalaImageViewer with the viewer's Source property bound to the ImageSource for the currently selected document. When the selected document is a multi page tif, only the first page appears in the viewer. How do I see the other ...
-
I am trying to the follwing, create a console application that opens an existing tiff file a page at a time(if I load any tiff greater than 32mb I get a pixel memory error) and then rencode each page and then save back into a new tiff file(our Adobe capture server doesn't like the original file). I can open ...
-
Greetings, Reignman --
Generally, we try to read any TiffTag, as long as it's in the proper format. A list of known tags can be found here:
http://www.awaresystems.be/imaging/tiff/tifftags.html
If it's a private tag that someone has written, as long as it's in the proper Tiff format, we'll read it.
The problem with tags is that any camera ...
-
I am trying to convert a word document that contains a table. The problem is that if the table has a cell with a pattern (backgroud) I get the following error:
File stream is not a valid TIFFException Details Atalasoft.Imaging.Codec.ImageReadException: File stream is not a valid TIF.
Any help please?...
1
|
|
|