Search found 11064 matches

by magick
2006-04-05T12:35:20-07:00
Forum: Bugs
Topic: MagickReadImage segfaults on .ai files
Replies: 1
Views: 12023

We converted your 1.ai file to jpeg without complaint. We're using ImageMagick 6.2.6-8 and AFPL Ghostscript 8.51 (2005-04-18).
by magick
2006-04-05T09:53:50-07:00
Forum: Users
Topic: "reverse-cropping" how to?
Replies: 1
Views: 11365

The best solution is to use an API such as PerlMagick but from the command line you could create the label from the command line and use the identify program to extract the image size and in a shell script use the size to calculate the offset needed for annotating the text onto you canvas. The xc: f...
by magick
2006-04-05T09:25:13-07:00
Forum: Users
Topic: "reverse-cropping" how to?
Replies: 1
Views: 11365

To rotate text on a canvas of solid background, try this command:
  • convert -size 176x204 xc:black -font impact.ttf -pointsize 88 -fill white -annotate 30x30+0+60 "PIMPIN" output.jpg
by magick
2006-04-05T09:17:38-07:00
Forum: Users
Topic: Incorrect word-wrapping with Caption: ?
Replies: 3
Views: 16157

The problem is that even the first word cannot be placed within the width of the image canvas so the algorithm bails. We can improve the algorithm to take "do the best you can" approach. Will have a patch in ImageMagick 6.2.7 Beta within a few days.
by magick
2006-04-05T07:59:11-07:00
Forum: PerlMagick
Topic: Postscript to PDF
Replies: 3
Views: 32962

We suggest you bypass ImageMagick and use the Ghostscript ps2pdf script to convert a multi-page Postscript document to a vector PDF file.
by magick
2006-04-04T13:10:46-07:00
Forum: Bugs
Topic: SVG not rendering correctly
Replies: 1
Views: 13226

Markers are another thing we need to get into ImageMagick. Its on our list of things to do.
by magick
2006-04-04T12:15:30-07:00
Forum: Bugs
Topic: SVG not rendering correctly
Replies: 1
Views: 13226

Your SVG image requires gradients and we're still working on gradient support within ImageMagick. We have a patch but have no integrated it into the main distribution just yet. In the mean-time try the rsvg program to render your SVG image.
by magick
2006-04-04T12:13:44-07:00
Forum: Users
Topic: Portability Problem (Windows)
Replies: 2
Views: 14825

Try adding
  • using MagickLib::GetQuantumInfo;
to Magick++/lib/Magick++/Include.h. That should fix the problem.
by magick
2006-04-04T10:22:40-07:00
Forum: Users
Topic: Validity of a PDF File
Replies: 5
Views: 21096

Your jacket2.pdf converted fine without complaint for us. We're using ImageMagick 6.2.6-8 and Ghostscript 8.15.1 (2005-09-22).
by magick
2006-04-04T08:18:39-07:00
Forum: Bugs
Topic: PSD->TIFF conversion loses layer offsets.
Replies: 1
Views: 16912

We could reproduce the problem and will have a patch in ImageMagick 6.2.6-9 Beta by tommorrow.
by magick
2006-04-04T08:03:45-07:00
Forum: Users
Topic: Validity of a PDF File
Replies: 5
Views: 21096

We could not read the URL you sent us. It would not load, instead it just timed out.
by magick
2006-04-04T08:02:17-07:00
Forum: Users
Topic: Global setting [ghostscript library]?
Replies: 0
Views: 8275

Looks like ImageMagick was built against the Ghostscript delegate library rather than the Ghostscript delegate program (i.e. gs). To change versions of Ghostscript you will need to rebuild ImageMagick from source against the new Ghostscript libraries or add --without-gslib to the configure program t...
by magick
2006-04-03T13:29:44-07:00
Forum: Users
Topic: PDF conversion -- problems on one server only
Replies: 0
Views: 8239

Your PDF converted without complaint under Fedora Core 5, Ghostscript 8.51 and ImageMagick 6.2.6-8.
by magick
2006-04-03T13:27:37-07:00
Forum: Users
Topic: Incorrect word-wrapping with Caption: ?
Replies: 3
Views: 16157

ImageMagick grabs the metrics directly from the font file. We have no reason at this time to believe the metrics are unreliable. As suggested the problem is most likely simply that we speed up the process by using the max advance metric instead of using the slower method of getting the actual advanc...
by magick
2006-04-03T13:23:10-07:00
Forum: Users
Topic: Proper use of wildcards with -append option of convert
Replies: 2
Views: 15478

Grab the latest ImageMagick 6.2.6-8 release. It has an updated TIFF delegate library. It seems to be able to create compressed TIFF image files ok.