Class ImageToImageService
- java.lang.Object
-
- step.plugins.compare.services.atomic.AbstractDocumentToImageService
-
- step.plugins.compare.services.atomic.ImageToImageService
-
public class ImageToImageService extends AbstractDocumentToImageService
-
-
Constructor Summary
Constructors Constructor Description ImageToImageService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ImagesStorage
convertAndGetDocumentAsPng(java.io.File doc, java.io.File workingDir)
void
convertDocToPng(java.io.File documentFile, java.io.File workingDir)
static javax.imageio.ImageReader
getImageReader(javax.imageio.stream.ImageInputStream iis)
static javax.imageio.ImageReader
getTiffImageReader()
-
Methods inherited from class step.plugins.compare.services.atomic.AbstractDocumentToImageService
getTemplatePageFile
-
-
-
-
Method Detail
-
convertDocToPng
public void convertDocToPng(java.io.File documentFile, java.io.File workingDir) throws java.lang.Exception
- Specified by:
convertDocToPng
in classAbstractDocumentToImageService
- Throws:
java.lang.Exception
-
convertAndGetDocumentAsPng
public ImagesStorage convertAndGetDocumentAsPng(java.io.File doc, java.io.File workingDir) throws java.lang.Exception
- Specified by:
convertAndGetDocumentAsPng
in classAbstractDocumentToImageService
- Throws:
java.lang.Exception
-
getTiffImageReader
public static javax.imageio.ImageReader getTiffImageReader()
-
getImageReader
public static javax.imageio.ImageReader getImageReader(javax.imageio.stream.ImageInputStream iis)
-
-