Search found 10 matches
- 2011-05-24T04:47:06-07:00
- Forum: Users
- Topic: Flatten or merge removes image. Help!!
- Replies: 18
- Views: 26546
Re: Flatten or merge removes image. Help!!
Anthony, I took your last suggestion and finally got the result I desired! http://cl.ly/3V3g3Y263f1q0q2E132V/audio_meter.png Your solution is elegant and your IM knowledge humbling. My thanks to both you and Fred. From what I've seen around the forum both your names come up recurringly and almost ...
- 2011-05-23T14:46:40-07:00
- Forum: Users
- Topic: Flatten or merge removes image. Help!!
- Replies: 18
- Views: 26546
Re: Flatten or merge removes image. Help!!
Fred, you are an IM god amongst men!
Thanks to your help I have finally managed to produce the end result I was aiming for. Now all I need is some fine tuning and I'm set to go.
Thanks so much for your prompt help!
Cheers,
Pedro
Thanks to your help I have finally managed to produce the end result I was aiming for. Now all I need is some fine tuning and I'm set to go.
Thanks so much for your prompt help!
Cheers,
Pedro
- 2011-05-23T13:31:58-07:00
- Forum: Users
- Topic: Flatten or merge removes image. Help!!
- Replies: 18
- Views: 26546
Re: Flatten or merge removes image. Help!!
Awesome mate!!! That did the trick!
Could I be so bold as to ask for an explanation of what was going wrong and what exactly the fix does.
Cheers and thanks so much for your help!
PL
Could I be so bold as to ask for an explanation of what was going wrong and what exactly the fix does.
Cheers and thanks so much for your help!
PL
- 2011-05-23T12:39:58-07:00
- Forum: Users
- Topic: Flatten or merge removes image. Help!!
- Replies: 18
- Views: 26546
Re: Flatten or merge removes image. Help!!
I've tried compositing the images, but I'm trying to do it all in one go. This is to be dynamically scripted with a high refresh rate so I need to avoid creating excessive temp files. The write arc1.png arc2.png are just to see what is being created along the way. But if all else fails then yeah, I ...
- 2011-05-23T11:18:36-07:00
- Forum: Users
- Topic: Flatten or merge removes image. Help!!
- Replies: 18
- Views: 26546
Re: Flatten or merge removes image. Help!!
Hi, Thanks again for your guidance. As per your suggestion, here it is again with result from write and step by step guide. convert -respect-parenthesis -size 150x150 xc:none \ \( -clone 0 -fill none -stroke black -strokewidth 1 -draw "arc 10,10 130,130 102,280" -channel RGBA -blur 0x4 -write arc1 ...
- 2011-05-23T10:07:25-07:00
- Forum: Users
- Topic: Flatten or merge removes image. Help!!
- Replies: 18
- Views: 26546
Re: Flatten or merge removes image. Help!!
Let me take this oportunity to say thanks for showing me a better way of creating the various layers
- 2011-05-23T10:05:26-07:00
- Forum: Users
- Topic: Flatten or merge removes image. Help!!
- Replies: 18
- Views: 26546
Re: Flatten or merge removes image. Help!!
Hi, Thanks for your quick reply. I'm trying to recreate this http://cl.ly/433G2c4212442W2k2w2j/13.png using IM. Your code renders this result on my current machine (Will test on another later tonight) http://cl.ly/0A361v3J0q2b2G1d2v1K/arc.png I've managed to get a decent result, very close to the ...
- 2011-05-23T07:45:52-07:00
- Forum: Users
- Topic: Flatten or merge removes image. Help!!
- Replies: 18
- Views: 26546
Flatten or merge removes image. Help!!
Hey all. I'm coming along further with my IM experiments. One thing bugging me though. I've followed a few examples and have managed to create the effect I desired. The only downside so far is that when I flatten the layers I lose tranaparent background. My code so far is this: convert -size 150x150 ...
- 2011-05-23T04:40:16-07:00
- Forum: Users
- Topic: COrrect way to apply filter to only one layer
- Replies: 1
- Views: 2886
Re: COrrect way to apply filter to only one layer
Sorry to all if I wasted any of your time. It seems that after a little more searching I found something that got me further along
viewtopic.php?f=1&t=17911
Now on with the testing
Cheers,
PL
viewtopic.php?f=1&t=17911
Now on with the testing
Cheers,
PL
- 2011-05-23T04:29:29-07:00
- Forum: Users
- Topic: COrrect way to apply filter to only one layer
- Replies: 1
- Views: 2886
COrrect way to apply filter to only one layer
Hi all IM gurus. I'm rather new to this so please bear with me. I have gone through the usual search but didn't find anything to point me in the right direction. I'm basicly try to draw a few strokes layered atyop of each other. Eacj with their own filter/effect but haven't yet managed. I'll ...