Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
yecril71pl
Posts: 81 Joined: 2011-02-08T11:06:09-07:00
Authentication code: 8675308
Location: Warsaw, Poland
Contact:
Post
by yecril71pl » 2011-03-14T15:54:01-07:00
The result is useless: black vertical stripes, the image is displaced and cropped.
(Version: 6.6.7.9, openSUSE 11.4 x64)
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2011-03-14T16:14:00-07:00
I get a similar result on IM 6.6.8.4 Q16 Mac OSX Tiger (with or without +dither).
yecril71pl
Posts: 81 Joined: 2011-02-08T11:06:09-07:00
Authentication code: 8675308
Location: Warsaw, Poland
Contact:
Post
by yecril71pl » 2011-03-21T11:08:56-07:00
A simpler test case:
Code: Select all
convert -size 100x400 canvas:red canvas:green +append canvas:blue +append -type Palette c4.tiff
The result is just red
I tried smaller sizes; 4x12 is all right but 8x24 turns all red.
Last edited by
yecril71pl on 2011-03-21T12:44:17-07:00, edited 1 time in total.
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2011-03-21T11:16:44-07:00
Must be a Mac OS thing-- your conversion works fine under Linux. We'll check it out under Mac OS X when we get a chance.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2011-03-21T11:48:53-07:00
Note his original post was on (Version: 6.6.7.9, openSUSE 11.4 x64), so not just a Mac issue.
However, this works fine for me on Mac OSX Tiger IM 6.6.8.5 Q16
convert -size 100x400 canvas:red canvas:green +append canvas:blue +append -type Palette c4.tiff
and so does this from the original post:
convert logo: -colors 4 logo.tiff
(no stripes)
So it somehow got fixed between 6.6.8.4 and 6.6.8.5
yecril71pl
Posts: 81 Joined: 2011-02-08T11:06:09-07:00
Authentication code: 8675308
Location: Warsaw, Poland
Contact:
Post
by yecril71pl » 2011-03-23T12:55:49-07:00
The result is correct with 6.6.8-5, custom built for TIFF support exclusively.