Thanks for the patch. It works wonderfully! However, when I patched it
and compiled, the compiler returned a failed on the make test.
t/t106tiff........dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 21
Failed 1/89 tests, 98.88% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/t106tiff.t 1 256 89 1 1.12% 21
other than that, everything else is fine and works great. The output
image is as expected.
On Mon Jan 30 19:24:12 2006, tony@develop-help.com wrote:
Show quoted text> On Mon, Jan 30, 2006 at 06:12:35PM -0500, Guest via RT wrote:
> > Input Tiff image is all white. Output tiff image is saved as black if
> > fax class is used. This does not happen for any other image format. I
> > have attached a sample image and code:
>
> Just to note:
>
> The patch will cause a single test failure in t/t106tiff.t due to the
> change in the photometric interpretation value. You can ignore this.
>
> Tony Cook