Converting PCT to GIF is not working

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Post by glennrp »

Try

Code: Select all

identify -verbose pict.pct
and see if tells you anything useful like the presence of offsets. If there *are* offsets you can get rid of them with the +repage option (or with the +page option with older versions).
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Post by glennrp »

The "geometry" has no offsets. The histogram says there is nothing there but white pixels.
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Post by glennrp »

Is it bigger in both directions or just stretched out horizontally? The latter might mean some mixup with the bits-per-pixel.
Post Reply