getIteratorIndex result is inconsistent
Posted: 2012-07-23T01:20:05-07:00
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.
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.