chess board in a circle
Posted: 2013-04-17T06:21:59-07:00
Do not resurrect old topics for a new problem, post split to new topic -- Ant
I drew a chessboard using
convert -size 8x8 pattern:gray50 -scale 10100% chessboard.png
Then I drew a circle over it
convert.exe chessboard.jpg -fill none -stroke red -draw "circle 353,253 504,201" my-icon.jpg
Now I want that circle to appear as 3d .
it is something about alpha channel inside area covered by circle . Still , I am not able to find a way ?
Please help.
Thank You.
I drew a chessboard using
convert -size 8x8 pattern:gray50 -scale 10100% chessboard.png
Then I drew a circle over it
convert.exe chessboard.jpg -fill none -stroke red -draw "circle 353,253 504,201" my-icon.jpg
Now I want that circle to appear as 3d .
it is something about alpha channel inside area covered by circle . Still , I am not able to find a way ?
Please help.
Thank You.