Graham McMicken

Results 40 comments of Graham McMicken

The shaded one would be the base, the outline one is the top layer with darken mode. The outline-filter would be some type of modified layer with an offset to...

Oops forgot the result. ![Result](https://github.com/libvips/php-vips/assets/7595368/cf43def7-8232-4c91-ab7f-7414980ccec8)

> // multiply blending > $image = $outline->divide(255)->multiply($shading); Thanks, can you give me an example how to make it semi transparent? Add band 4 and adjust to 128 or something...

Hey sorry I went missing, thanks for your help again. I did decide to go with a colour output but if I want to target the greys now how would...

Hmm I've tried your method on finding grey and I also tried to simplify `$image = $image->equal([ $image[0], $image[0], $image[0] ])->ifthenelse([255,255,255], $image);` but it never hits on grey for some...

Here's what happens when I try just the grey mask as you've demonstrated. It just grabs everything that isn't white including the coloured areas. ``` php > $image = Jcupitt\Vips\Image::newFromFile('input.png');...

Thanks again. It's looking pretty good, I'm trying to automate the addition of a watercolour background and I'm wondering how I would go about comparing two masks, like the overlap...

> Sorry, could you explain what you mean in more detail? Do you want to compute the number of pixels two masks have in common? Exactly, ya, you got it.

Can we have support for "recently played" playlist on the websocket api? A while back I added this functionality into the previous version of spotcast but it's been dropped it...

> [@gmcmicken](https://github.com/gmcmicken) using the `view` websocket endpoint you can retrieve the recently played playlists. It should have documentation on how to do so. Wonderful, my apologies