Search found 2 matches

by paulmelis
2011-03-22T03:21:48-07:00
Forum: Bugs
Topic: Output TIFF has problematic FillOrder
Replies: 1
Views: 4410

Re: Output TIFF has problematic FillOrder

The TIFF writer option

Code: Select all

-define tiff:fill-order=msb
seems to have be added only in 6.6.2-10, unfortunately.

For now, I use the workaround of using a second image file (containing all black pixels), instead of

Code: Select all

-size 3840x2160 xc:black
.
by paulmelis
2011-03-21T08:45:03-07:00
Forum: Bugs
Topic: Output TIFF has problematic FillOrder
Replies: 1
Views: 4410

Output TIFF has problematic FillOrder

I'm using IM to create a fading-out image sequence of a single input image. I'm using the composite command with a changing blend factor to combine the input image with a black image. Both input and output are in TIFF, but I noticed that the output image uses a FillOrder of 2 (lsb-to-msb). From what...