Search found 2 matches
- 2016-02-16T07:07:56-07:00
- Forum: Users
- Topic: How do we mingle the photo color to background color?
- Replies: 12
- Views: 9781
Re: How do we mingle the photo color to background color?
It is ImageMagik but quality it not as good as on : bit.ly/1PFBRtS . I am using WAMP 2.5 with ImageMagik 3.6 library. I am using following lines of command: $picin = new Imagick($inFile); $picin->scaleimage(800,0); $height = $picin->getimageheight(); $draw = new ImagickDraw(); $draw->setStrokeColor ...
- 2016-02-15T17:13:42-07:00
- Forum: Users
- Topic: How do we mingle the photo color to background color?
- Replies: 12
- Views: 9781
Re: How do we mingle the photo color to background color?
Hi Guys, I want to do something similar. I want to merge my text with a background image of beach sand. I am able to complete somewhat following: https://www.upwork.com/api/v3/wp-files/direct/room_7cdadd835a8b3499bc3be29a7fef7c27/995f7999-805d-4ddf-8edd-34ea4daf91f8/aest-cropped.jpg Can someone help ...