Search found 81 matches

by tsdineen
2007-11-06T09:42:49-07:00
Forum: Users
Topic: Problem reading cgm with 6.3.6-8
Replies: 2
Views: 6704

Problem reading cgm with 6.3.6-8

I am getting an error trying to read a cgm file with the 6.3.6 version on linux. display ~/data/file.cgm returns: ***FATAL ERROR: CGMmain [140] Cannot open file (Input file: <.cgm) display: Delegate failed `"ralcgm" -d ps -oC < "%i" > "%o" 2>/dev/null'. display: unable ...
by tsdineen
2007-08-17T07:23:27-07:00
Forum: Users
Topic: Any way to install multiple versions on a linux box?
Replies: 2
Views: 7825

Re: Any way to install multiple versions on a linux box?

The simplest way is what I do, set --prefix to something different, then create a perl/ksh script to force the lib path and pickup correct bin. Then link each tool you want to have this capability, such as display and convert, to this script. This way I can override the OS installed versions and run...
by tsdineen
2007-07-16T12:59:01-07:00
Forum: Bugs
Topic: Including images in SVG
Replies: 0
Views: 5858

Including images in SVG

I have a svg document, that includes png images as part of the background and graph. Most of this is working, but it would appear display is getting confused on where to put the graph images. Below is the svg test doc. As you can see by the code, there should be 5 png images roughly in the center wh...
by tsdineen
2007-07-16T11:53:24-07:00
Forum: Bugs
Topic: Problems with svg
Replies: 2
Views: 8818

Re: Problems with svg

Thank you, for your hard work. IM 6.3.5-1 does fix my two problems, but it does reintroduce the rotate problem stated here:
http://redux.imagemagick.org/discourse- ... f=1&t=8592
by tsdineen
2007-07-09T15:06:53-07:00
Forum: Bugs
Topic: Problems with svg
Replies: 2
Views: 8818

Problems with svg

I just downloaded the latest ImageMagick code (6.3.5) to build on Linux RHEL4. I have two issues, one regression from 6.3.3 and one continued failure, when viewing a svg format. The svg should create a green rectangle box with a black border and a title rotated along the right edge. This file views ...
by tsdineen
2007-07-06T13:39:56-07:00
Forum: Users
Topic: SVG, applying transform="rotate()" and conversion issues
Replies: 4
Views: 13588

Re: SVG, applying transform="rotate()" and conversion issues

Has this been resolved, yet? I have tested 6.3.3-4 and 6.3.4-10, and while the Changelog says it is supported, I can't seem to display the test svg properly on linux. It appears to be stripping the x and y off and only performing the rotate.