Page 1 of 1

what is the difference between setFormat and setImageFormat

Posted: 2009-11-06T17:01:07-07:00
by woshiadai
If the Imagick object only contains one image, which function to use setFormat or setImageFormat?

In general, which one to use in what circumstances? I am quite confused between the two.

Really appreciate any clarification.

Re: what is the difference between setFormat and setImageFormat

Posted: 2009-11-25T17:44:44-07:00
by mkoppanen
Hello,

usually "Image"-variants of the image affect the current image sequence where as the ones without image are global properties for the object.

Re: what is the difference between setFormat and setImageFormat

Posted: 2009-11-25T21:00:49-07:00
by el_supremo
See the response by magick in this post:
viewtopic.php?f=3&t=14899
where a similar question was asked.

Pete