Search found 58 matches

by olear
2015-06-03T05:30:36-07:00
Forum: Magick++
Topic: [SOLVED] RGBA issues with Draw(text)
Replies: 18
Views: 31675

Re: RGBA issues with Draw(text)

Another example using Arc instead of Draw. My input image: https://cloud.githubusercontent.com/assets/7461595/7959829/9038d51a-09fc-11e5-8879-b2c9372d7d37.png Result in 6.9.1-3: https://cloud.githubusercontent.com/assets/7461595/7959831/962b5114-09fc-11e5-94a1-5a840ec1a0a2.png Ignore transparency is...
by olear
2015-06-02T13:02:23-07:00
Forum: Magick++
Topic: [SOLVED] RGBA issues with Draw(text)
Replies: 18
Views: 31675

Re: RGBA issues with Draw(text)

Sorry for possible stupid question, but what's the difference between image.display and image.write. I wonder cause display show jagged fonts if no background, but write does not. Could be related?
by olear
2015-06-01T18:59:55-07:00
Forum: Magick++
Topic: [SOLVED] RGBA issues with Draw(text)
Replies: 18
Views: 31675

Re: RGBA issues with Draw(text)

Found a workaround. https://cloud.githubusercontent.com/assets/7461595/7927065/49de3e92-08db-11e5-9e2e-eb9b979f80f9.png If I revert all changes to composite-private.h and readd if fabs then my problems are resolved. diff -burN ImageMagick-6.9.1-4/magick/composite-private.h ImageMagick-6.9.1-3/magick...
by olear
2015-06-01T17:53:52-07:00
Forum: Magick++
Topic: [SOLVED] RGBA issues with Draw(text)
Replies: 18
Views: 31675

Re: RGBA issues with Draw(text)

I noted some changes to font color in -4, and adjusted to changes since -2, and I now get white text with -4, but the text is still not smooth, and if I write to MIFF then the text is smooth. Strange...
by olear
2015-06-01T16:21:38-07:00
Forum: Magick++
Topic: [SOLVED] RGBA issues with Draw(text)
Replies: 18
Views: 31675

Re: RGBA issues with Draw(text)

MIFF's from 6.9.1-2 and 6.9.1-4: https://fxarena.net/~olear/misc/bug.tgz
by olear
2015-06-01T15:44:17-07:00
Forum: Magick++
Topic: [SOLVED] RGBA issues with Draw(text)
Replies: 18
Views: 31675

Re: RGBA issues with Draw(text)

I use Q16-HDRI and Q32-HDRI, same issue.

Will do some image writes and upload.
by olear
2015-06-01T15:21:18-07:00
Forum: Magick++
Topic: [SOLVED] RGBA issues with Draw(text)
Replies: 18
Views: 31675

Re: RGBA issues with Draw(text)

Snibgo: If I use PNG instead of RGBA32f raw (what I use) as input/output then everything works, I don't use the commandline. If the input image is RGB then everything is ok, if the input image is RGBA then I get issues, if I remove the matte then everything works. This also happens when using compos...
by olear
2015-06-01T14:39:27-07:00
Forum: Magick++
Topic: [SOLVED] RGBA issues with Draw(text)
Replies: 18
Views: 31675

Re: RGBA issues with Draw(text)

Thanks for you reply, but 6.9.1-4 actually broke anti-aliased text, and RGBA is worse. No background (text is now jagged, this worked in -2 and -3, now broken in -4): https://cloud.githubusercontent.com/assets/7461595/7923864/e9d384f4-08b6-11e5-9313-95f2a7a880d6.png RGBA background (worse than -2 an...
by olear
2015-05-31T20:39:08-07:00
Forum: Magick++
Topic: [SOLVED] RGBA issues with Draw(text)
Replies: 18
Views: 31675

[SOLVED] RGBA issues with Draw(text)

Hi, Currently using ImageMagick as an backend for various video plugins. And run into a problem with my Text generator. The Text Generator works as following (only the important stuff): Magick::Image image(Magick::Geometry(width,height),Magick::Color("rgba(0,0,0,0)")); image.fontPointSize(...
by olear
2015-05-31T09:00:25-07:00
Forum: Developers
Topic: Unable to access SVN
Replies: 4
Views: 7519

Unable to access SVN

Hi,

Trying to do a SVN checkout, but I'm unable to connect to the server.

Used directions from http://www.imagemagick.org/script/subversion.php

Has the URL or something changed?
by olear
2015-05-24T14:24:58-07:00
Forum: Magick++
Topic: Seed in Magick++?
Replies: 2
Views: 8815

Re: Seed in Magick++?

Great :)

Thanks for your reply.
by olear
2015-05-24T11:00:10-07:00
Forum: Magick++
Topic: Seed in Magick++?
Replies: 2
Views: 8815

Seed in Magick++?

Hi,

I want to create a predictable plasma in Magick++ using seed, but the seed options is not available as far as I can see, are there any alternative options I can use, or must the seed option be added to Magick++?