Re: Problem with ReadImage() --> Assertion in CloneStringInfo()

Tabor Kelly <[email protected]> Mon, 27 Jun 2011 10:54:25 -0700
Newsgroups gmane.comp.video.image-magick.user
Message-ID <[email protected]>
On Mon, Jun 27, 2011 at 10:12 AM,
<da.mihi.sis.bubulae.frustrum.assae.solana.tuberosa.in.modo.gallico.fricta.=
[email protected]>
wrote:
>> ImageInfo imageInfo;
>> ExceptionInfo exceptionInfo;
>
> Use pointers instead (e.g. ImageInfo *imageInfo) and initialize with these
> methods:
>
> =A0 =A0exceptionInfo=3DAcquireExceptionInfo();
> =A0 =A0imageInfo=3DCloneImageInfo((ImageInfo *) NULL);
>

That did it. Thank You!

-Tabor