Search found 51 matches

by Petr
2013-03-29T02:00:56-07:00
Forum: Developers
Topic: failing montage.t test
Replies: 11
Views: 13835

Re: failing montage.t test

Much better, thanks! For quantum depth 8 (not tested other so far), I get 2/19 tests failing now: $images->Set(bordercolor=>'blue', mattecolor=>'red') $montage=$images->Montage( background=>'#696e7e',, tile=>'4x4', geometry=>'90x80+3+3>', frame=>'8x10', borderwidth=>'0', gravity=>'Center', backgroun...
by Petr
2013-01-21T07:48:04-07:00
Forum: Developers
Topic: failing montage.t test
Replies: 11
Views: 13835

Re: failing montage.t test

This is interesting. With 6.7.9-1 as well as with 6.8.1-10, except test 12 and 13, I get same 'computed signatures' as expected ones before http://trac.imagemagick.org/changeset/9087 ! Notes: * Computed signatures in the tests 12 and 13 differs also between versions 6.7.9-1 and 6.8.1-10. * This is w...
by Petr
2013-01-16T03:43:01-07:00
Forum: Bugs
Topic: failing "MAT (MatLab RGB 8-bit LSB integer) ..." test
Replies: 7
Views: 9549

Re: failing "MAT (MatLab RGB 8-bit LSB integer) ..." test

That indeed helped, thanks.
by Petr
2013-01-11T06:17:28-07:00
Forum: Bugs
Topic: failing "MAT (MatLab RGB 8-bit LSB integer) ..." test
Replies: 7
Views: 9549

Re: failing "MAT (MatLab RGB 8-bit LSB integer) ..." test

Don't know so far if this is relevant: $ export $MALLOC_PERTURB_=69 [...] Breakpoint 1, IsImagesEqual (image=0x8ce730, reconstruct_image=0x8c3030) at magick/compare.c:1607 1607 for (y=0; y < (ssize_t) image->rows; y++) (gdb) n 1620 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exceptio...
by Petr
2013-01-11T05:22:25-07:00
Forum: Bugs
Topic: failing "MAT (MatLab RGB 8-bit LSB integer) ..." test
Replies: 7
Views: 9549

Re: failing "MAT (MatLab RGB 8-bit LSB integer) ..." test

valgrind output: [...] ==24898== Conditional jump or move depends on uninitialised value(s) ==24898== at 0x634C670: ScaleAnyToQuantum (quantum-private.h:277) ==24898== by 0x634EE61: ImportBlueQuantum (quantum-import.c:1107) ==24898== by 0x6355DE6: ImportQuantumPixels (quantum-import.c:3416) ==24898=...
by Petr
2013-01-11T05:15:35-07:00
Forum: Bugs
Topic: failing "MAT (MatLab RGB 8-bit LSB integer) ..." test
Replies: 7
Views: 9549

failing "MAT (MatLab RGB 8-bit LSB integer) ..." test

Hi, 6.7.8-8 is failing for me when MALLOC_PERTURB_ is set at least for some nonzero values. See following code derived from this test: ----- read-compare.pl ----- use Image::Magick; print("MAT (MatLab RGB 8-bit LSB integer) ...\n"); $srcimage_name = 'input_rgb_lsb_08bit.mat'; $refimage_nam...
by Petr
2013-01-08T05:42:30-07:00
Forum: Developers
Topic: failing montage.t test
Replies: 11
Views: 13835

Re: failing montage.t test

Maybe worth to add, that expected signatures in montage.t have changed at the same point of time when this test started failing for me (i. e. between 6.7.9-0 and 6.7.9-1).
by Petr
2012-12-31T06:39:45-07:00
Forum: Developers
Topic: failing montage.t test
Replies: 11
Views: 13835

Re: failing montage.t test

Thanks for quick reply. Yes, ghostscript is installed. I have tested ImageMagick-6.7.9-1 (first version which is failing for me) with script from initial comment also on live system and I get again test> perl montage-test.pl signature: 93afa0ad47528ea284a170f6564e9cbb0b824959daf49ada35c43d9e8ca40f79...
by Petr
2012-12-21T08:14:58-07:00
Forum: Developers
Topic: failing montage.t test
Replies: 11
Views: 13835

Re: failing montage.t test

And the issue persists with 6.8.1-0.

Anyway, happy Christmas!
by Petr
2012-12-21T07:55:16-07:00
Forum: Developers
Topic: failing montage.t test
Replies: 11
Views: 13835

failing montage.t test

I get 19/19 tests failed when make test with 6.8.0-10. More testing shows, that: 6.7.8-8 ok 6.7.9-0 ok 6.7.9-1 fail 6.7.9-3 fail 6.7.9-5 fail 6.8.0-0 fail 6.8.0-10 fail With following test derived from montage.t: use Image::Magick; my $images=Image::Magick->new; my $image=Image::Magick->new; my @col...
by Petr
2011-10-18T22:59:27-07:00
Forum: Bugs
Topic: SVG rendering errors (linux)
Replies: 4
Views: 13681

Re: SVG rendering errors (linux)

anthony wrote:This was extracted (split) from the topic it was originally posted to, as it is really a new topic.
Ahh I confused topic window -- this should have to go to "SVG rendering errors" topic. Sorry for that.
viewtopic.php?f=3&t=18118
by Petr
2011-10-18T08:09:47-07:00
Forum: Bugs
Topic: SVG rendering errors (linux)
Replies: 4
Views: 13681

Re: SVG rendering errors

JFYI if you would like to have some info from me... I have similar problem on linux, ImageMagick 6.7.2-7 (I have tried newest version 6.7.3-1, too). The problem is really resolved by linking against librsvg. See https://bugzilla.novell.com/show_bug.cgi?id=724222 <?xml version="1.0" encodin...
by Petr
2011-09-20T07:13:26-07:00
Forum: Bugs
Topic: display creates "scene" when it should not
Replies: 7
Views: 17596

Re: display creates "scene" when it should not

Same here, ImageMagick 6.7.2-7 on suse linux.
by Petr
2011-09-07T02:26:47-07:00
Forum: Bugs
Topic: strerror_r use in _GNU_SOURCE
Replies: 4
Views: 8903

strerror_r use in _GNU_SOURCE

Hi, we propose following patch: =================================================================== --- magick/exception.c.orig +++ magick/exception.c @@ -457,7 +457,11 @@ MagickExport char *GetExceptionMessage(c *exception='\0'; #if defined(MAGICKCORE_HAVE_STRERROR_R) - (void) strerror_r(error,exce...