convert: 410: Missing an image filename: unknown

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

The -adjoin option is enabled by default so it is not necessary. Did you try your command from the command line:
  • convert image1.tif image2.tif image.tif
Does that work? You could try upgrading to the latest release of ImageMagick, 6.2.8-0.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

You want to append-- perhaps you want to use the -append option.
Post Reply