Search found 3 matches
- 2019-07-10T16:31:12-07:00
- Forum: Users
- Topic: Apply overlay image to masked areas
- Replies: 4
- Views: 8328
Re: Apply overlay image to masked areas
You are an absolute champion - a few of my attempts were close but not quite right. Thanks a lot.
- 2019-07-09T23:15:59-07:00
- Forum: Users
- Topic: Apply overlay image to masked areas
- Replies: 4
- Views: 8328
Re: Apply overlay image to masked areas
I'm using command line through PHP
Attached is an image with 3 colours and an example of a texture to be applied to (there are a few) - one would be applied to each area
Attached is an image with 3 colours and an example of a texture to be applied to (there are a few) - one would be applied to each area
- 2019-07-09T22:16:23-07:00
- Forum: Users
- Topic: Apply overlay image to masked areas
- Replies: 4
- Views: 8328
Apply overlay image to masked areas
Hi I have an image with say 3 known colours and I want to go through the 3 colours, replace them with another colour and apply an overlay to the colour changed areas. It is being handled by a PHP script, so I can use that to loop if that's easier. To clarify: 1) replace colour X with colour Y 2 ...