Search found 4 matches

by edwin
2012-10-23T15:26:23-07:00
Forum: PerlMagick
Topic: Alpha channel extraction
Replies: 1
Views: 9924

Re: Alpha channel extraction

I did some digging in the code. If I read it correctly, Set(colorspace=>'RGB') is actually tied to the "-colorspace RGB" command. If this is correct, then I have been unable to find something equivalent to "-set colorspace RGB", which would be a big problem now. I also found a wo...
by edwin
2012-10-22T10:29:19-07:00
Forum: Bugs
Topic: ImageMagick loses fonts supplied by FontConfig
Replies: 3
Views: 4732

Re: ImageMagick loses fonts supplied by FontConfig

Thanks for the very quick response!

I checked the code in SVN and it looks like you forgot to add FC_FULLNAME in the FcObjectSetBuild line.
by edwin
2012-10-21T03:56:07-07:00
Forum: PerlMagick
Topic: Alpha channel extraction
Replies: 1
Views: 9924

Alpha channel extraction

I have a script that does a lot of alpha channel modifications. This worked fine until the distro upgraded ImageMagick from a 6.6 version to 6.7.7 (PerlMagick 6.77). After that, everything was messed up. I found that this had to do with changes in colorspace handling and managed to get some of the t...
by edwin
2012-10-21T02:01:04-07:00
Forum: Bugs
Topic: ImageMagick loses fonts supplied by FontConfig
Replies: 3
Views: 4732

ImageMagick loses fonts supplied by FontConfig

I was trying to use the Arial Narrow set of fonts but it would only ever show one and leave out the bold/italic variations. It would be easy enough for me to add them to type.xml, but that's not really a solution when things get promoted to user software. Since I don't like unsolved mysteries, I sta...