Search found 6 matches

by deepeshsp
2013-08-07T01:40:33-07:00
Forum: Users
Topic: Gradient issue in EPS to JPG conversion
Replies: 5
Views: 3383

Re: Gradient issue in EPS to JPG conversion

Thanks for the wonderful solution.
Applying color formats minimises (not completely removed) the gradient issues, but then the generated jpg has slight color variations from the eps file.
This color difference is not there when -colorspace sSRGB is used.
by deepeshsp
2013-08-05T23:58:58-07:00
Forum: Users
Topic: Gradient issue in EPS to JPG conversion
Replies: 5
Views: 3383

Gradient issue in EPS to JPG conversion

When I convert an image, I am getting bars for gradient effect. This happens only when I specify colorspace as sRGB i have attached the files here eps : https://app.box.com/s/hqsscfy1dbkcvblih4ps JPG: https://app.box.com/s/5zjqy56cywtlbqqqdbi9 In eps, there is a gradient effect of light under the ...
by deepeshsp
2013-08-04T23:46:27-07:00
Forum: Users
Topic: Extra pixel while converting
Replies: 3
Views: 1946

Re: Extra pixel while converting

Thanks for the reply. that worked well.

But I am automating this process, so I wont be able to know if I have to crop or not.

What I need is force the convert to round the input, ie, 1000.03 to 1000 and 1000.53 to 1001. Is there anyway I can do that?
by deepeshsp
2013-08-01T22:42:40-07:00
Forum: Developers
Topic: RSVG setup in windows
Replies: 2
Views: 8292

Re: RSVG setup in windows

I was looking to change

Code: Select all

SVG rw+ Scalable Vector Graphics (XML 2.9.0)
to something like

Code: Select all

SVG rw+ Scalable Vector Graphics (RSVG)
I was not having the RSVG deligate added. Now I got the issue solved by upgrading Imagemagick to 6.8.6 from 6.7.0.

Thanks for helping.
by deepeshsp
2013-08-01T22:39:31-07:00
Forum: Users
Topic: Extra pixel while converting
Replies: 3
Views: 1946

Extra pixel while converting

Hi, I have a eps file, and when I open it in Adobe Illustrator, it says the image is of width 1001.937px and height 1000.03px. When i simply convert it to a jpg using convert.exe of ImageMagick, (eg: convert.exe a.eps a.jpg), I get an image of 1002 X 1001 px Please note that the height 1000.03 ...
by deepeshsp
2013-07-26T00:13:44-07:00
Forum: Developers
Topic: RSVG setup in windows
Replies: 2
Views: 8292

RSVG setup in windows

Hi, I need to convert svg to jpg files. I downloaded imagemagick from http://www.imagemagick.org/script/binary-releases.php#windows {Portable Win32 static version.} I used convert.exe from this package to do this, but the generated jpg was disastrous. I tried "convert -list format" in cmd and this ...