Search found 7 matches
- 2017-01-21T22:15:04-07:00
- Forum: Users
- Topic: How To Enable Autotrace? -- Installed IM with OSX MacPorts
- Replies: 10
- Views: 31826
Re: How To Enable Autotrace? -- Installed IM with OSX MacPorts
Sorry to wake up an old thread but I'm back at installing autotrace with the latest version of ImageMagick. I can't for the life of me remember how I managed to make it all work. Also, I am now installing in an Amazon Linux instance. So my problem is getting IM and AT installed and playing together ...
- 2017-01-21T12:57:08-07:00
- Forum: Users
- Topic: Amazon Linux ImageMagick with AutoTrace
- Replies: 7
- Views: 11915
Re: Amazon Linux ImageMagick with AutoTrace
Yes it would be a delegate to IM. I've done it before but completely forgot how I set it up.
Does anyone know which version of IM AT references? I can just use that and be done with it - hopefully.
Does anyone know which version of IM AT references? I can just use that and be done with it - hopefully.
- 2017-01-20T21:36:51-07:00
- Forum: Users
- Topic: Amazon Linux ImageMagick with AutoTrace
- Replies: 7
- Views: 11915
Re: Amazon Linux ImageMagick with AutoTrace
Thanks snibgo. I tried your suggestion and I didn't get any errors.
Unfortunately ImageMagic's value for autotrace is still no after I configure.
Perhaps there are other dependencies I need to install or remove?
Unfortunately ImageMagic's value for autotrace is still no after I configure.
Code: Select all
make ./configure --with-autotrace=yes
- 2017-01-18T17:41:41-07:00
- Forum: Users
- Topic: Amazon Linux ImageMagick with AutoTrace
- Replies: 7
- Views: 11915
Amazon Linux ImageMagick with AutoTrace
I am transitioning my server to Amazon Linux and can't for the life of me figure out how to remove the dependency to an old version of ImageMagick from Autotrace before I make everything for install. Specifically, I am using AT only for its vector capabilities. Any advice would be much appreciated!
- 2011-05-30T22:53:49-07:00
- Forum: Users
- Topic: How To Enable Autotrace? -- Installed IM with OSX MacPorts
- Replies: 10
- Views: 31826
Re: How To Enable Autotrace? -- Installed IM with OSX MacPor
Looks like I also suffered the effects of an old version referenced for pecl-imagick. My IM and AT were installed fine but pecl wasn't. Everything seems to be ok now. Do you happen to know where I can find some sample php for a simple png to svg conversion script? I'm not worried about resulting ...
- 2011-05-26T21:31:11-07:00
- Forum: Users
- Topic: How To Enable Autotrace? -- Installed IM with OSX MacPorts
- Replies: 10
- Views: 31826
Re: How To Enable Autotrace? -- Installed IM with OSX MacPor
Thanks Anthony I'll give it a try by installing autotrace first then IM as opposed to the other way around which is what I did initially, and see if it works. The ports tree on freeBSD is nicely up to date
Cheers!
Cheers!
- 2011-05-24T13:23:03-07:00
- Forum: Users
- Topic: How To Enable Autotrace? -- Installed IM with OSX MacPorts
- Replies: 10
- Views: 31826
Re: How To Enable Autotrace? -- Installed IM with OSX MacPor
The autotrace library and header files must be installed when ImageMagick is built and the --with-autotrace configure script command line option must be included when configuring ImageMagick. Check the output of the configure script to verify autotrace was validated. Next build and install ...