Search found 58 matches

by olear
2015-10-19T11:18:24-07:00
Forum: Bugs
Topic: Bug extracting images from PSD with negative top in v6.9.2
Replies: 4
Views: 4955

Re: Bug extracting images from PSD with negative top in v6.9.2

Thanks, latest git version works.
by olear
2015-10-12T11:16:57-07:00
Forum: Bugs
Topic: Bug extracting images from PSD with negative top in v6.9.2
Replies: 4
Views: 4955

Re: Bug extracting images from PSD with negative top in v6.9.2

Version: ImageMagick 6.9.2-4 Q32 x86_64 2015-10-12 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Features: Cipher DPC HDRI OpenMP Delegates (built-in): cairo fontconfig freetype pangocairo png rsvg xml zli...
by olear
2015-10-12T10:44:29-07:00
Forum: Magick++
Topic: Gravity (for pango) in Magick++
Replies: 4
Views: 14819

Gravity (for pango) in Magick++

Hi, been using Pango Markup for a while, works great, but I need some form of text align, I see in the code for pango.c (https://github.com/ImageMagick/ImageMagick/blob/ImageMagick-6/coders/pango.c#L304) that you take align info from DrawInfo, but I can't find any option in Magick++ to set this. Wha...
by olear
2015-08-29T15:48:15-07:00
Forum: Bugs
Topic: Dashed Stroke fails when drawing Fonts
Replies: 11
Views: 13706

Re: Dashed Stroke fails when drawing Fonts

Thanks for clarifying, sadly I don't have enough knowledge of ImageMagick to add/fix the code, but will take a look when I get the time.
by olear
2015-08-29T09:37:44-07:00
Forum: Magick++
Topic: [SOLVED] Magick++: evaluate
Replies: 2
Views: 8642

Re: Magick++: evaluate

Thanks for the info (and patch), I found the quantumOperator, seems to work :)
by olear
2015-08-29T07:37:04-07:00
Forum: Magick++
Topic: [SOLVED] Magick++: evaluate
Replies: 2
Views: 8642

[SOLVED] Magick++: evaluate

Hi, got some old scripts that needs to be converted to Magick++, mostly no issues, but I hit the wall with evaluate.

The current script does this:
... -evaluate multiply <value> ...

But how does this translate to Magick++? Sorry if this is a stupid question :) (couldn't find any info)
by olear
2015-08-28T20:12:42-07:00
Forum: Bugs
Topic: Dashed Stroke fails when drawing Fonts
Replies: 11
Views: 13706

Re: Dashed Stroke fails when drawing Fonts

Thanks for your replies.

Loading an SVG with dashed stroke on text works, sadly this is not an solution for me.
by olear
2015-08-28T19:52:44-07:00
Forum: Magick++
Topic: [SOLVED] RGBA issues with Draw(text)
Replies: 18
Views: 31661

Re: RGBA issues with Draw(text)

6.9.2-0 now has proper text/draw if black background, but without it I still get problems ... At least there are some progress :) Magick::Image image(Magick::Geometry(width,height),Magick::Color("rgba(0,0,0,0)")); https://fxarena.net/~olear/magick-transparent-issue-01.png Magick::Image ima...
by olear
2015-08-28T19:41:18-07:00
Forum: Magick++
Topic: Setting thread limit = 1 programmatically in Magick++
Replies: 3
Views: 11254

Re: Setting thread limit = 1 programmatically in Magick++

Magick::ResourceLimits::thread(X);
by olear
2015-08-28T19:18:46-07:00
Forum: Bugs
Topic: Dashed Stroke fails when drawing Fonts
Replies: 11
Views: 13706

Re: Dashed Stroke fails when drawing Fonts

6.8.9->current, Windows/Linux, I use Magick++ Using the command from first post gives this: https://fxarena.net/~olear/font_dash_bug.gif Version: ImageMagick 6.9.2-0 Q32 x86_64 2015-08-29 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC License: http://www.imagema...
by olear
2015-08-28T18:30:54-07:00
Forum: Bugs
Topic: Dashed Stroke fails when drawing Fonts
Replies: 11
Views: 13706

Re: Dashed Stroke fails when drawing Fonts

Old, but still an issue. Does there exists an fix/workaround when using text?
Image
by olear
2015-06-29T16:17:00-07:00
Forum: Magick++
Topic: Magick++: Get image attributes
Replies: 0
Views: 10430

Magick++: Get image attributes

Hi, I need to get some image info from a PSD. I have tested 'identify' and the data I need is present, but how can I get this info using Magick++? I know about the attribute() function, but the info I need is empty, or I don't know the right attribute "command". Example: image.read("s...
by olear
2015-06-07T13:41:23-07:00
Forum: Magick++
Topic: [SOLVED] RGBA issues with Draw(text)
Replies: 18
Views: 31661

Re: RGBA issues with Draw(text)

Tried 6.9.1-5 beta 20150603-20150607, no change since 6.9.1-4. Drawing text or using Arc etc still produces jagged edges on transparent background.

EDIT: also on solid background, that didn't happen earlier.
by olear
2015-06-03T07:00:26-07:00
Forum: Magick++
Topic: [SOLVED] RGBA issues with Draw(text)
Replies: 18
Views: 31661

Re: RGBA issues with Draw(text)

6.9.1-5~beta20150602 reverted back to 6.9.1-3 behaviour on Arc, smooth edges but with transparency issues. Font drawing still jagged.