Sorry for the lack of informations.
I'm on windows 10 with ImageMagick-7.0.5-9-Q16-x64.
Search found 2 matches
- 2017-05-30T23:25:56-07:00
- Forum: Users
- Topic: using draw with alpha
- Replies: 4
- Views: 4265
- 2017-05-30T07:34:53-07:00
- Forum: Users
- Topic: using draw with alpha
- Replies: 4
- Views: 4265
using draw with alpha
Hello, I'm trying to find a "singleline" command to draw a rectangle in the alpha channel. This work in the rgb channel : -alpha opaque -fill 'rgba( 0, 0, 0 , 0.5 )' -draw 'rectangle 66,50 200,150' This work in the alpha channel : -alpha opaque -fill 'rgba( 0, 0, 0 , 0.5 )' -draw 'alpha 4,4 point' I ...