Search found 2 matches

by tomredsky
2018-12-29T10:08:38-07:00
Forum: PerlMagick
Topic: Composite with blend
Replies: 1
Views: 46394

Re: Composite with blend

I've found that setting the 'clip-to-self' attribute to true with Composite corrects the problem of the image dimensions. Still digging around for a workable blend solution. I've found that setting opacity => '20%' to work but I'm not sure if it's exactly what I used to get from setting blend => 20
by tomredsky
2018-12-19T11:11:51-07:00
Forum: PerlMagick
Topic: Composite with blend
Replies: 1
Views: 46394

Composite with blend

Hi, I had been using PerlMagick to compose one image over another using v6.7.2-7 2017-03-22 Q16. I updated to v7.0.8-17 Q16 and the syntax seems to have changed and I can not longer get the same results. This sample code below give me an image that looks like this https://imgur.com/KngWDnS . There i...