Search found 4 matches

by Rajnishsingh
2013-03-20T22:59:44-07:00
Forum: Users
Topic: Image format Conversion Drive space problem????
Replies: 0
Views: 4083

Image format Conversion Drive space problem????

Hello to all respected expert , Actually sir I am C# developer ,I have use Image magick to convert vector images to raster form.It successfully work but I got a problem when I run My program it successfully Convert vector images to raster but it creates heavy temp files in C drive temp folder ..duri...
by Rajnishsingh
2013-02-27T04:11:54-07:00
Forum: Bugs
Topic: space in image file conversion?????
Replies: 4
Views: 4555

Re: space in image file conversion?????

Verryyyyyy verrry thanx sir.....
It works for me.... :D
by Rajnishsingh
2013-02-27T03:27:08-07:00
Forum: Bugs
Topic: space in image file conversion?????
Replies: 4
Views: 4555

Re: space in image file conversion?????

Very very thanks sir for reply .......Actually Sir I use Imagemagick in c#..So My conversion string is this.. Process.StartInfo.Arguments = "convert D:\\aa ss.eps -background white -flatten -density 300 -colors 512 -antialias -normalize -units PixelsPerInch -quality 100 -colorspace RGB -resize ...
by Rajnishsingh
2013-02-27T02:51:41-07:00
Forum: Bugs
Topic: space in image file conversion?????
Replies: 4
Views: 4555

space in image file conversion?????

Hello To all respected expert, Actually sir I am going to Convert .eps file to .jpg image..My conversion string is convert D:\\aa ss.eps -background white -flatten -density 300 -colors 512 -antialias -normalize -units PixelsPerInch -quality 100 -colorspace RGB -resize 3425x3425 D:\\all.jpg Now My im...