Search found 2 matches

by pksingh_alld
2015-06-02T04:07:37-07:00
Forum: Users
Topic: background transparency problem
Replies: 2
Views: 1404

Re: background transparency problem

its not a matter what is output format... i wants to apply opacity on heart.png and outcome of that write on output file(jpg or png). my problem is I don't wants opacity on transparent area. by default its assumes black background and applied opacity on whole area in place of graphics only. I can ...
by pksingh_alld
2015-06-02T02:47:06-07:00
Forum: Users
Topic: background transparency problem
Replies: 2
Views: 1404

background transparency problem

I'm using following command with transparent png image "heart.png" has black background when applied opacity in -draw command. convert -size 500x500 xc:white -draw "translate 225,250 opacity 0.5 image over -200,-150 450,300 'heart.png'" output.jpg Can anyone help me in this please?