Which parameters would you use to get the masks, lighting and displacement maps for a white image?
Search found 2 matches
- 2018-10-18T15:33:46-07:00
- Forum: Users
- Topic: Applying Logo To Shirt (white halo)
- Replies: 19
- Views: 53034
Re: Applying Logo To Shirt (white halo)
- 2018-10-18T09:11:34-07:00
- Forum: Users
- Topic: How to Manipulate Patterns with Imagemagick Distort
- Replies: 25
- Views: 36103
Re: How to Manipulate Patterns with Imagemagick Distort
The basic idea is as follows (unix syntax) 1) extract or make a mask (here I make it from your image, since the coat image did not have transparent background) 2) convert the coat image to grayscale, apply the mask into the alpha channel and then get the average gray level of the opaque pixels 3 ...