Reproduce Photoshop Layereffects/Filters

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
Ganon
Posts: 3
Joined: 2015-09-10T09:03:37-07:00
Authentication code: 1151

Reproduce Photoshop Layereffects/Filters

Post by Ganon »

Hello Community,

i'm new here because this is my last hope :) ... I harvested the entire google for the last 2 days, but i just couldn't find what i was seaching for.

I have to reproduce "screen", "darken" and "soft light" from photoshop. I could only find "multiply" which I was using before.

In fact i have the original picture and a second picture which is basically only a layer of one simple color. What i have to do is use this layer with one of the three photoshop filters and combine them with the original picture in php. I just don't know what to do, because i don't exactly understand how they work.

Does anyone of you have an idea how to start this?

I rely on your help
Ganon
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Reproduce Photoshop Layereffects/Filters

Post by snibgo »

snibgo's IM pages: im.snibgo.com
Ganon
Posts: 3
Joined: 2015-09-10T09:03:37-07:00
Authentication code: 1151

Re: Reproduce Photoshop Layereffects/Filters

Post by Ganon »

Well it seems like it was right below my nose and i just couldn't see it. At least i managed to do the screen filter exactly with compose Screen and it worked perfectly.

If the darken and soft light work just like that, u saved my day :)
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Reproduce Photoshop Layereffects/Filters

Post by Bonzo »

There is a softlight thread here: viewtopic.php?f=1&t=26658&p=117609&hili ... ht#p117609

I also made a softlight example on another thread but can not find it!

There was this one for hard light: viewtopic.php?f=1&t=23243&p=97507#p97507
Ganon
Posts: 3
Joined: 2015-09-10T09:03:37-07:00
Authentication code: 1151

Re: Reproduce Photoshop Layereffects/Filters

Post by Ganon »

Thanks a lot, i guess i already found everything I needed.
Post Reply