Hi,
I have a VB6 program using ImageMagickObject.
A batch procedure transfers a set of PDFs into TIFFs by the command `convert`, and another procedure checks TIFFs produced by the commend `identify`.
Recently I found that sometimes a TIFF file is not correctly identified, that is, my program got a wrong page count.
May it be a concurrency problem that it tries to consult the page count of a file while the file is generating?
And, how to determine if a ImageMagick commend is running on a file?
Best Regards.