Ok thx I didn't know thatsnibgo wrote:ImageMagick is a raster image processor, not a vector image processor. If you want to process a vector image and keep it as a vector, IM is not the correct tool.
Search found 14 matches
- 2016-01-10T03:41:22-07:00
- Forum: Users
- Topic: Center image of SVG or EPS inside its bounding box?
- Replies: 8
- Views: 7736
Re: Center image of SVG or EPS inside its bounding box?
- 2016-01-03T11:29:13-07:00
- Forum: Users
- Topic: Center image of SVG or EPS inside its bounding box?
- Replies: 8
- Views: 7736
Re: Center image of SVG or EPS inside its bounding box?
neither worked for me, got awful results. and converting eps to svg created a 60MB svg file wtf lol?\ the first command created ugly jagged edges like it was rasterized. plus it didnt do wut i asked for. the bounding box remained the same size (really small). id like to see ur results, i dont know ...
- 2015-12-25T16:28:21-07:00
- Forum: Users
- Topic: Center image of SVG or EPS inside its bounding box?
- Replies: 8
- Views: 7736
Re: Center image of SVG or EPS inside its bounding box?
Ok thx I'll try this out and report back, sorry for late reply busy with so many things (holiday season
- 2015-12-23T09:55:53-07:00
- Forum: Users
- Topic: Center image of SVG or EPS inside its bounding box?
- Replies: 8
- Views: 7736
Re: Center image of SVG or EPS inside its bounding box?
ImageMagick 6.7.2-7 2015-07-29 Q16
CentOS 6.7 x64
https://www.dropbox.com/s/x9r1lz68tv7faza/J.svg?dl=0
https://www.dropbox.com/s/k4rd6tm9rc6yccm/J.eps?dl=0
CentOS 6.7 x64
https://www.dropbox.com/s/x9r1lz68tv7faza/J.svg?dl=0
https://www.dropbox.com/s/k4rd6tm9rc6yccm/J.eps?dl=0
- 2015-12-22T13:12:33-07:00
- Forum: Users
- Topic: Center image of SVG or EPS inside its bounding box?
- Replies: 8
- Views: 7736
Center image of SVG or EPS inside its bounding box?
Is it possible with imagemagick (ie. the convert command line tool) to center an image of an svg inside its bounding box? or crop the image to the bounding box somehow? if not then is there ANY tool out there (command line im looking for only) that can do this? ie. ghostscript, inkscape, etc. here ...
- 2015-11-23T08:10:12-07:00
- Forum: Bugs
- Topic: Convert SVG -density not working!
- Replies: 12
- Views: 8966
Re: Convert SVG -density not working!
ok i finally got ur command to work! after trying to rebuild several times. i have no idea wut was special this time but it worked
thx for ur help!!
thx for ur help!!
- 2015-11-22T15:24:25-07:00
- Forum: Bugs
- Topic: Convert SVG -density not working!
- Replies: 12
- Views: 8966
Re: Convert SVG -density not working!
thats exactly what i want but im not getting that all! i have no clue why? i dunno whats OpenMP nor wut i does. im on Linux Mint 17.2 64 bit btw as stated earlier. am i missing some other delegates or something? shouldnt i only need RSVG and PNG which i do already have? i cant figure out the problem ...
- 2015-11-22T14:18:51-07:00
- Forum: Bugs
- Topic: Convert SVG -density not working!
- Replies: 12
- Views: 8966
Re: Convert SVG -density not working!
i just tried your command and it still doesnt trim it and is still blurry..
i already listed all my details (delgates, versions,etc) in the first post above in case u didnt see. says everything. and i have RSVG 2.40.1 and same imagemagick version as u...
i already listed all my details (delgates, versions,etc) in the first post above in case u didnt see. says everything. and i have RSVG 2.40.1 and same imagemagick version as u...
- 2015-11-22T12:45:06-07:00
- Forum: Bugs
- Topic: Convert SVG -density not working!
- Replies: 12
- Views: 8966
Re: Convert SVG -density not working!
ok here is the svg file: https://www.dropbox.com/s/tmk80f5ci7gyvcu/sample.svg?dl=0 btw i wanted to point out that putting -density before the svg filename DOES make the png bigger but i noticed its also blurry the Z! also this command: ./convert sample.svg -density 180 -background none -trim sample ...
- 2015-11-22T12:28:10-07:00
- Forum: Bugs
- Topic: Convert SVG -density not working!
- Replies: 12
- Views: 8966
Re: Convert SVG -density not working!
ur right this:
./convert -density 180 sample.svg -background none -trim sample.png
makes it bigger which is good but it doesnt do the other parts -trim and -background none, how can i achieve this?
./convert -density 180 sample.svg -background none -trim sample.png
makes it bigger which is good but it doesnt do the other parts -trim and -background none, how can i achieve this?
- 2015-11-22T07:15:37-07:00
- Forum: Bugs
- Topic: Convert SVG -density not working!
- Replies: 12
- Views: 8966
Re: Convert SVG -density not working!
btw if i try to use the same command on my server at hostgator it works! so i check their stats (see below) first they dont even have RSVG listed in their DELEGATES and second their SVG says Scalable Vector Graphics (XML 2.7.6). XML not RSVG like with mine!: should this matter? just something i ...
- 2015-11-22T06:43:20-07:00
- Forum: Bugs
- Topic: Convert SVG -density not working!
- Replies: 12
- Views: 8966
Convert SVG -density not working!
As in a previous post i mentioned: I just installed the latest version of ImageMagick-6.9.2-6 from source on Linux Mint 17.2 x64 in a separate location btw (/home/im/). I'm getting a new problem running this command with convert: ./convert sample.svg -density 180 -background none -trim sample.png ...
- 2015-11-21T19:51:40-07:00
- Forum: Bugs
- Topic: Error converting png with -background #ff0000 option
- Replies: 2
- Views: 3075
Re: Error converting png with -background #ff0000 option
nvm i just figured it out! the hex color needed to be in quotes! single or double doesnt matter but it worked! omg ive wasted 2 hrs trying to figure out the damn problem! :)) so just this worked: ./convert sample.png -background "#ff0000" sample1.png OR ./convert sample.png -background '#ff0000 ...
- 2015-11-21T19:34:07-07:00
- Forum: Bugs
- Topic: Error converting png with -background #ff0000 option
- Replies: 2
- Views: 3075
Error converting png with -background #ff0000 option
I just installed the latest version of ImageMagick-6.9.2-6 from source on Linux Mint 17.2 x64 in a separate location btw (/home/im/). I'm getting an error running this command with convert: ./convert sample.png -background #ff0000 sample1.png convert: missing an image filename `-background' @ error ...