Search found 2 matches
- 2016-10-07T05:19:43-07:00
- Forum: Users
- Topic: replicating inner glow of flash
- Replies: 4
- Views: 2298
Re: replicating inner glow of flash
Hi Snibgo, Thank you for your reply! We are trying to replicate the following filter of AS: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/filters/GlowFilter.html An example can be seen at the following link: http://www.republicofcode.com/tutorials/flash/as3filters/ We are ...
- 2016-10-05T06:55:54-07:00
- Forum: Users
- Topic: replicating inner glow of flash
- Replies: 4
- Views: 2298
replicating inner glow of flash
Hi! Thank you for your time! We are trying to replicate the inner glow filter of Flash AS3. We have an AS3 script that applies inner glow to an image. But we want to use the same parameters to be able to replicate in ImageMagick. Is that possible? We are using the following script: convert \( -size ...