Search found 2 matches
- 2016-12-14T10:01:45-07:00
- Forum: IMagick
- Topic: How to change adaptiveThresholdImage output color?
- Replies: 3
- Views: 13108
Re: How to change adaptiveThresholdImage output color?
I use Imagick with Centos 7 (and Cpanel). This is my phpinfo: https://s29.postimg.org/re0btn1cn/info.png I want to change the black output color to grey. I use now the original code: function adaptiveThresholdImage($imagePath, $width, $height, $adaptiveOffset) { $imagick = new \Imagick(realpath ...
- 2016-12-14T03:06:02-07:00
- Forum: IMagick
- Topic: How to change adaptiveThresholdImage output color?
- Replies: 3
- Views: 13108
How to change adaptiveThresholdImage output color?
Hi,
How can I change or replace to "adaptiveThresholdImage" output colors?
I use this code: http://phpimagick.com/Imagick/adaptiveThresholdImage
I made a picture with PS, what I need via adaptiveThresholdImage:
Regards
How can I change or replace to "adaptiveThresholdImage" output colors?
I use this code: http://phpimagick.com/Imagick/adaptiveThresholdImage
I made a picture with PS, what I need via adaptiveThresholdImage:
Regards