I think i sort of have it working,
The images have dynamic parameters after them and i dont think the command line likes it ,
Any ideas?
EDIT: I tried adding quotes around the url but then i get,
error : Unknown IO error
Segmentation fault
Search found 3 matches
- 2013-10-12T17:27:05-07:00
- Forum: Users
- Topic: Combine 14 images into one
- Replies: 7
- Views: 4084
- 2013-10-12T17:21:15-07:00
- Forum: Users
- Topic: Combine 14 images into one
- Replies: 7
- Views: 4084
Re: Combine 14 images into one
Thanks for your reply fmw42, Im still getting used to the unix syntax, Do i just keep putting them like this?, convert "http://www.somedomain.com/...image1.png" \ "http://www.somedomain.com/...image2.png" \ "http://www.somedomain.com/...image3.png" \ "http://www.somedomain.com/...image4.png" \ "http ...
- 2013-10-12T17:02:35-07:00
- Forum: Users
- Topic: Combine 14 images into one
- Replies: 7
- Views: 4084
Combine 14 images into one
Hello, I have tried finding a solution to this on my own but i cant work it out im really sorry to bother you guys with this, I have 14 transparent png files that are dynamicly generated, i want to fetch all of them from their url with imageMagick and combine them into just 1 jpeg image, I am using ...