Search found 81 matches

by tsdineen
2011-12-15T11:22:05-07:00
Forum: Bugs
Topic: EMF+ support on Windows
Replies: 30
Views: 75544

Re: EMF+ support on Windows

Here is another link from our developer. http://msdn.microsoft.com/en-us/library/ms536391.aspx Among other things, it discusses the following: Windows GDI+ provides the Metafile class so that you can record and display metafiles. A metafile, also called a vector image, is an image that is stored as ...
by tsdineen
2011-12-15T11:19:48-07:00
Forum: Bugs
Topic: EMF+ support on Windows
Replies: 30
Views: 75544

Re: EMF+ support on Windows

Hopefully, this will help.

http://msdn.microsoft.com/en-us/library/ms533798.aspx

It looks like you have to use the GDI+ api, to determine these new formats. I haven't spent much time in this, so I don't know exactly what needs to be changed.
by tsdineen
2011-12-14T07:34:43-07:00
Forum: Bugs
Topic: EMF+ support on Windows
Replies: 30
Views: 75544

EMF+ support on Windows

My company is starting to create EMF+ files, and I've found the latest ImageMagick Display for Windows doesn't view this format. I am using the ImageMagick-6.7.3-10-Q16-windows-dll.exe download to test this format. I have two files ftp://ftp.sas.com/outgoing/ImageMagick/EMF.emf - standard emf file a...
by tsdineen
2011-09-08T10:40:22-07:00
Forum: Developers
Topic: How to build ImageMagick so svg is purely a delegate
Replies: 3
Views: 10879

Re: How to build ImageMagick so svg is purely a delegate

So, how does it pick it up? I have the rsvg in the delegates file for 6.3.6, but it gives me an error when I try to display it. My build of 6.7.1, didn't install a magic.xml or delegates.xml, and gives the same error when I try to display the svg file.
by tsdineen
2011-09-08T07:24:57-07:00
Forum: Developers
Topic: How to build ImageMagick so svg is purely a delegate
Replies: 3
Views: 10879

How to build ImageMagick so svg is purely a delegate

I have been trying to build ImageMagick tools, so the svg is completely a delegate, but I am having problems. I have tried builds 6.3.6 and 6.7.1, but both fail to display the image with lnxlgn13:dev/tls>6.7.1/lnx/bin/identify ../dev/src/asvgv.svg ../dev/src/asvgv.svg SVG 800x600 800x600+0+0 8-bit D...
by tsdineen
2010-10-14T08:58:35-07:00
Forum: Bugs
Topic: Page 2 of PSL chopped off
Replies: 7
Views: 14410

Re: Page 2 of PSL chopped off

The files are out there again.

ftp://ftp.sas.com/outgoing/ImageMagick

Sorry, the system doesn't leave them there very long.
by tsdineen
2010-10-14T07:35:45-07:00
Forum: Bugs
Topic: Page 2 of PSL chopped off
Replies: 7
Views: 14410

Re: Page 2 of PSL chopped off

Any fix on this problem? It has been over two weeks without even a comment.

Thanks,
by tsdineen
2010-09-30T06:39:44-07:00
Forum: Bugs
Topic: Page 2 of PSL chopped off
Replies: 7
Views: 14410

Re: Page 2 of PSL chopped off

I have a reproducable piece of code showing setting the -page isn't working. I can use display -page letter fine, but it doesn't appear to work in c. I am building and running on Linux rhel4. If I use IM 6.3.6, I don't have the problem. I believe I have been able to reproduce this with any version s...
by tsdineen
2010-08-31T06:50:11-07:00
Forum: Bugs
Topic: Conflict in MagicMap
Replies: 1
Views: 4226

Conflict in MagicMap

there is a conflict in the magic map causing issues with ImageMagick trying to determine old PCL files and guessing HPGL. This then causes ImageMagick to pick the hpgl delegate to decode. 124 { "HPGL", 0, MagickString("\033E\033") }, ... 145 { "PCL", 0, MagickString(&qu...
by tsdineen
2010-08-17T04:54:22-07:00
Forum: Bugs
Topic: Page 2 of PSL chopped off
Replies: 7
Views: 14410

Re: Page 2 of PSL chopped off

That sort of works with and -density 89x89, but the second page does shift up and right. I am actually using the C interface and have size set, but it doesn't seem to work. if (!strcmp (im->image->magick, "PSL") || !strcmp (im->image->magick, "PDF") || !strcmp (im->image->magick,...
by tsdineen
2010-08-16T13:58:22-07:00
Forum: Bugs
Topic: Page 2 of PSL chopped off
Replies: 7
Views: 14410

Page 2 of PSL chopped off

I have an psl image when I display it, the second page is chopped off at the top. I can view this fine in ghostscript, but not display. I am using version IM 6.6.3-4, but it appears this has been there for some time. I am also able to view this with the psview on windows. The image can be found here...
by tsdineen
2010-07-30T09:37:38-07:00
Forum: Bugs
Topic: must specify image size of GIF file
Replies: 12
Views: 25482

Re: must specify image size of GIF file

It would appear ImageMagick decides on coders before looking at the magick.xml file and ignores any entry. I'm not sure when this started, but the code is mapping the the file to the wrong coder. This particular file format is from legacy times when only <Esc>E was required to reset the printer. Thi...
by tsdineen
2010-07-28T14:09:26-07:00
Forum: Bugs
Topic: must specify image size of GIF file
Replies: 12
Views: 25482

Re: must specify image size of GIF file

I installed the patch, and it fixes the initial problem. Thanks. Although, now it breaks a PCL variant I added to magic.xml file. It is trying to decode the format as hpgl, which it isn't. <delegate decode="hpgl" command="if [ -e hp2xx -o -e /usr/bin/hp2xx ]; then hp2xx -q -m eps -f `...
by tsdineen
2010-07-23T14:12:28-07:00
Forum: Bugs
Topic: must specify image size of GIF file
Replies: 12
Views: 25482

Re: must specify image size of GIF file

Is there a way to remove this coder from ImageMagick? I really have to have this extension images to use 'magic' and determine the coder.
by tsdineen
2010-07-20T20:09:36-07:00
Forum: Bugs
Topic: must specify image size of GIF file
Replies: 12
Views: 25482

Re: must specify image size of GIF file

This extension isn't list in the formats list, nor was this a problem in 6.3.6. I can't use the prefix, because 1) I am using the c interface, not display and 2) my tools doesn't have knowledge of the format being passed to it. I have relied on ImageMagick to tell me which format I have. Why is ther...