Is it possible to create a tiff file from a postscript-file (created from a pdf-document with readable t开发者_高级运维ext and images) into a tiff file without the images and only the text?
What is the bit-format of a 16-bit grayscale TIFF? I read that only 10 bits actually contai开发者_开发百科n intensity data--is this true? When I try to open a 16-bit TIFF in Matlab using imshow(), the
I have a Windows Service and I need to create a tiff image form a XML + XSL. I found a way to make a tiff but this works with a web browser and 开发者_开发技巧DrawToBitmap.
I have a cou开发者_JAVA百科ple of questions.I\'m trying to install Java JAI libraries on my Eclipse on a PC so that I can create a standalone desktop application to convert TIFF files to JPEGs.I\'ve s
As title. I\'m not interested in converting between FillOrder=2 and FillOrder=1. Rather, I have a set of TIFF files where some images were encoded with one setting but \"re-tagged\" as the other s开发
In a Java program I have a开发者_JS百科 1024 x 1024 array of floats.How can I write a TIFF file corresponding to the image represented by this array?
I have a program that I made in Python to find specific tags in TIFF IFD\'s and return the values. It was just a proof of concept thing in python, and now I need to move the functionality to java. I t
I created a window service to put all of my TIFF files into database and stored them as Byte[]. Now I want to be able to display them through Silverlight Image control
I\'m trying to convert pdfs to tiff images for following OCR. I use \"-density 300x300 -depth 8\" as parameters.
I have a large swing c开发者_开发知识库omponent to write to TIFF. The component is too large to load the TIFF in memory, so I either need to make a big BufferedImage which is backed by a disk-based Wr