From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020408 Description of problem: When converting a series of jpeg files using the command 'convert +adjoin frame_*.jpeg frame_%02d.pnm' one frame is produced and the program exits. This seems to be a problem with the ImageMagick-5.4.3.11-1 distribution as the same command with convert from ImageMagick-5.3.8-3 included in RedHat-7.2 seems to work fine. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Create series of jpeg files. 2.Issue 'convert +adjoin frame_*.jpeg frame_%02d.pnm' (the frame_ is the prefix when I make the images with the * being an increase in number). Actual Results: One file is created. Expected Results: One file for each jpeg is created, ie, if I have 20 jpeg files, 10 pnm files should be created. Additional info:For me, this problem essentially renders convert unusable.
Under expected results, that should be 20 pnm files made from 20 jpegs. Sorry about the confusion if there was any.
Please try to reproduce this against a supported release and reopen if you can.