Search found 1 match

by phild
2011-12-14T10:26:26-07:00
Forum: Magick++
Topic: Converting TIFF CCITT Group 4 to uncompressed
Replies: 0
Views: 7928

Converting TIFF CCITT Group 4 to uncompressed

Hi,

I'm writing an app in C++ where I have a TIFF image in memory which is compressed with CCITT group 4.

I need to feed this image to Tesseract for OCR recognition. However, Tesseract requires an uncompressed image.

Is it possible with Magic++ to uncompress this TIFF in memory, leaving it as a ...