Search found 15 matches

by shoansa
2019-08-19T22:18:47-07:00
Forum: Bugs
Topic: Change image color
Replies: 14
Views: 91460

Re: Change image color

Version Version: ImageMagick 7.0.8-60 Q16 x64 2019-08-10 http://www.imagemagick.org Copyright: Copyright (C) 1999-2018 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Visual C++: 180040629 Features: Cipher DPC Modules OpenCL OpenMP(2.0) Delegates (built-in): bzlib cair...
by shoansa
2019-08-19T05:20:51-07:00
Forum: Bugs
Topic: Change image color
Replies: 14
Views: 91460

Re: Change image color

Hi Fred,

Thanks, that work.

With the updated version of IM, output image gets pixelated. Below is the detail.

Version= ImageMagick-7.0.8-Q16
OS= Windows 7, 64 bit
by shoansa
2019-07-18T21:40:43-07:00
Forum: Bugs
Topic: ImageMagick has stopped working
Replies: 19
Views: 33212

Re: ImageMagick has stopped working

snibgo and Fred, thanks for your quick response.

I am using "gs9.26" version of Ghostscript.
by shoansa
2019-07-18T05:57:37-07:00
Forum: Bugs
Topic: ImageMagick has stopped working
Replies: 19
Views: 33212

Re: ImageMagick has stopped working

I have same issue for .ai to PNG conversion in below scenario. convert -density 300 input.ai[0] -resize 1024x1024 output.png = Crash convert input.ai[0] output.png = Crash convert -density 600 input.ai[0] -resize 1024x1024 output.png = Generated convert input.ai output.png = Generated ImageMagick ge...
by shoansa
2019-01-17T02:58:30-07:00
Forum: Bugs
Topic: Change image color
Replies: 14
Views: 91460

Re: Change image color

Thank you Fred to correct me. One more query, I am trying to combine three commands in one to achieve drop shadow effect in image. Below command used to work in orlder version but not working in current version. Can you please correct me where I am doing wrong? Below is the command. magick -respect-...
by shoansa
2019-01-15T04:35:50-07:00
Forum: Bugs
Topic: Change image color
Replies: 14
Views: 91460

Re: Change image color

It seems that this problem still exists in the latest release of " ImageMagick-7.0.8-Q16 ". Below are actions performed. 1) magick input.png -fuzz 100% -fill red -opaque white output.png (With this get same output as in input). 2) magick input.png -fuzz 100% -fill red +opaque white output....
by shoansa
2019-01-03T22:54:58-07:00
Forum: Users
Topic: SVG to PNG, getting blank image
Replies: 5
Views: 10195

Re: SVG to PNG, getting blank image

Thanks for your response.
I changed the IM temp path to SVG directory but still getting the same result. I am unable to find the thread related the same.
Any other way to get the desired output? From Inkscape am getting the output but due to some other limitation I can't use that.
by shoansa
2019-01-03T05:37:44-07:00
Forum: Users
Topic: SVG to PNG, getting blank image
Replies: 5
Views: 10195

SVG to PNG, getting blank image

Hi, I am trying to convert a SVG to PNG. SVG has three Linked images, after converting that SVG I get blank PNG or sometimes only one linked image get rendered in PNG. Due to some reasons, I can not use embedded(base64) image in the SVG. Below are the system and IM details. Windows 10 IM = ImageMagi...
by shoansa
2017-11-02T05:43:28-07:00
Forum: Users
Topic: Get the ppi(pixel per inch) of image using C API
Replies: 13
Views: 13760

Re: Get the ppi(pixel per inch) of image using C API

Hi,

Can anyone help me to know that, is it possible to check "Resolution" of .ai, .eps, .pdf and .svg by IM command?

I am Windows user
IM version: "ImageMagick-6.9.1-Q16-HDRI"

Please help.
by shoansa
2017-11-02T05:28:38-07:00
Forum: Users
Topic: Get the ppi(pixel per inch) of image using C API
Replies: 13
Views: 13760

Re: Get the ppi(pixel per inch) of image using C API

Yes the resolution type was 0 which is "UndefinedResolution". Even after setting PixelsPerInchResolution as the ImageUnits the result was still 0x0. But when I do identify -format "%xx%y" grass.png I get the result as 118.10999999999999943x118.10999999999999943 Hey him21sri, You...
by shoansa
2017-09-27T05:23:11-07:00
Forum: Users
Topic: optimizing 'convert' speed
Replies: 5
Views: 14634

Re: optimizing 'convert' speed

I have updated command to use depth 8 but still not improvement in time.

Code: Select all

convert ( image1.png -modulate 100,100,100 -depth 8 ) ( image2.png -modulate 184,0,100 -depth 8 ) -composite -depth 8 result.png
by shoansa
2017-09-27T05:17:19-07:00
Forum: Users
Topic: optimizing 'convert' speed
Replies: 5
Views: 14634

optimizing 'convert' speed

In my application I am using convert for modulating two images and producing resultant image. The command is as follows: convert ( image1.png -modulate 100,100,100 ) ( image2.png -modulate 184,0,100 ) -composite result.png Functionally it is working fine. But, for any 1000 x 1000 resolution image it...
by shoansa
2017-07-19T23:38:30-07:00
Forum: Users
Topic: -shadow like photoshop inner-shadow on rounded rectangle
Replies: 23
Views: 33942

Re: -shadow like photoshop inner-shadow on rounded rectangle

Thank You Fred its working fine now, this is what I needed.

Thanks a lot
by shoansa
2017-07-18T22:24:25-07:00
Forum: Users
Topic: -shadow like photoshop inner-shadow on rounded rectangle
Replies: 23
Views: 33942

Re: -shadow like photoshop inner-shadow on rounded rectangle

Hi,

IM version is "ImageMagick-6.9.1-Q16-HDRI"

Photoshop result with applied inner shadow values in Photoshop.

https://stagedesignerimages.artifi.net/ ... 29f559.jpg

Thanks
by shoansa
2017-07-18T02:20:06-07:00
Forum: Users
Topic: -shadow like photoshop inner-shadow on rounded rectangle
Replies: 23
Views: 33942

Re: -shadow like photoshop inner-shadow on rounded rectangle

Hi everyone, I have same above problem with image. I have to apply Inner Shadow on image from all sides same like Photoshop. Till now to I have done as in my below URL Image with Blur: https://stagedesignerimages.artifi.net/UserPhoto/4E695BE5-6EC1-4A86-87EB-9DE0D8808B51/Photos/standard/283543ab4ff7-...