Search found 9 matches

by imagegem
2013-04-25T13:59:18-07:00
Forum: Users
Topic: grey (gray) alpha mask to get perfect 50% transparency
Replies: 10
Views: 8254

Re: grey (gray) alpha mask to get perfect 50% transparency

snibgo wrote:
eg bottom pixel 50% transparent (ergo 50% opaque)
top pixel 50% transparent (ergo 50% opaque)
result i want: 0% transparent, 100 opaque.
Make the bottom pixel opaque. Job done.
Thanks Snibgo and all others who helped here.
by imagegem
2013-04-25T12:31:25-07:00
Forum: Users
Topic: grey (gray) alpha mask to get perfect 50% transparency
Replies: 10
Views: 8254

Re: grey (gray) alpha mask to get perfect 50% transparency

cool, thanks for help, i have got it to work like this make wizard jpg curl http://www.imagemagick.org/image/wizard.png > wizard.png convert wizard.png wizard.jpg make 1 gradient convert -size 1468x1104 gradient:'white-black' -rotate 90 -set colorspace RGB -colorspace gray -gamma 2.2 r2l.jpg make 2 ...
by imagegem
2013-04-25T11:35:11-07:00
Forum: Users
Topic: grey (gray) alpha mask to get perfect 50% transparency
Replies: 10
Views: 8254

Re: grey (gray) alpha mask to get perfect 50% transparency

Have you tried convert ORIGINAL.JPG -alpha set -channel a -evaluate set 50% +channel PNG32:IMAGE_ALPHA.PNG fmw42, thank you, that would work for a flat, constant 50%, but I need to create graduated fades as masks. My example was just trying to solve 50% for convenience. I need to solve for every ...
by imagegem
2013-04-25T07:01:27-07:00
Forum: Users
Topic: grey (gray) alpha mask to get perfect 50% transparency
Replies: 10
Views: 8254

Re: grey (gray) alpha mask to get perfect 50% transparency

thanks for taking the time to help. silly me regarding the IM version etc. I'm am using 6.8.0-7 from macports. Unfortunately I can't use the 50% transparency you suggest, because what I'm actually trying to do is create a black-grey-white graduated fade to be used as the alpha. For example on image ...
by imagegem
2013-04-25T05:28:04-07:00
Forum: Users
Topic: grey (gray) alpha mask to get perfect 50% transparency
Replies: 10
Views: 8254

grey (gray) alpha mask to get perfect 50% transparency

Hello all I am trying to get 50% transparency using an alpha mask. I have created a grey jpg for my alpha that uses rgb 127 values. I am using this technique: convert ORIGINAL.JPG -background none -alpha Off GREY.JPG -compose CopyOpacity -composite PNG32:IMAGE_ALPHA.PNG But the grey i use is not ...
by imagegem
2010-10-31T22:29:29-07:00
Forum: Users
Topic: im_fx_curves.pl
Replies: 9
Views: 16597

Re: im_fx_curves.pl

thank you anthony
by imagegem
2010-10-30T12:10:07-07:00
Forum: Users
Topic: im_fx_curves.pl
Replies: 9
Views: 16597

Re: im_fx_curves.pl

Thank you bonzo and fmw42 for taking the time to help me.

fmw42 I have got that shell script working. I am going to abandon the perl script. I will mess around with it now and hopefully come up with the results i am after.

Thank you once again.
by imagegem
2010-10-30T11:47:15-07:00
Forum: Users
Topic: im_fx_curves.pl
Replies: 9
Views: 16597

Re: im_fx_curves.pl

Nope Bonzo, I see none. My perl script is exactly the same as this one, bar the path to perl
http://www.imagemagick.org/Usage/script ... _curves.pl
by imagegem
2010-10-30T11:14:52-07:00
Forum: Users
Topic: im_fx_curves.pl
Replies: 9
Views: 16597

im_fx_curves.pl

Hello all I am battling with the im_fx_curves.pl script provided on the imagemagick site. this is a perl script that allows you to make adjustments similar to photoshop curves: http://www.imagemagick.org/Usage/scripts/im_fx_curves.pl the only modification I have made to the script is changing the ...