Search found 6 matches

by bbigras
2016-10-05T11:55:07-07:00
Forum: MagickWand
Topic: [solved] Is it possible to change the font size with a MagickReadImage caption?
Replies: 2
Views: 20116

Re: Is it possible to change the font size with a MagickReadImage caption?

I didn't know about this function. I should have searched better.

It works. Thanks!
by bbigras
2016-10-05T10:07:37-07:00
Forum: MagickWand
Topic: [solved] Is it possible to change the font size with a MagickReadImage caption?
Replies: 2
Views: 20116

[solved] Is it possible to change the font size with a MagickReadImage caption?

I can't figure out how to change the font size when using "MagickReadImage(m_wand, "caption:test")".

I'm using ImageMagick-6.9.6-Q16.
by bbigras
2015-01-09T11:34:05-07:00
Forum: MagickWand
Topic: [SOLVED] RegistryKeyLookupFailed when using the DLLs without having ImageMagick installed
Replies: 6
Views: 35885

[SOLVED] RegistryKeyLookupFailed when using the DLLs without having ImageMagick installed

If I take the DLLs from my ImageMagick-6.9.0-3-Q16-x86-dll installation and ship them with my executable to another computer I get the following error : Could not open image "—": RegistryKeyLookupFailed `CoderModulesPath' @ error/module.c/GetMagickModulePath/662 If I understand correctly, ...
by bbigras
2015-01-09T11:16:00-07:00
Forum: MagickWand
Topic: [SOLVED] Problem linking to ImageMagick-6.9.0-3-Q16-x86-dll on Windows 32-bit with mingw32
Replies: 2
Views: 13822

Re: Problem linking to ImageMagick-6.9.0-3-Q16-x86-dll on Windows 32-bit with mingw32

I was using "MinGW-w64 - for 32 and 64 bit Windows" and I selected the 32-bit version when installing but I tested with regular MinGW and it worked fine.

I'll check with MinGW-w64 devs to see if it was a bug in their package or if I did something wrong.

Thanks.
by bbigras
2015-01-09T09:03:24-07:00
Forum: MagickWand
Topic: [SOLVED] Problem linking to ImageMagick-6.9.0-3-Q16-x86-dll on Windows 32-bit with mingw32
Replies: 2
Views: 13822

[SOLVED] Problem linking to ImageMagick-6.9.0-3-Q16-x86-dll on Windows 32-bit with mingw32

If I understand correctly, ImageMagick-6.9.0-3-Q16-x86-dll is built using msvc and I need to use gendef and dlltool to have a lib I can use with mingw32. I'm trying to link with a Go program using the canvas wrapper . cd C:\ImageMagick-6.9.0-Q16 gendef *.dll mkdir C:\ImageMagick-6.9.0-Q16\lib cd C:\...