Search found 123 matches

by mi
2007-10-14T16:35:34-07:00
Forum: Bugs
Topic: The t/read PerlMagick test fails in 6.3.6-2
Replies: 3
Views: 9316

Re: The t/read PerlMagick test fails in 6.3.6-2

Gradients use floating point calculations so we are tolerant of errors up to 1.2. You can safely increase the sensitivity on this test to 0.2, 1.02 so that the test will pass. Thanks. Well, if you aren't worried up to 1.2, why are you advising me to use a lower number of 1.02 :D ? Anyway, please, d...
by mi
2007-10-14T15:57:46-07:00
Forum: Bugs
Topic: The t/filter PerlMagick tests still fail in 6.3.6-2
Replies: 13
Views: 26577

Re: The t/filter PerlMagick tests still fail in 6.3.6-2

As long as it does not exceed 1.2 we do not get concerned. Would it be too much to ask, that the real maximum safe values (1.2 in this particular one) be listed as the actual maximum safe values in the test scripts? The way to look at the tests for all but the developers (you), is binary -- they ei...
by mi
2007-10-14T15:52:38-07:00
Forum: Bugs
Topic: The t/read PerlMagick test fails in 6.3.6-2
Replies: 3
Views: 9316

The t/read PerlMagick test fails in 6.3.6-2

On FreeBSD/amd64:

Code: Select all

perl t/read.t
1..47
...
Gradient (gradual passing from one shade to another) ...
mean-error=0,168198686124066, maximum-error=1
not ok 9
...
Please, advise. Thanks!
by mi
2007-10-14T15:28:55-07:00
Forum: Bugs
Topic: Questioning the wisdom of GetEnvironmentValue()
Replies: 3
Views: 9285

Questioning the wisdom of GetEnvironmentValue()

Why does the function exist? Why not simply call getenv() -- an API, which has existed since forever? If the call needs to be wrapped, why bother returning a malloc-ed copy of the string (which will then need to be free-ed) -- the value can't change once the process is running (except by the process...
by mi
2007-10-14T14:34:40-07:00
Forum: Bugs
Topic: How to disable generation of perllocal.pod?
Replies: 1
Views: 5811

Re: How to disable generation of perllocal.pod?

Answering my own question... The patch below does the trick: --- Makefile.in 2007-09-21 12:36:48.000000000 -0400 +++ Makefile.in 2007-10-14 15:52:39.000000000 -0400 @@ -10372,4 +10372,4 @@ @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@install-exec-perl: $(PERLMAKEFILE) -@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_...
by mi
2007-10-14T14:25:39-07:00
Forum: Bugs
Topic: The t/filter PerlMagick tests still fail in 6.3.6-2
Replies: 13
Views: 26577

The t/filter PerlMagick tests [b]still[/b] fail in 6.3.6-2

A freshly compiled 6.3.6-2: perl t/filter.t ... ok 23 GaussianBlur('0.0x1.5') ... mean-error=0,000403084336889061, maximum-error=0,137254901960784 not ok 24 Implode(0.5) ... ok 25 Level('20%') ... ok 26 Magnify() ... ok 27 Set(fuzz=>3276) ... MatteFloodfill(geometry=>"+25+45") ... ok 28 Me...
by mi
2007-10-04T21:02:52-07:00
Forum: Developers
Topic: Why would not I enable HDRI?
Replies: 11
Views: 26453

Why would not I enable HDRI?

It appears, HDRI is a popular thing in digital photography. ImageMagick includes (some) support for it, but it is not turned on by default -- on need to configure with --enable-hdri and rebuild first... What's the drawback to enabling it? Will it cause stability (crashes) or performance problems to ...
by mi
2007-10-04T20:51:17-07:00
Forum: Bugs
Topic: How to disable generation of perllocal.pod?
Replies: 1
Views: 5811

How to disable generation of perllocal.pod?

I hope, a clever option can be specified to --with-perl-options=... to disable the generation of the file. Would would it be? Thanks!
by mi
2007-10-01T10:52:12-07:00
Forum: Bugs
Topic: ImageMagick build fails with FPX enabled
Replies: 10
Views: 23656

Re: ImageMagick build fails with FPX enabled

FreeBSD 6.2-STABLE #0: Thu Sep 20 12:16:05 EDT 2007 # identify PerlMagick/t/fpx/input_jpeg.fpx identify: no decode delegate for this image format `PerlMagick/t/fpx/input_jpeg.fpx'. Thanks. My question was addressed to "magick" -- or anyone else, for whom FPX works properly. Its been 10 da...
by mi
2007-10-01T10:49:02-07:00
Forum: Bugs
Topic: Self-tests affected by installed ImageMagick
Replies: 9
Views: 20861

Re: Self-tests affected by installed ImageMagick

ImageMagick is utilized by a number of scripting environments such as PHP and Perl. A nefarious individual could inject an environment variable so ImageMagick loads a nefarious coder module that runs with the same user credentials as the scripting environment (e.g. apache). If such an individual ha...
by mi
2007-09-30T13:28:47-07:00
Forum: Bugs
Topic: Strange failure of all WBMP tests
Replies: 0
Views: 4456

Strange failure of all WBMP tests

/ibm/jail/usr/ports/graphics/ImageMagick/work/ImageMagick-6.3.5/tests/.libs/rwblob /ibm/jail/usr/ports/graphics/ImageMagick/work/ImageMagick-6.3.5/tests/input_bilevel.miff WBMP R/W file check for format "WBMP" failed: 16332/0.249224/1.000000e FAIL: tests/rwblob_WBMP_bilevel.sh /ibm/jail/u...
by mi
2007-09-30T13:23:30-07:00
Forum: Bugs
Topic: Self-tests affected by installed ImageMagick
Replies: 9
Views: 20861

Re: Self-tests affected by installed ImageMagick

Regression testing requires that ImageMagick be installed first before the tests are run for the "installed" version of ImageMagick (the default) or you can test with the "uninstalled" version which respects the environment variables. The installed version must pick up a delegat...
by mi
2007-09-29T04:28:35-07:00
Forum: Bugs
Topic: Self-tests affected by installed ImageMagick
Replies: 9
Views: 20861

Re: Self-tests affected by installed ImageMagick

We'll add a API version and quantum depth check on module in the next ImageMagick release so only compatible modules are loaded. Thanks for alerting us to the problem. Thanks. That may not be enough, however -- even though it will solve some of the conflicts. In my opinion, if the overwriting envir...
by mi
2007-09-28T16:36:37-07:00
Forum: Bugs
Topic: Self-tests affected by installed ImageMagick
Replies: 9
Views: 20861

self-tests may be affected by installed ImageMagick

Ok, this appears to be due to a bug in module.c. It first looks into the MAGICK_CODER_MODULE_PATH environment variable, which magick.sh duly sets for the self-tests. When it can not find the module there (when, for example, module support is turned off), however, it goes on to look into a directory,...
by mi
2007-09-28T16:15:37-07:00
Forum: Bugs
Topic: "exceptions" and "attributes" Magick++ tests fail
Replies: 0
Views: 4994

"exceptions" and "attributes" Magick++ tests fail

A FreeBSD-current user has just reported a failure of two Magick++ tests to me. I can not reproduce them -- likely because he is using -current's new compiler, which is gcc-4.2: FAIL: Magick++/tests/exceptions.sh FAIL: Magick++/tests/attributes.sh The full log including both the build and the tests ...