Search found 3 matches
- 2017-05-28T16:25:39-07:00
- Forum: Users
- Topic: Resize an image to the white area of the mask
- Replies: 6
- Views: 3971
Re: Resize an image to the white area of the mask
Sorry, make right click over image and select Open in new tab
- 2017-05-28T16:08:33-07:00
- Forum: Users
- Topic: Resize an image to the white area of the mask
- Replies: 6
- Views: 3971
Re: Resize an image to the white area of the mask
Well, sorry for my bad english and short description. Im using: - windows 8.1 SO - ImageMagick 6.9.8 Q8 - PHP API, module imagick v3.4.3 - Wamp server 3.0.6 running in local Php script: $dir = __DIR__; $mueble = new Imagick($dir . "/mueble.jpg"); $texture1 = new Imagick($dir . "/texture6.jpg ...
- 2017-05-27T18:06:00-07:00
- Forum: Users
- Topic: Resize an image to the white area of the mask
- Replies: 6
- Views: 3971
Resize an image to the white area of the mask
Hello
I have the following problem: I have an furniture image to which it applies a texture on a piece of furniture using a mask, the dimensions of the two images and the mask are the same. But I want that the texture image to be resized and fit the white area of the mask, how could I do this?
I have the following problem: I have an furniture image to which it applies a texture on a piece of furniture using a mask, the dimensions of the two images and the mask are the same. But I want that the texture image to be resized and fit the white area of the mask, how could I do this?