Search found 2 matches

by manateemermaid
2012-07-07T11:48:28-07:00
Forum: Users
Topic: [Solved] Color modification of multiple images
Replies: 3
Views: 4722

Re: Color modification of multiple images

Thanks, fmw42, your answer was very helpful.
The images are black to white to alpha, so they have a white "outline", which blurs to transparency. I got it working the way I wanted by putting each command into parentheses and switching from one color to two colors, which looks like this now ...
by manateemermaid
2012-07-06T17:21:01-07:00
Forum: Users
Topic: [Solved] Color modification of multiple images
Replies: 3
Views: 4722

[Solved] Color modification of multiple images

Dear Forums,

I am trying to create text by adding letter by letter after one another. Each letter is contained in a separate file.
Building words works, but I have problems coloring each single letter.

So for writing "AB" my imgmagick code looks similar to this:

convert -gravity West -size ...