Search found 62 matches

by mjamal
2018-09-19T06:02:56-07:00
Forum: IMagick
Topic: Need Help on Feather effect
Replies: 5
Views: 50155

Re: Need Help on Feather effect

Thank you Fred, your provided code is working as expected, only I need to know where exactly I need to put the value 25 for the 25px feather radius in your below provided script, It is at "-level 25x100%" or "-blur 0x25" for setting the 25px feather effect same as in photoshop? c...
by mjamal
2018-09-18T06:20:37-07:00
Forum: IMagick
Topic: Need Help on Feather effect
Replies: 5
Views: 50155

Need Help on Feather effect

Hello Team, I need to apply feather effect on any of the transparent image which are having different corners and I want to apply the 20px feather for the input image, same as we are applying on photoshop. Please let me know your valuable inputs which are available in image magick or imagick library...
by mjamal
2018-09-11T02:08:25-07:00
Forum: IMagick
Topic: Imagick trimImage function issue
Replies: 4
Views: 48494

Re: Imagick trimImage function issue

@ Snibgo, Yes from "-type truecolor", I am now able to get the image mode in RGB. Thank you.
by mjamal
2018-09-10T04:36:12-07:00
Forum: IMagick
Topic: Imagick trimImage function issue
Replies: 4
Views: 48494

Re: Imagick trimImage function issue

Hello Snibgo,

Here is the input image which I am using for testing in both of my servers. Also yes the input image is having gray shades but in both of my servers the image mode is showing different.

INPUT IMAGE:
Firstlayerfile_final_0.jpg
Firstlayerfile_final_0.jpg (133.06 KiB) Viewed 48487 times
by mjamal
2018-09-10T03:23:44-07:00
Forum: IMagick
Topic: Imagick trimImage function issue
Replies: 4
Views: 48494

Imagick trimImage function issue

Hello Team, Can any one please let me know how I am getting the two different image mode for the trim output of an image. Like I am checking the below command on my two different servers which are having different image magick versions installed. Server 1: Version "ImageMagick 6.7.8-9" is ...
by mjamal
2018-08-16T02:15:07-07:00
Forum: IMagick
Topic: Duplicating Layers
Replies: 3
Views: 46616

Re: Duplicating Layers

Hello Snibgo, I need to do the same step as mentioned in below image via ImageMagick / Imagick functions. https://www.imagemagick.org/discourse-server/download/file.php?id=155 Layers => right click => Duplicate layer Imagick::implodeImage => Creates a new image as a copy see below link. http://php.n...
by mjamal
2018-08-15T23:10:47-07:00
Forum: IMagick
Topic: Duplicating Layers
Replies: 3
Views: 46616

Duplicating Layers

Hello Team, Anyone can help me on duplicating the layers via image magick / imagick? My requirement is like user will upload any image / layer and from the image magick / imagick function we will invert the layer and after inverting system will duplicate the layer and applying different photoshop ef...
by mjamal
2018-08-13T05:13:54-07:00
Forum: IMagick
Topic: equalizeImage or -equalize
Replies: 16
Views: 94921

Re: equalizeImage or -equalize

I have checked the Imagick "equalizeImage" function at the two different image magick versions and got drastic changes in both the output images. Checked with image magick versions "6.7.8-9" and "6.9.4-10".
by mjamal
2018-08-13T05:11:36-07:00
Forum: IMagick
Topic: Set blending mode as "screen" and opacity to 50%
Replies: 4
Views: 48060

Re: Set blending mode as "screen" and opacity to 50%

Not sure what will happen if applying blending mode as "screen" on single image.
I think there will be no effect on single image if applying blending mode as "screen".
by mjamal
2018-08-13T04:35:43-07:00
Forum: IMagick
Topic: Set blending mode as "screen" and opacity to 50%
Replies: 4
Views: 48060

Re: Set blending mode as "screen" and opacity to 50%

Hello Snigbo, I have used and checked both the Imagick functions. I need to know how to Set blending mode as "screen" for a single image because the sample link is used two different images and same I already used with two images. Please suggest if I can used "Screen" blending mo...
by mjamal
2018-08-13T03:19:16-07:00
Forum: IMagick
Topic: Set blending mode as "screen" and opacity to 50%
Replies: 4
Views: 48060

Set blending mode as "screen" and opacity to 50%

Hello Team, Can any one please let me know how can I do the below operation for a single PNG image in Imagick / ImageMagick? "Set blending mode as "screen" and opacity to 50%" Note: I did that with the two different images using "compositeImage" Imagick function but in ...
by mjamal
2018-08-02T08:45:10-07:00
Forum: IMagick
Topic: equalizeImage or -equalize
Replies: 16
Views: 94921

Re: equalizeImage or -equalize

We are using PHP's imagick library equalizeimage function from below link
http://us3.php.net/manual/en/imagick.equalizeimage.php.
by mjamal
2018-08-02T08:11:13-07:00
Forum: IMagick
Topic: equalizeImage or -equalize
Replies: 16
Views: 94921

Re: equalizeImage or -equalize

Applied to the entire image
by mjamal
2018-08-02T07:02:28-07:00
Forum: IMagick
Topic: equalizeImage or -equalize
Replies: 16
Views: 94921

Re: equalizeImage or -equalize

snibgo, did get it about ICC colour profile. We have used the attached source files only to produce the attached results. Please note, we are PHP developers having basic knowledge about photoshop. We don't have much knowledge about the terms like ICC colour profile, number of buckets, histogram stat...
by mjamal
2018-08-01T21:55:31-07:00
Forum: IMagick
Topic: equalizeImage or -equalize
Replies: 16
Views: 94921

Re: equalizeImage or -equalize

@Fred, I already checked the equalize effect with the HALD 16 and it was not giving any changes for the source file. @Snibgo - My server's Image Magick version is "6.7.8-9", you can see below screen for this. imagickPHPINFO.png Also I have checked with the below couple of codes and both ar...