Search found 5 matches

by drdaanger
2019-05-21T05:42:00-07:00
Forum: Users
Topic: Elongated “Shadow” Script
Replies: 5
Views: 4987

Re: Elongated “Shadow” Script

This is exactly what I was looking for. Thanks!
by drdaanger
2019-05-16T11:07:56-07:00
Forum: Users
Topic: Elongated “Shadow” Script
Replies: 5
Views: 4987

Re: Elongated “Shadow” Script

In posting my reply, I discovered what my problem was (-motion-blur was adding stuff if -virtual-pixel was left to default and the icon was on an edge), but I'm still interested in hearing if there’s a better way of doing this part of the operation, specifically in setting the sigma value for the -m...
by drdaanger
2019-05-15T12:27:57-07:00
Forum: Users
Topic: Elongated “Shadow” Script
Replies: 5
Views: 4987

Elongated “Shadow” Script

I am trying to duplicate the shadow effect seen on the green icon here: https://developer.android.com/google-play/resources/icon-design-specifications/images/rounded-corners-applied.png using command line imagemagick, version 7.0.8-34 on Mac. The drop shadow is pretty straightforward with -shadow co...
by drdaanger
2019-01-11T09:17:34-07:00
Forum: Bugs
Topic: Possible bug with -compose Dst-Out -composite
Replies: 3
Views: 7061

Re: Possible bug with -compose Dst-Out -composite

Bingo! So, is what I found considered a "bug" with specifying the alpha channel as a workaround or is what I found an actual bug? My impression of DST OUT is that it should just be a destination with multiplied alpha channel from source.
by drdaanger
2019-01-11T08:10:34-07:00
Forum: Bugs
Topic: Possible bug with -compose Dst-Out -composite
Replies: 3
Views: 7061

Possible bug with -compose Dst-Out -composite

Version: ImageMagick 7.0.8-16 Q16 x86_64 2018-12-10 https://imagemagick.org MacOS 10.12.6 Command: magick -size "120x120" xc:white \( -size "120x120" xc:none -fill black -draw "circle 60,60 60,10" \) -alpha Set -compose Dst-Out -composite round_mask.png Expected result:...