Search found 245 matches

by rmagick
2007-04-03T04:11:01-07:00
Forum: Developers
Topic: Magick-config uses $MAGICK_HOME instead of $prefix?
Replies: 4
Views: 17818

Re: Magick-config uses $MAGICK_HOME instead of $prefix?

No, this occurred after downloading ftp.imagemagick.org/pub/ImageMagick/ImageMagic.tar.gz and running the usual configure/make/make install. I've got a script that does this that I've been distributing for a month or so now. Haven't run into the problem myself, but the last time I test the script wa...
by rmagick
2007-04-02T15:53:45-07:00
Forum: Developers
Topic: Magick-config uses $MAGICK_HOME instead of $prefix?
Replies: 4
Views: 17818

Magick-config uses $MAGICK_HOME instead of $prefix?

Below is an excerpt from the config.log produced while trying to install RMagick on OS X 10.4.9. I use `Magick-config --ldflags` to get the necessary flags. Apparently Magick-config --ldflags is returning paths with names that start with $MAGICK_HOME instead of the prefix. Is this new? How should I ...
by rmagick
2007-03-21T17:40:37-07:00
Forum: Users
Topic: Odd output from -sepia-tone with Q32
Replies: 0
Views: 5027

Odd output from -sepia-tone with Q32

This is with ImageMagick 6-3.3 Q32. Using this image as input http://home.nc.rr.com/foxhunter/Flower_Hat.jpg and this command: convert Flower_Hat.jpg -sepia-tone 80% sepia.jpg I get this output image http://home.nc.rr.com/foxhunter/sepia.jpg . Notice the pink areas around the hat's top and brim. Thi...
by rmagick
2007-03-20T14:59:42-07:00
Forum: Users
Topic: ftp.imagemagick.org down?
Replies: 2
Views: 8519

ftp.imagemagick.org down?

I've not been able to connect to ftp.imagemagick.org since Sunday. Is there a problem?

tim: ~> ftp ftp.imagemagick.org
ftp: connect: Connection refused
ftp> quit
by rmagick
2007-03-18T16:20:21-07:00
Forum: Developers
Topic: coders/png.c missing declaration when QuantumDepth=32
Replies: 1
Views: 10391

coders/png.c missing declaration when QuantumDepth=32

Trying to build ImageMagick 6.3.3-1 with QuantumDepth=32, I get this message from make: /bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./magick -I./wand -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libxml2 -g -Wall -W -pthread -MT coders/coders_png_la-pn...
by rmagick
2007-03-18T11:56:09-07:00
Forum: Users
Topic: Different output between 6.3.3 Q8 and 6.3.3 Q16
Replies: 4
Views: 12152

Different output between 6.3.3 Q8 and 6.3.3 Q16

This may be the expected behavior but I want to confirm it before I respond to the RMagick user who reported it. There is an example C program at the bottom of this post. When built with 6.3.3-1 Q16 it produces this image: http://home.nc.rr.com/foxhunter/tbe_output-633-Q16.png When I build the examp...
by rmagick
2007-03-14T15:34:19-07:00
Forum: Bugs
Topic: Bug in ColorFloodfillImage in 6.3.3-1
Replies: 2
Views: 11376

Bug in ColorFloodfillImage in 6.3.3-1

In the most recent version of ImageMagick: Version: ImageMagick 6.3.3 03/13/07 Q8 http://www.imagemagick.org Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC I'm seeing the same bug that I earlier reported for IM 6.3.2 in this post: http://www.imagemagick.org/discourse-server/viewtopic.php?...
by rmagick
2007-03-14T15:31:54-07:00
Forum: Bugs
Topic: Bug in fill drawing primitive in 6.3.3-1
Replies: 0
Views: 6980

Bug in fill drawing primitive in 6.3.3-1

In the most recent version of ImageMagick: Version: ImageMagick 6.3.3 03/13/07 Q8 http://www.imagemagick.org Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC I'm seeing the same bug in the fill drawing primitive that I reported for IM 6.3.1 here: http://www.imagemagick.org/discourse-server/...
by rmagick
2007-02-21T17:37:38-07:00
Forum: Developers
Topic: ICC profile name
Replies: 5
Views: 20423

Re: ICC profile name

Hi Mattias,

Here's pointer to the latest ICC spec. It's a binary format, not XML. Good luck!

http://www.color.org/icc_specs2.html
by rmagick
2007-02-08T06:25:43-07:00
Forum: Developers
Topic: "unable to read font (null)"
Replies: 2
Views: 17606

"unable to read font (null)"

In the past couple of weeks I've gotten 10-12 requests for help from RMagick users who have just installed ImageMagick and RMagick. Their programs fail with the message "unable to read font (null)". Every time this happens we determine that they have either failed to install Ghostscript or...
by rmagick
2007-02-05T16:52:28-07:00
Forum: Users
Topic: command line limit overflow
Replies: 3
Views: 11577

Re: command line limit overflow

If you're using -annotate see http://redux.imagemagick.org/script/com ... p#annotate.

If you're using -draw you can put the primitives in a file such as myprimitives.txt and use
"-draw @myprimitives.txt"
by rmagick
2007-01-27T18:10:03-07:00
Forum: Users
Topic: ImageMagick double
Replies: 0
Views: 5634

It looks like the 6.1.8 version was installed with fink. You should be able to uninstall it using the "fink remove" command.
by rmagick
2007-01-22T17:41:54-07:00
Forum: Bugs
Topic: Bug in ColorFloodfillImage in 6.3.2
Replies: 4
Views: 18492

I built all the RMagick samples with the beta and everything worked perfectly. Thanks!
by rmagick
2007-01-21T17:42:55-07:00
Forum: Bugs
Topic: Bug in ColorFloodfillImage in 6.3.2
Replies: 4
Views: 18492

Good deal! Thanks!
by rmagick
2007-01-21T15:20:26-07:00
Forum: Bugs
Topic: Bug in ColorFloodfillImage in 6.3.2
Replies: 4
Views: 18492

Bug in ColorFloodfillImage in 6.3.2

The C program below uses ColorFloodfillImage with the FilltoBorderMethod to fill with an image. It produces the expected image when built with "ImageMagick 6.2.9 10/19/06 Q16" http://home.nc.rr.com/foxhunter/texturefilltoborder-6.2.9.jpg When built with "ImageMagick 6.3.2 01/19/07 Q16...