Using IM 6.6.6-3 Q16, Mac, through Terminal
When I convert an .ai file, I get super aliased lines.
Original:
http://cl.ly/0a2343181E0d2s0W1V2s
Converted:
http://cl.ly/2W0k0A1o322U0s1V3x1B
I have tried high -density and then resizing it, as well as a couple of random option, but I always get these jagged lines.
Is it possible to get these smoothed out, or is it just a product of the conversion that I will have to deal with?
Thanks!
Jagged edges for converted .ai files
-
- Posts: 4
- Joined: 2011-02-24T15:34:21-07:00
- Authentication code: 8675308
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Jagged edges for converted .ai files
post your ai file and the exact command line.
you may also want to upgrade as your output is PNG and there have been many changes to PNG processing over the last number of release. see the changelog http://www.imagemagick.org/script/changelog.php
you may also want to upgrade as your output is PNG and there have been many changes to PNG processing over the last number of release. see the changelog http://www.imagemagick.org/script/changelog.php
-
- Posts: 4
- Joined: 2011-02-24T15:34:21-07:00
- Authentication code: 8675308
Re: Jagged edges for converted .ai files
Yeah, I have tried both png and jpeg with the same problem. I will update anyway.
The file is here:
http://ge.tt/4TFLdjz
It's a single artboard file.
Thanks.
The file is here:
http://ge.tt/4TFLdjz
It's a single artboard file.
Thanks.
-
- Posts: 4
- Joined: 2011-02-24T15:34:21-07:00
- Authentication code: 8675308
Re: Jagged edges for converted .ai files
Sorry, forgot to post command:
Code: Select all
convert -channel RGBA -colorspace RGB /Users/johnbrown/Desktop/singleBadge.ai[0] -density 1000 -resize 700 /Users/johnbrown/Desktop/singleBadge.jpg
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Jagged edges for converted .ai files
Set density BEFORE reading the AI file.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
-
- Posts: 4
- Joined: 2011-02-24T15:34:21-07:00
- Authentication code: 8675308
Re: Jagged edges for converted .ai files
You're a peach, anthony. Thanks for the quick reply.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Jagged edges for converted .ai files
Oooo... I hope not. I shave too much as it is!thisisjohnbrown wrote:You're a peach, anthony.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/