Search found 12 matches
- 2016-07-18T03:54:03-07:00
- Forum: Developers
- Topic: Gaussian blur broken in my build
- Replies: 8
- Views: 10114
Re: Gaussian blur broken in my build
TL;DR Case solved, thanks everyone who helped. It turns out to be a problem with old C compiler. At the end the problem was caused by miscompiled PopShortPixel. I tried to compile with more recent Studio compiler, but it failed on magick/deprecate.h (I guess it does not like to have 'export' with ...
- 2016-07-15T07:18:17-07:00
- Forum: Developers
- Topic: Gaussian blur broken in my build
- Replies: 8
- Views: 10114
Re: Gaussian blur broken in my build
Yes, I have built IM myself and because of the old environment I had to make few changes. That's why I asked where the blurring actually happens instead of blaming IM :) Anyway, at the moment I think that the compiler has some problem with compiling PopShortPixel (in magick/quantum-private.h). If I ...
- 2016-07-15T02:13:51-07:00
- Forum: Developers
- Topic: Gaussian blur broken in my build
- Replies: 8
- Views: 10114
Re: Gaussian blur broken in my build
Oh, and the -gaussian parameter is taken from here: http://www.imagemagick.org/Usage/advanced/#3d-logos
- 2016-07-15T02:12:15-07:00
- Forum: Developers
- Topic: Gaussian blur broken in my build
- Replies: 8
- Views: 10114
Re: Gaussian blur broken in my build
Yes, that will be helpfull indeed :) version 6.9.5-2 I have minimized the reproducible case to broken: convert -size 100x100 xc:black -fill white -draw 'circle 50,50 13,50' -gaussian 1x1 +matte png64:logo_mask.png https://ibin.co/2o7sDXKWcyXA.png ok: convert -size 100x100 xc:black -fill white -draw ...
- 2016-07-14T08:01:09-07:00
- Forum: Developers
- Topic: Gaussian blur broken in my build
- Replies: 8
- Views: 10114
Re: Gaussian blur broken in my build
Hmm, the function seems to be AcquireKernelBuiltIn in magick/morphology.c. And it seems to generate nice gaussian values. From 0.000585 at the corner to 0.001592 in the middle. They numbers are small, but they seem to fall the further one is from center. I don't have this problem latest Solaris box ...
- 2016-07-14T07:23:50-07:00
- Forum: Developers
- Topic: Gaussian blur broken in my build
- Replies: 8
- Views: 10114
Gaussian blur broken in my build
While testing ImageMagick on Solaris 10, I found that gaussian blur is broken. Sample taken from your site, enlarged a bit: convert -size 1700x1000 xc:black -fill white -draw 'circle 500,500 130,500' -draw 'circle 1200,500 1570,500' -draw 'rectangle 500,130 1200,870' -fill black -draw 'circle 500 ...
- 2016-07-01T06:40:08-07:00
- Forum: Developers
- Topic: Failing validate-formats-* tests
- Replies: 1
- Views: 4660
Re: Failing validate-formats-* tests
Right, so the problem was in the libtiff library which was very old on the build environment. Sorry for the noise.
- 2016-07-01T06:35:05-07:00
- Forum: Developers
- Topic: Failing cli-colorspace(12) test - double value equality
- Replies: 5
- Views: 6948
Re: Failing cli-colorspace(12) test - double value equality
Thank you, works like a charm.
- 2016-06-24T07:36:10-07:00
- Forum: Developers
- Topic: Failing validate-formats-* tests
- Replies: 1
- Views: 4660
Failing validate-formats-* tests
Hi, FAIL: tests/validate-formats-disk.tap 1 FAIL: tests/validate-formats-map.tap 1 FAIL: tests/validate-formats-memory.tap 1 Continuing my journey to update Solaris 10 ImageMagick, these three tests fail at anything concerning TIFF/PTIF, like test 429: PTIF/Undefined/TrueColor/8-bits... fail @ tests ...
- 2016-06-24T06:59:38-07:00
- Forum: Developers
- Topic: Failing cli-colorspace(12) test - double value equality
- Replies: 5
- Views: 6948
Re: Failing cli-colorspace(12) test - double value equality
Ok, thanks. I'm curious about what the fix will be, as floating point math is evil
- 2016-06-24T05:30:24-07:00
- Forum: Developers
- Topic: Failing cli-colorspace(12) test - double value equality
- Replies: 5
- Views: 6948
Re: Failing cli-colorspace(12) test - double value equality
Ok, I quickly pasted the patch at http://pastebin.com/PHLAj7SF. It's just to show the approach I have taken.
- 2016-06-24T05:27:18-07:00
- Forum: Developers
- Topic: Failing cli-colorspace(12) test - double value equality
- Replies: 5
- Views: 6948
Failing cli-colorspace(12) test - double value equality
Hi, I am trying to compile Imagemagick 6.9.4-9 on solaris 10. There are 7 tests failing FAIL: tests/cli-colorspace.tap 12 FAIL: tests/validate-formats-disk.tap 1 FAIL: tests/validate-formats-map.tap 1 FAIL: tests/validate-formats-memory.tap 1 FAIL: tests/wandtest.tap 1 FAIL: Magick++/demo/demos.tap ...