Search found 1 match
- 2016-11-21T00:58:45-07:00
- Forum: Users
- Topic: Using -write to output to multiple files
- Replies: 1
- Views: 2205
Using -write to output to multiple files
I'm trying to convert a multiframe tiff file into single file pngs and also create thumbnails at the same time. convert +adjoin image.tif -write image%0d.png -thumbnail 1000 thumb%0d.png With this code i get a thumbnail for each of the frames but I only get the first frame for the converted file ...