Search found 9 matches

by SoCal Waite
2014-11-18T18:49:04-07:00
Forum: Users
Topic: Need some help perfecting IM as a script
Replies: 16
Views: 6805

Re: Need some help perfecting IM as a script

My head is hurting again. I tried the convert -list font and got a mile long list of fonts that I could only see about 1/16th of once it finished. Now I found a picture that someone posted with a list of fonts that IM supposedly recognizes. However about 1/3rd of that list breaks the job. From many ...
by SoCal Waite
2014-11-15T10:22:21-07:00
Forum: Users
Topic: Need some help perfecting IM as a script
Replies: 16
Views: 6805

Re: Need some help perfecting IM as a script

Guys I had to get some local help to understand what my issue was. Thank you so much for your help. My issue was that I am using IM inside WinAutomation, and that is why you guys weren't understanding my code (part of the script) and I wasn't understanding your because I had never used CMD to test ...
by SoCal Waite
2014-11-12T16:41:41-07:00
Forum: Users
Topic: Need some help perfecting IM as a script
Replies: 16
Views: 6805

Re: Need some help perfecting IM as a script

Here is another idea that I just had, I can easily resize the pictures to correctly fit the "banner", and then resize the output file to fit randomly within a variable. Would this be any easier?
by SoCal Waite
2014-11-12T12:11:23-07:00
Forum: Users
Topic: Need some help perfecting IM as a script
Replies: 16
Views: 6805

Re: Need some help perfecting IM as a script

Would be this be the correct string? ('identify -verbose -ping -format "%%[fx:w]" "{FOLDER05}"') "{FOLDER05}" -composite "{FOLDER10}" (SET /A "width=%%#") -gravity North -composite "{Output_File}" Sorry for not understanding this better, I am not a programmer, I am in a little over my head.
by SoCal Waite
2014-11-10T15:31:21-07:00
Forum: Users
Topic: Need some help perfecting IM as a script
Replies: 16
Views: 6805

Re: Need some help perfecting IM as a script

Trying to decipher this, and here is what I came up with: C:\ImageMagick\convert.exe ^('identify -verbose -ping -format "%%[fx:w]" "{FOLDER05}"'^) -gravity Center -composite "{FOLDER10}" -resize ^(SET /A "width=%%#"^) -gravity North -composite "{Output_File}" But this to doesn't work, and my head ...
by SoCal Waite
2014-11-10T13:01:51-07:00
Forum: Users
Topic: Need some help perfecting IM as a script
Replies: 16
Views: 6805

Re: Need some help perfecting IM as a script

I am using windows Dos commands to use IM. It is hard to convert from PHP, I will see if I can find a way to translate.
by SoCal Waite
2014-11-10T11:45:46-07:00
Forum: Users
Topic: Need some help perfecting IM as a script
Replies: 16
Views: 6805

Re: Need some help perfecting IM as a script

So the "Visit us at" text in both images is a .png overlay. I have several of them and they are all the same size. I have hundreds of bed pictures that are all different sizes, and I need to keep them in their original size. I need IM to re-size the text images to fit the bed pictures. http://i1252 ...
by SoCal Waite
2014-11-10T10:04:41-07:00
Forum: Users
Topic: Need some help perfecting IM as a script
Replies: 16
Views: 6805

Re: Need some help perfecting IM as a script

Thanks. I think I am using IM a little bit differently than most on here, hence my lack of example. But Let me give his a shot. First I am trying to put a fixed size text image on top of several different size pictures. I have hundreds of images that are all different sizes, from 450x300 to ...
by SoCal Waite
2014-11-07T20:04:37-07:00
Forum: Users
Topic: Need some help perfecting IM as a script
Replies: 16
Views: 6805

Need some help perfecting IM as a script

I am pretty new to IM, I have a little experience, but it is mainly simple scripts. I have some ideas on image development through IM, but execution is where I fall short. If you are feeling charitable and have 20-30 minutes to burn with me on Skype IMing or even a phone call please let me know. My ...