Search found 17 matches

by kwash
2016-11-28T18:55:58-07:00
Forum: Users
Topic: [SOLVED] Text Watermarking Problem with IM7
Replies: 5
Views: 5639

Re: Text Watermarking Problem with IM7

It is no different for IM 6 or IM 7. See the parenthesis processing at http://www.imagemagick.org/Usage/basics/#parenthesis Unix syntax: magick \ \( -size 250x80 xc:grey30 -font Arial -pointsize 28 -gravity center \ -draw "fill gray70 text 0,0 'watermark'" \) \ \( -size 250x80 xc:black -f...
by kwash
2016-11-27T17:13:22-07:00
Forum: Users
Topic: [SOLVED] Text Watermarking Problem with IM7
Replies: 5
Views: 5639

Re: Text Watermarking Problem with IM7

First IM 7.0.3.9 is a beta and may be in a state of development where things are not worked out and bugs exist due to that. In IM 7.0.3.8 Q16 Mac OSX Snowleopard it works fine for me. (libpng 1.6.24) Thanks, it works as usual with IM 7.0.3.8 Q32. I've being using the git master version for a long t...
by kwash
2016-11-27T10:52:51-07:00
Forum: Users
Topic: [SOLVED] Text Watermarking Problem with IM7
Replies: 5
Views: 5639

[SOLVED] Text Watermarking Problem with IM7

I've being using text watermarking with IM for quite some time. But it seems that some recent IM7 code change is preventing me from getting the desired result. Now the text watermark image fails to be generated. Here are the commands that I was using to generate a text watermark image with good resu...
by kwash
2016-08-14T20:02:13-07:00
Forum: Bugs
Topic: bug when using --with-quantum-depth=32
Replies: 13
Views: 9047

Re: bug when using --with-quantum-depth=32

glennrp has said it was a bug (I presume in PNG) and will fix it at some point when he gets time
Thanks.
by kwash
2016-08-14T19:38:07-07:00
Forum: Bugs
Topic: bug when using --with-quantum-depth=32
Replies: 13
Views: 9047

Re: bug when using --with-quantum-depth=32

This seems to be a bug in IM v7, or perhaps a delegate.
This is the same bad result. I conclude there is certainly a bug.
I would like to see more words about this. :)
Is it a confirmed bug in IM v7?
by kwash
2016-08-14T18:46:03-07:00
Forum: Bugs
Topic: 7.0.2 Patch 8 won't compile on Fedora 22
Replies: 2
Views: 3363

Re: 7.0.2 Patch 8 won't compile on Fedora 22

Maybe the configuration in Fedora compiler flags is causing this error. I can tell that IM 7.0.2-8 and 7.0.2-9 are building perfectly in Arch Linux x86_64. Check if you have "-Werror=format-security" in your RPM macros that define compiler flags. If yes, try to remove it and see if it work...
by kwash
2016-08-14T10:44:36-07:00
Forum: Bugs
Topic: [SOLVED] Compile error in opencl.c
Replies: 2
Views: 5083

Re: Compile error in opencl.c

It's working after your fix.

Thank you dlemstra for the reply and support.
by kwash
2016-08-14T07:57:12-07:00
Forum: Bugs
Topic: [SOLVED] Compile error in opencl.c
Replies: 2
Views: 5083

[SOLVED] Compile error in opencl.c

I'm getting the following compile error when trying to compile ImageMagick: MagickCore/opencl.c: In function ‘LoadOpenCLDeviceBenchmark’: MagickCore/opencl.c:729:5: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] status; ^~~~~~ MagickCore/opencl.c: In function ‘LoadOpenCLBenc...
by kwash
2016-08-06T12:16:18-07:00
Forum: Bugs
Topic: [SOLVED] Bad text watermarking with IM7
Replies: 6
Views: 5672

Re: Bad text watermarking with IM7

Yes, I know that 'matte' is deprecated. That's why I used '-alpha Off' in 'convert' command in IM7 syntax to replace '+matte'. The website example is for IM6, so it uses '+matte'. But it doesn't use '+matte' (or '-alpha Off') before '-compose CopyOpacity' as you pointed, so I thought that maybe it s...
by kwash
2016-08-06T11:33:53-07:00
Forum: Bugs
Topic: [SOLVED] Bad text watermarking with IM7
Replies: 6
Views: 5672

Re: Bad text watermarking with IM7

Thank you fmw42 for the reply and support. Adding '-alpha Off' before '-compose copy-opacity' fixed it. It was working without it since a very, very long time. As the example in the website doesn't mention it (or the legacy '+matte' as in IM6) and the result suddenly changed after that commit, I tho...
by kwash
2016-08-06T08:49:24-07:00
Forum: Bugs
Topic: [SOLVED] Bad text watermarking with IM7
Replies: 6
Views: 5672

[SOLVED] Bad text watermarking with IM7

I've being using text watermark with IM for quite some time following the website example and it always worked very well. But recently IM7 changed the text watermarking behavior by creating a bad effect. Now it is producing a non desirable background in the watermark like this: http://i.imgur.com/OA...
by kwash
2016-06-26T09:07:03-07:00
Forum: Bugs
Topic: libfpx compile error with GCC 6.1.1
Replies: 3
Views: 8929

Re: libfpx compile error with GCC 6.1.1

Thanks for the reply. I can now confirm that this is a GCC 6.1.1 issue. I downgraded my GCC to version 5.3.0 and libfpx compiled perfectly. Unfortunately I don't have the skills to fix this problem. Waiting for someone on the community to submit a patch. I also can confirm that libfpx compiled with ...
by kwash
2016-06-25T20:55:07-07:00
Forum: Bugs
Topic: libfpx compile error with GCC 6.1.1
Replies: 3
Views: 8929

libfpx compile error with GCC 6.1.1

I'm getting the following compile error when trying to compile libfpx 1.3.1-6 in linux x86_64 with GCC 6.1.1: configuring Digital Imaging Group FlashPIX 1.3.1-6 checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type......
by kwash
2016-05-29T13:48:11-07:00
Forum: Bugs
Topic: [SOLVED] Compile error in git master version
Replies: 3
Views: 3784

Re: Compile error in git master version

Your changes fixed it. I could successfully compile IM git master 7.0.1.7.r10924.g18107aa.

Thank you for the support!
by kwash
2016-05-29T09:04:25-07:00
Forum: Bugs
Topic: [SOLVED] Compile error in git master version
Replies: 3
Views: 3784

[SOLVED] Compile error in git master version

I'm getting the following compile error when trying to compile the git master version in linux x86_64: CCLD MagickCore/libMagickCore-7.Q32HDRI.la MagickCore/.libs/MagickCore_libMagickCore_7_Q32HDRI_la-effect.o:(.data.rel.local+0x0): multiple definition of `accelerateKernels2' MagickCore/.libs/Magick...