Search found 62 matches

by mjamal
2018-08-01T02:45:46-07:00
Forum: IMagick
Topic: equalizeImage or -equalize
Replies: 16
Views: 88061

Re: equalizeImage or -equalize

In addition to Fred's input, I am sending my test inputs/results 1) Source image source.jpg 2) Photoshop Equalize result on above image photoshop.jpg 3) IM equalize result on source image IM-equalize.jpg Few additional observations/results 1) When we applied Brightness 16 (From Image >> Adjustment >...
by mjamal
2018-07-31T04:39:43-07:00
Forum: IMagick
Topic: equalizeImage or -equalize
Replies: 16
Views: 88061

Re: equalizeImage or -equalize

Hello Fred,

We have checked both the mentioned processes but didn't got the exact result as photoshop. May be we are not following you correctly.
Can you please advice about separating the channels and provide us few code examples for this.
by mjamal
2018-07-30T22:53:35-07:00
Forum: IMagick
Topic: equalizeImage or -equalize
Replies: 16
Views: 88061

equalizeImage or -equalize

Hello Team,

Can anyone please suggest on Imagick equalizeImage function or image magick -equalize. I have used both the methods but it did not giving me 100% same result as photoshop "image/adjustments/equalize" effect.

Please let me know what I need to do for making same result.

Thanks
by mjamal
2018-07-30T22:50:19-07:00
Forum: IMagick
Topic: Adjustments > black and white > preset feature
Replies: 18
Views: 94571

Re: Adjustments > black and white > preset feature

Hello Fred,

With using the HALD image, I can manage the PS Image black and White features as requested.

Thank you for your suggestion.
by mjamal
2018-07-26T04:46:25-07:00
Forum: IMagick
Topic: Adjustments > black and white > preset feature
Replies: 18
Views: 94571

Adjustments > black and white > preset feature

Hello Team, Can anyone provide the details if the below photoshop options are available in PHP iMagick library? 1. image > adjustments > black and white > preset = infrared 2. image > adjustments > black and white > preset = maximum black Ie I need to implement the above two options for the the imag...
by mjamal
2018-07-18T07:43:07-07:00
Forum: Fred's Scripts
Topic: Need help related to SHADOWHIGHLIGHT feature
Replies: 1
Views: 75456

Need help related to SHADOWHIGHLIGHT feature

Hello Fred, You have done a great work. We are trying to utilize SHADOWHIGHLIGHT feature in PHP but are not getting the result matching to your results mentioned on below link http://www.fmwconcepts.com/imagemagick/shadowhighlight/index.php We are trying the first example on the above page -sa 100 -...
by mjamal
2018-07-17T06:50:40-07:00
Forum: IMagick
Topic: Imagick - shadows and highlights feature
Replies: 1
Views: 40054

Imagick - shadows and highlights feature

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 con...
by mjamal
2018-06-14T23:54:39-07:00
Forum: IMagick
Topic: HDR Toning feature in IMagick
Replies: 5
Views: 13129

Re: HDR Toning feature in IMagick

Hi, HDR Toning is present in photoshop under "Image/Adjustments/HDR Toning" and it has many options which effects on image. Please see the image which shows the original image and converted image as per the below options. - Method should be Local Adaptation - Preset should be Default Right...
by mjamal
2018-06-14T02:39:22-07:00
Forum: IMagick
Topic: HDR Toning feature in IMagick
Replies: 5
Views: 13129

Re: HDR Toning feature in IMagick

Hi Snibgo,

Sorry but please let me know what exactly you need?
by mjamal
2018-06-13T23:56:46-07:00
Forum: IMagick
Topic: HDR Toning feature in IMagick
Replies: 5
Views: 13129

HDR Toning feature in IMagick

Hello All,

I need the below feature of the photoshop via PHP IMagick library.

- Image/Adjustments/HDR Toning
1) Method should be Local Adaptation
2) Preset should be Default

Please let me know if any of have any knowledge or details.

Thanks in advanced.
Mohtashim Jamal
by mjamal
2018-01-04T02:38:24-07:00
Forum: IMagick
Topic: Darken with Opacity Effects for Single Image
Replies: 1
Views: 11104

Darken with Opacity Effects for Single Image

Hello Team,

Can anyone please let me know how can I use the layers as "DARKEN" and Opacity as 30% for any image from Imagick functions?
NOTE: Need to change the above two effects for a single image only.

Please see the attached image from photoshop for reference.
2018-01-04_1507.png
2018-01-04_1507.png (19.33 KiB) Viewed 11104 times
by mjamal
2017-12-29T04:29:11-07:00
Forum: IMagick
Topic: How to use fximage in PHP?
Replies: 12
Views: 22224

Re: How to use fximage in PHP?

Also is there any other was I can change the photoshop CURVES output & input values from image magick functions?
by mjamal
2017-12-29T04:21:38-07:00
Forum: IMagick
Topic: How to use fximage in PHP?
Replies: 12
Views: 22224

Re: How to use fximage in PHP?

Thanks snibgo, I am trying with the "-evaluate Pow 0.69180585" in Imagick but it is not providing the exact result which we are getting from photoshop. I am using the below line of code for converting the same. $imagick->evaluateimage(Imagick::EVALUATE_POW, 0.69180585, imagick::CHANNEL_ALL...
by mjamal
2017-12-28T23:50:33-07:00
Forum: IMagick
Topic: How to use fximage in PHP?
Replies: 12
Views: 22224

Re: How to use fximage in PHP?

Hello Fred,

Thank you. I will check the Imagick -evaluate pow X to do the changes in image same as photoshop curves did.
Also I am using PHP language for using the photoshop features in website using the Imagick functions.
by mjamal
2017-12-28T23:24:05-07:00
Forum: IMagick
Topic: How to use fximage in PHP?
Replies: 12
Views: 22224

Re: How to use fximage in PHP?

Thanks again for quick response. I am using the PHP scripting language for converting the photoshop curves values as mentioned earlier. Also I didn't know the mathematical formula for changing the same with -fx but I think the fximage will works exactly same as photoshop curves, please suggest. Also...