Search found 4 matches

by green_meep
2017-01-30T11:04:47-07:00
Forum: Users
Topic: Embed images in text
Replies: 9
Views: 6103

Re: Embed images in text


IM does not have any emoticon or color symbols as a font. So any image and the text on either side needs to be planned out.

You can create three images. The first is a text image create from "I am some text" using the IM function label:"I am some text". The second is your emoticon. The third is ...
by green_meep
2017-01-30T10:42:28-07:00
Forum: Users
Topic: Embed images in text
Replies: 9
Views: 6103

Re: Embed images in text

Thanks for your response.

My IM version: 6.9.7-3 Q16 x64, on Windows 10.

Essentially, I would like to treat an image as just another character, where it can be anywhere in a block of text and have the text wrapped around it. So, basically an emoticon, really.
http://i.imgur.com/SK8OAyh.png ...
by green_meep
2017-01-30T10:13:28-07:00
Forum: Users
Topic: Embed images in text
Replies: 9
Views: 6103

Embed images in text

Hello,

I am using RMagick on Windows to render cards. Apologies if this is not the correct subforum, but I couldn't find one that was for RMagick.

I have to use ImageMagick <7.0 because that is what RMagick supports and I am using the latest version that I could find - I believe 6.9.

I want to ...
by green_meep
2012-08-23T07:30:19-07:00
Forum: Users
Topic: Where does each parameter/argument go?
Replies: 2
Views: 3916

Where does each parameter/argument go?

Hey all,

Bit of a noobish question here, but I'd like to know where each argument goes. For example, I spent hours finding a command that did something simple like masking an image with a black and white mask:

convert foo.png mask.png -alpha off -compose copy_opacity -composite bar.png


Foo.png ...