Search found 2 matches

by soulburner
2014-04-05T02:19:17-07:00
Forum: Users
Topic: Split RGB+alpha and compose back
Replies: 2
Views: 5237

Re: Split RGB+alpha and compose back

Ahhh.... I've just updated imagemagick and it works fine now... Thank you :)
by soulburner
2014-04-04T13:14:57-07:00
Forum: Users
Topic: Split RGB+alpha and compose back
Replies: 2
Views: 5237

Split RGB+alpha and compose back

I'm getting a little crazy here... I want to do simple thing. 1. split my transparent PNG into 2 images - RGB + grayscale alpha (do something) 2. compose them back So, for now I don't do anything between steps 1 and 2, but it doesn't work. My code is: convert in.png -channel Alpha -separate a.png ...