I'm using ImageMagick-6.8.2-Q16 on Windows7-34bits SP1, and I think that I have found a bug.
I'm trying to convert text to an image for the project BGINFO4X (bginfo4x.sourceforge.net).
To test the bug, I have created a .bat with the following content:
Code: Select all
for /L %%H in (1,1,50) do (type test.txt | convert.exe label:@- test%%H.png)
Can you help me?C:\Program Files\ImageMagick-6.8.2-Q16>bugIM.bat >> output.txt (In this test we get 5 errors)
convert.exe: no images defined `test7.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test19.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test22.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test38.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test44.png' @ error/convert.c/ConvertImageCommand/3068.
C:\Program Files\ImageMagick-6.8.2-Q16>bugIM.bat >> output.txt (In this test we get 6 errors)
convert.exe: no images defined `test8.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test13.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test27.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test31.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test37.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test39.png' @ error/convert.c/ConvertImageCommand/3068.
C:\Program Files\ImageMagick-6.8.2-Q16>bugIM.bat >> output.txt (In this test we get 9 errors)
convert.exe: no images defined `test2.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test8.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test16.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test18.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test25.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test28.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test35.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test49.png' @ error/convert.c/ConvertImageCommand/3068.
convert.exe: no images defined `test50.png' @ error/convert.c/ConvertImageCommand/3068.
I have looked at the forums with no results.
I don't use antivirus.
Thanks a lot.