magickcore api questions

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
Wilbert

magickcore api questions

Post by Wilbert »

Hi there,

I have two questions concerning the magickcore api:

1) I'm using the Q8 version of ImageMagick (ImageMagick-6.5.8 ). What kind of dithering is taken place when opening a 3x16bit tiff image with ReadImage?

2) Regarding animated images. Suppose I open an animated tiff image (with images having a slightly different width/height) with ReadImage and CoalesceImages. How are the images in the animation aligned and how is decided what the size of the canvas is? (I know that the images in a gif animation have offsets, but i don't think that's the case for a tiff animation?)

edit:
I'm a bit confused now. This is what identify says about the tiff file:
Image
I expected that the canvas is the same for every image. How is CoalesceImages deciding how to coascale them? Does it take the width/height of the first image and crop the subsequent images?
Wilbert

Re: magickcore api questions

Post by Wilbert »

Nobody?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: magickcore api questions

Post by fmw42 »

Post Reply