Great news, thanks for the quick reply and action !
cheers,
Robert
Search found 7 matches
- 2012-06-29T13:19:45-07:00
- Forum: Bugs
- Topic: 6.6.0-1: drawing issues with rectangle stroke
- Replies: 14
- Views: 26825
- 2012-06-28T21:53:30-07:00
- Forum: Bugs
- Topic: 6.6.0-1: drawing issues with rectangle stroke
- Replies: 14
- Views: 26825
Re: 6.6.0-1: drawing issues with rectangle stroke
This bug appears to have resurfaced. I am using: Version: ImageMagick 6.7.7-9 2012-06-25 Q16 http://www.imagemagick.org on Debian Sid. Example command from the todisc script: convert -size 96x64+5+5 xc:none +antialias -fill none -stroke '#DE7F7C' -strokewidth 4 -draw @draw_file -resize 96x64! select ...
- 2010-04-15T19:06:12-07:00
- Forum: Users
- Topic: using Radial Flare for a mask
- Replies: 12
- Views: 46773
Re: using Radial Flare for a mask
Awesome, thanks Fred. I will be using the code you provided in your script in a script that makes DVD's from provided files: todisc from the tovid suite. http://tovid.wikia.com (with attribution to you and Anthony Thyssen of course). It will be one of the -thumb-shape options and looks really good ...
- 2010-04-15T06:39:57-07:00
- Forum: Users
- Topic: using Radial Flare for a mask
- Replies: 12
- Views: 46773
Re: using Radial Flare for a mask
Thanks, that is what I wanted. Unless I am missing something, it appears to work fine with the image produced by your starburst script without modification. Though there appears to be a lot of empty space around the image that a -trim +repage doesn't affect, so perhaps that is what you meant ...
- 2010-04-14T20:34:12-07:00
- Forum: Users
- Topic: using Radial Flare for a mask
- Replies: 12
- Views: 46773
Re: using Radial Flare for a mask
Thanks for your reply. I wanted something like the example I gave using rose: in my 1st post. composite -compose CopyOpacity flare_1_final.png +matte \( rose: -resize 100x100! \) out.png http://phebehouse.dyndns.org/im-posts/out.png So that the image takes the shape of the flare. But what I would ...
- 2010-04-14T11:28:24-07:00
- Forum: Users
- Topic: using Radial Flare for a mask
- Replies: 12
- Views: 46773
Re: using Radial Flare for a mask
Thanks for your reply. In this case I don't see how that would work. Here is the command from the Usage page: convert -size 100x1 xc: +noise Random -channel G -separate +channel \ -scale 100x100\! \( -size 100x100 gradient: -sigmoidal-contrast 8x50% \) \ -compose hardlight -composite -virtual-pixel ...
- 2010-04-14T06:59:06-07:00
- Forum: Users
- Topic: using Radial Flare for a mask
- Replies: 12
- Views: 46773
using Radial Flare for a mask
Hi all, first post ... While reading http://www.imagemagick.org/Usage/advanced/#stars , it occurred to me that the first example radial flare would make an excellent mask for a thumb shape (flare_1_final.png). I wasn't sure if it was the right combination of color for a mask, but it appears to work ...