getIteratorIndex result is inconsistent

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
dirk1976
Posts: 27
Joined: 2010-09-08T22:16:11-07:00
Authentication code: 8675308
Location: Germany

getIteratorIndex result is inconsistent

Post by dirk1976 »

The method getIteratorIndex return inconsistent values (IM version 6.7.8-6).

My Tests
- create a new empty MagickWand
- load an image
- getIteratorIndex -> 1

- create a new empty MagickWand
- create a new image
- getIteratorIndex -> 0

I test this also with IM version 6.3.2 and both tests return 0.

I suppose this is a bug.
Post Reply