Search found 11064 matches

by magick
2006-04-10T09:13:28-07:00
Forum: Users
Topic: Problems upgrading on Cpanel/RHE3+4 server
Replies: 0
Views: 8327

Your prefix should be /usr, not /usr/bin.
by magick
2006-04-10T09:10:29-07:00
Forum: Users
Topic: -opaque giving different result on 3 different machines
Replies: 2
Views: 13395

You could try posting a URL to your image here so we can reproduce the problem. Perhaps there is still a bug in the fuzz factor we overlooked.
by magick
2006-04-10T08:27:19-07:00
Forum: Users
Topic: Create a MCYK image with one image per channel
Replies: 0
Views: 7782

The composite program has a -stereo option for creating stereo images.
by magick
2006-04-10T08:20:46-07:00
Forum: Users
Topic: Shadowing problems
Replies: 0
Views: 8746

Some of Anthony's examples rely on the very latest ImageMagick releases. The current release is ImageMagick 6.2.6-8. It should produce the expected results. If not, let us know.
by magick
2006-04-10T08:18:06-07:00
Forum: Users
Topic: -opaque giving different result on 3 different machines
Replies: 2
Views: 13395

In recent versions of ImageMagick we enhanced the fuzz factor to account for the alpha channel and in the process fixed a bug. So your command should work the same across ImageMagick versions but with a different fuzz value required for recent versions of ImageMagick.
by magick
2006-04-10T08:12:41-07:00
Forum: Users
Topic: PDF / EPS rastering quality
Replies: 1
Views: 10000

Try this command to get good antialiased PDF or Postscript images:
  • convert -density 400 logo.pdf -resize 25% logo.jpg
by magick
2006-04-10T08:11:19-07:00
Forum: Users
Topic: trim, then scale, distorting aspect ratio
Replies: 1
Views: 10147

Add +repage after -trim to get the expected results.
by magick
2006-04-10T07:32:36-07:00
Forum: Bugs
Topic: Error reading this WMF file
Replies: 2
Views: 18456

Your image rendered for us, not sure if its the correct rendering though. We got a white canvas with a grey block near the bottom with a vertical green line half way through it. We're using ImageMagick 6.2.7 Beta built with the latest WMF delegate library.
by magick
2006-04-09T19:49:20-07:00
Forum: Bugs
Topic: TIFFReadDirectory causes non-zero exit status
Replies: 2
Views: 22093

We got:
  • -> convert S144p008-pc.0089.tif S144p008-pc.0089.gif
    convert: S144p008-pc.0089.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory'.
    -> echo $status
    0
So the convert program returned a 0 status as expected. We're using ImageMagick 6.2.6-8.
by magick
2006-04-09T04:06:20-07:00
Forum: Users
Topic: How can I convert a 32bit RGBA into 24bit RGB, ...
Replies: 1
Views: 12262

Add +matte to your command line to remove the alpha channel from an image.
by magick
2006-04-07T15:38:35-07:00
Forum: Bugs
Topic: convert makes bad eps (gs dies, file looks bad too)
Replies: 1
Views: 16339

We have a patch in ImageMagick 6.2.7 Beta to fix the problem you reported. The patch will be available within 48 hours.
by magick
2006-04-07T12:55:48-07:00
Forum: MagickWand
Topic: reading an image
Replies: 0
Views: 17721

You probably want to use this method from the MagickWand API: MagickGetImagePixels() extracts pixel data from an image and returns it to you. The method returns MagickTrue on success otherwise MagickFalse if an error is encountered. The data is returned as char, short int, int, long, float, or doubl...
by magick
2006-04-07T10:17:39-07:00
Forum: Users
Topic: Text drawn using Tahoma font does not match the system font
Replies: 1
Views: 11692

Type
  • convert -list format
Look for the TTF format. Is the mode listed as r--? Does it also mention which version of Freetype was compiled with ImageMagick?

We tried your annotation with ImageMagick 6.2.6-8 and Freetype 2.1.7 and it worked properly.
by magick
2006-04-07T09:37:45-07:00
Forum: Bugs
Topic: 1-bit TIFFs render with inverted colors - sometimes
Replies: 2
Views: 16652

Understood. Our conclusion is that ImageMagick 6.2.2 and below and ImageMagick 6.2.6-7 can read/write your monochrome TIFF image just fine. 6.2.6-7 has a problem writing it to PNG. ImageMagick 6.2.7 Beta can read/write monochrome TIFF and PNG without any problems.
by magick
2006-04-07T09:34:40-07:00
Forum: Bugs
Topic: Converting SVG to anything -> segfault
Replies: 7
Views: 25908

We don't get a seg-fault with ImageMagick 6.2.6-8 but it does not render properly. ImageMagick 6.2.7 development can render it. 6.2.7 will be released in a few weeks.