Search found 62 matches

by mjamal
2019-01-11T00:47:06-07:00
Forum: Users
Topic: Changes to equalize..
Replies: 11
Views: 15610

Re: Changes to equalize..

Hello Snibgo,

Please see the below photoshop output for the two inputs provided and let me know your feedback.
PS Output 1: https://www.dropbox.com/s/1dsm52jq7soab ... P.png?dl=0
PS Output 2: https://www.dropbox.com/s/qzitigftp86d4 ... P.png?dl=0
by mjamal
2019-01-09T04:42:39-07:00
Forum: Users
Topic: Changes to equalize..
Replies: 11
Views: 15610

Re: Changes to equalize..

Hello All, I am facing issue with the equalize effect for an image which is cropped from photoshop and cropped from our imagemagick script. For image which is cropped from photoshop is showing perfect result of equalize whereas image which is cropped from imagemagick script is not matching with the ...
by mjamal
2019-01-09T04:16:15-07:00
Forum: IMagick
Topic: Adjustments > black and white > preset feature
Replies: 18
Views: 94396

Re: Adjustments > black and white > preset feature

Hello Snibgo, I have one issue with the below command, ie the input image is showing Channel as RGB in photoshop and output from the below command is showing Channel as Gary in photoshop. You can see screen from URL https://www.screencast.com/t/1hxsmukgAQL. Kindly let me know how we can fix this iss...
by mjamal
2019-01-09T02:28:02-07:00
Forum: IMagick
Topic: Need Help on Feather effect
Replies: 5
Views: 46483

Re: Need Help on Feather effect

Hello Team, Can anyone please help me for applying the feathering differently from the horizontal and vertically for an image. I am using below command but unfortunately it is taking long time to apply the feathering on result image. exec("convert checkFeather-TRIM.png \( +clone -alpha extract ...
by mjamal
2019-01-08T23:35:55-07:00
Forum: IMagick
Topic: Adjustments > black and white > preset feature
Replies: 18
Views: 94396

Re: Adjustments > black and white > preset feature

Hello Snibgo,

My issue has been resolved with the fix you mentioned. Thank you!
by mjamal
2019-01-08T06:23:04-07:00
Forum: IMagick
Topic: How to get Image DPI in PixelPerInches
Replies: 2
Views: 39181

How to get Image DPI in PixelPerInches

Hello Team, Can anyone please let me know how can I get the image resolution (DPI) with the units also for the PNG / BMP images? I am using the below command but it is giving me DPI in PixelPerCentimeter and I need the unit in PixelPerInches. exec("identify -format '%x' -units 'PixelsPerInch' j...
by mjamal
2019-01-08T03:14:55-07:00
Forum: IMagick
Topic: Adjustments > black and white > preset feature
Replies: 18
Views: 94396

Re: Adjustments > black and white > preset feature

Hi Team, My mentioned effects were working with the HALD image at the ImageMagick version 6.7 but when we have upgraded the ImageMagick version to 7.0.8 then suddenly the HALD image as per the suggestion is stopped working. I have checked with IM command as well as Imagick commands but for both the ...
by mjamal
2019-01-07T04:41:21-07:00
Forum: Bugs
Topic: [RESOLVED]possible bug with density/units IM 6.9.10.16 Q16
Replies: 8
Views: 12560

Re: [RESOLVED]possible bug with density/units IM 6.9.10.16 Q16

Just to add one more thing...
We are trying to install it on CentOS 7
by mjamal
2019-01-07T04:37:58-07:00
Forum: Bugs
Topic: [RESOLVED]possible bug with density/units IM 6.9.10.16 Q16
Replies: 8
Views: 12560

Re: [RESOLVED]possible bug with density/units IM 6.9.10.16 Q16

Our Linux Admins are having hard time installing this new ImageMagick version 6.9.10 because of too many dependencies. We have spent around 3 days finding the dependencies but stuck finally. Can you please help us regarding the dependencies? Here are the details 1) Trying to install ImageMagic 6.9.1...
by mjamal
2018-12-18T05:34:29-07:00
Forum: Bugs
Topic: [RESOLVED]possible bug with density/units IM 6.9.10.16 Q16
Replies: 8
Views: 12560

Re: possible bug with density/units IM 6.9.10.16 Q16

Also, is this fixed for ImageMagick 6.7.8-9 2016-06-16 (for Linux dist)?
by mjamal
2018-12-18T05:30:56-07:00
Forum: Bugs
Topic: [RESOLVED]possible bug with density/units IM 6.9.10.16 Q16
Replies: 8
Views: 12560

Re: possible bug with density/units IM 6.9.10.16 Q16

Is it updated yet with patch to fix this issue? I found below patch updated on Dec 17th.
ImageMagick-6.9.10-17.tar.bz2 2018-12-17 19:59 11M
by mjamal
2018-11-01T02:12:29-07:00
Forum: Users
Topic: find opacity of pixels alpha layer
Replies: 25
Views: 18469

Re: find opacity of pixels alpha layer

Hi Fred, Thank you for your feedback. Below is the URL for the source image (demo_selectionbb.png) which is using for cropping via script and Photoshop. https://www.dropbox.com/s/9a9cfdrpe6jxs5c/demo_selectionbb.png?dl=0 URL for the output image which is cropped from the image magick script. https:/...
by mjamal
2018-10-30T22:43:06-07:00
Forum: Users
Topic: find opacity of pixels alpha layer
Replies: 25
Views: 18469

Re: find opacity of pixels alpha layer

convert 5bd84de35c7c8.png -bordercolor None -border 1 -trim +repage out.png Hi Snigbo, I have tried with the above command but still the output result is having the pixels which are having value as 0,0,0,0 when I checked the histogram info of the output image from the below command. exec("conv...
by mjamal
2018-10-30T06:42:13-07:00
Forum: Users
Topic: find opacity of pixels alpha layer
Replies: 25
Views: 18469

Re: find opacity of pixels alpha layer

Hi Snibgo, Thanks for your quick reply. Remove means we need to make fully transparent those pixels or we it will be good if we can crop those pixels from the image ie Yes for (trimming those pixels from edges). You can see the sample image from below URL. https://www.dropbox.com/s/urqh6u9wigodof6/5...
by mjamal
2018-10-30T05:55:43-07:00
Forum: Users
Topic: find opacity of pixels alpha layer
Replies: 25
Views: 18469

Re: find opacity of pixels alpha layer

convert \ test-image.png \ \( -clone 0 -background Red -layers flatten \) \ \( -clone 0 -alpha extract -threshold 30% \) \ -delete 0 \ -compose CopyOpacity -composite \ ti_30_r.png From the above code, can we remove the pixels from the image which are having less then 30% opacity instead of making ...