Page 1 of 1

Imagick - shadows and highlights feature

Posted: 2018-07-17T06:50:40-07:00
by mjamal
Hello Team,

Can you please let me know if the below mentioned feature is available from the PHP Imagick extension?
Image/adjustments/shadows and highlights

Shadows amount = 0
Tonal width = 50%
Radius 30 pixels

Highlights amount = 15%
Tonal width = 50%
Radius = 30 pixels

Adjustments = +27
Midtone contrast = 0


Thanks in advanced,
Mohtashim J

Re: Imagick - shadows and highlights feature

Posted: 2018-07-17T08:56:44-07:00
by fmw42
You will have to implement that from fundamental ImageMagick commands. There is no direct equivalent of Photoshop ShadowHighlight or of those arguments as operators. But I have written a Unix bash shell script of a similar effect that can be run from PHP exec(). See my link below.