I can't find how to add a "SOLVED" tag to this topic!!
It's not in the FAQ, neither in the "Read this first before posting a new topic" post...
Somebody know how to tag a topic as "SOLVED" ?
I just add it in the title (but I don't know if it's the correct way to do it)
Search found 7 matches
- 2014-09-17T11:09:06-07:00
- Forum: Users
- Topic: [SOLVED]Dynamic append
- Replies: 13
- Views: 4008
- 2014-09-17T11:01:25-07:00
- Forum: Users
- Topic: [SOLVED]Dynamic append
- Replies: 13
- Views: 4008
Re: Dynamic append
Hi guys,
It went faster than I thought.
I just succeed to finish a script that read the files, add them by height, then prepare the command lines I will need to put inside IM.
Thanks again.
It went faster than I thought.
I just succeed to finish a script that read the files, add them by height, then prepare the command lines I will need to put inside IM.
Thanks again.
- 2014-09-15T12:31:56-07:00
- Forum: Users
- Topic: [SOLVED]Dynamic append
- Replies: 13
- Views: 4008
Re: Dynamic append
I'll try to do it both ways, probably one way will seem easier for me... I'll look at it next week. Thanks all of you for your ideas and advises. (The problem is that the command line "convert -append" in a terminal is a little bit different than the code lines in perl. I'll have to check this out ...
- 2014-09-14T12:00:06-07:00
- Forum: Users
- Topic: [SOLVED]Dynamic append
- Replies: 13
- Views: 4008
Re: Dynamic append
I think this is the way I'm going to do it, I have a small idea how to code that in perl.fmw42 wrote:You should be able to write a script that appends each image, then checks the current height and next image height and adds them. Then if less than your desired height, add the new one.
Thank you guys.
- 2014-09-14T11:57:42-07:00
- Forum: Users
- Topic: [SOLVED]Dynamic append
- Replies: 13
- Views: 4008
Re: Dynamic append
Snibgo: thanks for your answer, but your command lines are not dynamic at all, ... You've misunderstood snibgo's answer. While the command-line script itself is static, it is a one-time-use script that you generate with a dynamic script (shell, perl, or whatnot). So you'd do something like gen ...
- 2014-09-14T05:13:35-07:00
- Forum: Users
- Topic: [SOLVED]Dynamic append
- Replies: 13
- Views: 4008
Re: Dynamic append
Hello, Here is a drawing (with another example of 6 png files) of what I want to do. https://docs.google.com/file/d/0B3fAjPxiC1cpV0JnTFdlYWItWTA/edit https://docs.google.com/file/d/0B3fAjPxiC1cpV0JnTFdlYWItWTA/edit I'm using fedora 20, perl 5 (v5.16.3) and ImageMagick 6.7.8-9 2013-03-10. I'm working ...
- 2014-09-13T15:12:06-07:00
- Forum: Users
- Topic: [SOLVED]Dynamic append
- Replies: 13
- Views: 4008
[SOLVED]Dynamic append
Hello, I have a first program which creates a Repository (/home/working) containing multiples png files. Each png file represent an exercice (I teach chemistry). I succeed to write in each filename the dimensions of the image. For instance, I have my Repository with: /home/working/exo1#2400#816.png ...