it's working now
i don't know what to say you made me happy, thank you snibgo i wish you great life
thanks fmw42 too
Search found 5 matches
- 2018-09-07T03:47:15-07:00
- Forum: Users
- Topic: Append an .png to several tif files
- Replies: 8
- Views: 4559
- 2018-09-07T03:00:16-07:00
- Forum: Users
- Topic: Append an .png to several tif files
- Replies: 8
- Views: 4559
Re: Append an .png to several tif files
Okay, so you want the same image, say photo.png, to be added as an image to the end of the images in each tiff. I would put the command Fred showed and put it in a "for" loop, like this: for %F in (*.tiff) do magick %F photo.png %F That command should work if typed at the CMD command line. If you ...
- 2018-09-06T23:04:45-07:00
- Forum: Users
- Topic: Append an .png to several tif files
- Replies: 8
- Views: 4559
Re: Append an .png to several tif files
thanks fmw42 for yor reply i'm using windows 8.1 ImageMagick-7.0.8-11-portable-Q16-x86 i tried the code that you wrote before but this code need exactly the names of the files to be static i tried also this one magick.exe convert test.tif flag.png test.tif but its the same issue i want the code to ...
- 2018-09-06T17:57:23-07:00
- Forum: Users
- Topic: Append an .png to several tif files
- Replies: 8
- Views: 4559
Re: Append an .png to several tif files
thanks snibgo for your replay 1st you know that 1 tif image can has images inside it, i want to add an external image to be at the end of theses for example image.tif has inside it 4 images i want to add an external one lets say photo.png so after the merging i will have image.tif that have 5 images ...
- 2018-09-06T17:01:46-07:00
- Forum: Users
- Topic: Append an .png to several tif files
- Replies: 8
- Views: 4559
Append an .png to several tif files
hi all
i need a command line (.bat) using magick.exe to attach an image to a tif
lets say:
i have a folder of Tif images and i want to attach a .png image to each tif image and each tif image stay with the same name
i hope you got what i mean.
windows 8.1
ImageMagick-7.0.8-11-portable-Q16-x86
i need a command line (.bat) using magick.exe to attach an image to a tif
lets say:
i have a folder of Tif images and i want to attach a .png image to each tif image and each tif image stay with the same name
i hope you got what i mean.
windows 8.1
ImageMagick-7.0.8-11-portable-Q16-x86