Well that worked! Thank you very much.
I need to read up on -clone and -swap, it seems.
Again, my thanks.
Search found 4 matches
- 2017-11-08T13:00:52-07:00
- Forum: Users
- Topic: adding text to just one page of a multiple page TIFF
- Replies: 9
- Views: 12211
- 2017-11-08T12:34:47-07:00
- Forum: Users
- Topic: adding text to just one page of a multiple page TIFF
- Replies: 9
- Views: 12211
Re: adding text to just one page of a multiple page TIFF
(running this on a Windows 7 PC, version=7.-.7-10 q16) Thank you. Could you elaborate on this: " When you want to operate on only one image, start a new list with "(", clone the one you want, give your operation, and close that list with ")". Sorry, I'm brand spanking new with imagemagick, and this ...
- 2017-11-08T11:30:36-07:00
- Forum: Users
- Topic: adding text to just one page of a multiple page TIFF
- Replies: 9
- Views: 12211
Re: adding text to just one page of a multiple page TIFF
I'd like to add that the command:
magick identify image1.tif
shows four pages, image1.tif[0] .. image1.tif[3].
If I repeat my original command with [0] appended to the name of the file, I get this error:
convert: no such image 'image1.tif' @error/mogrify.c/mogrifyImageList/8786
magick identify image1.tif
shows four pages, image1.tif[0] .. image1.tif[3].
If I repeat my original command with [0] appended to the name of the file, I get this error:
convert: no such image 'image1.tif' @error/mogrify.c/mogrifyImageList/8786
- 2017-11-08T11:09:47-07:00
- Forum: Users
- Topic: adding text to just one page of a multiple page TIFF
- Replies: 9
- Views: 12211
adding text to just one page of a multiple page TIFF
Hello! I have this command down to do 99% of what I need. magick convert image1.tif +swap -gravity northwest -annotate +150+275 "new text added" output.tif image1.tif is a multiple page tiff with four pages. The above command is putting the text at the exact spot I want, but unfortunately on all ...