Search found 3 matches

by Doomme
2016-04-01T04:49:31-07:00
Forum: Users
Topic: Convert multiple files for the same code
Replies: 4
Views: 6783

Re: Convert multiple files for the same code

snibgo wrote:Your input filles have names like RHModern1.jpg, RHModern2.jpg, RHModern10.jpg, and so on. You need leading zeroes so the sort order is what you want: RHModern001.jpg, RHModern002.jpg, RHModern010.jpg, etc.
Offcourse, you're right!

@snibgo; @GeeMack, you guys saved my day, Thank you so much!
by Doomme
2016-03-31T22:50:23-07:00
Forum: Users
Topic: Convert multiple files for the same code
Replies: 4
Views: 6783

Re: Convert multiple files for the same code

Firstly, thank you!
That's exactly what i want, but i have some issue with this code:

With 8 image, it work totally perfect.
http://i.imgur.com/sFCgNMv.png?1

But when im apply for a hundred photos, it's gonna combine like this:
http://i.imgur.com/YnZ1Z0u.jpg?1

I thought that, Your code work ...
by Doomme
2016-03-31T11:16:01-07:00
Forum: Users
Topic: Convert multiple files for the same code
Replies: 4
Views: 6783

Convert multiple files for the same code

Hi guys,

I'm a newbie. I don't know how to coding, and i'm using imagemagick in window x64.
So, please make the answer clear and easy to understand, thanks!

Here is my question,
i have 3000 images (They are 1500 pages of the ebook) and that are the same size. I need to combine them in pairs ...