Search found 12 matches

by jeffrey.berger
2015-03-02T16:16:25-07:00
Forum: Bugs
Topic: convert fails utterly for PDF to SVG and PDF to SVGZ
Replies: 6
Views: 6500

Re: convert fails utterly for PDF to SVG and PDF to SVGZ

I also tried the "Alternatively,..." instructions on the same page. That produced a promisingly named directory ImageMagick-6.9.0-7.

However I could find no bin subdirectory in that folder nor any evidence of Mac executable files.
by jeffrey.berger
2015-03-02T12:43:39-07:00
Forum: Bugs
Topic: convert fails utterly for PDF to SVG and PDF to SVGZ
Replies: 6
Views: 6500

Re: convert fails utterly for PDF to SVG and PDF to SVGZ

Just tried following the install instructions http://www.imagemagick.org/script/binar ... php#macosx using Mac ports. Those instructions produce IM 6.9.0-0.

I tried port upgrade ImageMagick, but that produced no change.

How can I install or upgrade to the latest binary?

Thanks.
by jeffrey.berger
2015-03-02T09:36:56-07:00
Forum: Bugs
Topic: convert fails utterly for PDF to SVG and PDF to SVGZ
Replies: 6
Views: 6500

Re: convert fails utterly for PDF to SVG and PDF to SVGZ

I'm using brew which reports 6.9.0-3 as the latest. Can you suggest how I might get -9?

Thanks
-J
by jeffrey.berger
2015-03-02T08:49:40-07:00
Forum: Bugs
Topic: convert fails utterly for PDF to SVG and PDF to SVGZ
Replies: 6
Views: 6500

Re: convert fails utterly for PDF to SVG and PDF to SVGZ

Thank you. No, I neglected to do that.

However, having installed that I see convert is still producing SVGs with invalid <svg ...> tags.

I thought this had been fixed in a beta version since rolled into the current release. Apparently not.

Will there be a fix?

Thanks.
by jeffrey.berger
2015-03-02T08:25:07-07:00
Forum: Bugs
Topic: convert fails utterly for PDF to SVG and PDF to SVGZ
Replies: 6
Views: 6500

convert fails utterly for PDF to SVG and PDF to SVGZ

From the command line: MacBook-Pro:~/Desktop$ convert fw4.pdf fw4.svg convert: no images defined `fw4.svg' @ error/convert.c/ConvertImageCommand/3210. MacBook-Pro:~/Desktop$ convert fw4.pdf fw4.svgz convert: no images defined `fw4.svgz' @ error/convert.c/ConvertImageCommand/3210. MacBook-Pro:~/Deskt...
by jeffrey.berger
2015-02-27T08:19:02-07:00
Forum: Bugs
Topic: convert PDF to SVG fails to create valid file
Replies: 7
Views: 14572

Re: convert PDF to SVG fails to create valid file

Just getting back to this issue. Where/how can I find info about downloading/installing the Beta? (Mac OS 10.10.1)

Thanks!
by jeffrey.berger
2015-02-10T08:46:44-07:00
Forum: Bugs
Topic: convert PDF to SVG fails to create valid file
Replies: 7
Views: 14572

Re: convert PDF to SVG fails to create valid file

Aha! The problem is in the headers IM is creating for the SVG. I pasted in headers from an SVG created by exporting from Adobe Illustrator and the IM SVG became viewable. Below, IM's headers are commented, Illustrator's are not: <!-- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" &quo...
by jeffrey.berger
2015-02-10T07:14:51-07:00
Forum: Bugs
Topic: convert PDF to SVG fails to create valid file
Replies: 7
Views: 14572

Re: convert PDF to SVG fails to create valid file

Sure. Here's one:
http://www.irs.gov/pub/irs-pdf/fw4.pdf

convert DOES create an SVG file, but the file cannot be opened in the browser because of the missing namespace specification.

Thanks.
by jeffrey.berger
2015-02-09T14:06:32-07:00
Forum: Bugs
Topic: convert PDF to SVG fails to create valid file
Replies: 7
Views: 14572

convert PDF to SVG fails to create valid file

Using the command: >convert foo.pdf foo.svg > produces an SVG file that, when viewed in a browser contains: ----------------------- This page contains the following errors: error on line 871 at column 74: Namespace prefix xlink for href on image is not defined Below is a rendering of the page up to ...
by jeffrey.berger
2013-08-16T09:43:01-07:00
Forum: Magick++
Topic: How to Get Image Artifact values from PSD Image???
Replies: 2
Views: 9243

How to Get Image Artifact values from PSD Image???

I've been unable to figure out how to retrieve Artifacts associated with Layers in a PSD image. Specifically, I need to get the values for psd:layer.x and psd:layer.y. I can see the values in the output from identify -verbose on the command line, so Image Magick can obtain them. But how can I get th...