This is what i want to achieve:
The transparent pixels in the source image should stay transparent
(Sorry for my vague descriptions before)
Search found 3 matches
- 2016-07-12T08:07:50-07:00
- Forum: Users
- Topic: Clip PNG with an image mask
- Replies: 5
- Views: 2888
- 2016-07-12T03:54:24-07:00
- Forum: Users
- Topic: Clip PNG with an image mask
- Replies: 5
- Views: 2888
Re: Clip PNG with an image mask
Ok, my fault! But if i remove the command "alpha -Off" the transparent part in the source image is getting black. So how can i preserve the transparency in the source image?
- 2016-07-07T08:44:50-07:00
- Forum: Users
- Topic: Clip PNG with an image mask
- Replies: 5
- Views: 2888
Clip PNG with an image mask
I'm trying to clip an PNG image with an image mask. I tried the following command: convert .\src.png .\mask.png -alpha Off -compose CopyOpacity -composite dst.png When i use a JPEG as source image, everything is working fine. But if i use a PNG image, the output file turns black. Source Image: https ...