Search found 5 matches

by TomTomek
2019-06-06T00:55:05-07:00
Forum: Users
Topic: Good command-line but Batch conversion not working?
Replies: 1
Views: 3149

Good command-line but Batch conversion not working?

Hey I have this command that works and does exactly what I need. But I noticed that when I try to convert it to files automatically (I wrote a GUI for this purpose) a problem arises. My command looks as follows. magick.exe -density 400 "C:\SourceFile.tif"[0] -alpha remove -sample 3500x3500...
by TomTomek
2018-02-28T12:32:43-07:00
Forum: Users
Topic: [SOLVED]Add border only on bottom and calculate height from width of image
Replies: 6
Views: 4594

Re: Add border only on bottom and calculate height from width of image

I am very sorry, but my English is not as good as I would like (I'm still learning). Anyway, You understood well what I meant :) Thank you very much for the answer. I'm writing a program for my institution that uses IM as a image converter (we have a lot of them). Well to be honest it's rather GUI a...
by TomTomek
2018-02-28T07:45:19-07:00
Forum: Users
Topic: [SOLVED]Add border only on bottom and calculate height from width of image
Replies: 6
Views: 4594

Re: Add border only on bottom and calculate height from width of image

@GeeMack Thank You for your answer :) Maybe I'll need this in the future. I don't want to (or maybe I should?) make another topic so I'll ask here. I need to add a second image to the source image at the bottom but would like the second image to be scaled in this way: second image = 0.35 * width of...
by TomTomek
2018-02-28T05:47:28-07:00
Forum: Users
Topic: [SOLVED]Add border only on bottom and calculate height from width of image
Replies: 6
Views: 4594

Re: Add border only on bottom and calculate height from width of image

Ok it works... I guess I needed to use magick.exe instead of convert :P My bad. Thank You Sir! Works like a charm :)
by TomTomek
2018-02-28T02:35:19-07:00
Forum: Users
Topic: [SOLVED]Add border only on bottom and calculate height from width of image
Replies: 6
Views: 4594

[SOLVED]Add border only on bottom and calculate height from width of image

Since I'm new here I would like to say Hello :) What I need is to add black border at bottom of my image. But I need that the height of that added border/stripe to be calulated from the width of ma original image. For example mi image is 3500x4000. I need to add 5% of width of my image to the bottom...