I didn't know about this function. I should have searched better.
It works. Thanks!
Search found 6 matches
- 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: 21354
- 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: 21354
[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.
I'm using ImageMagick-6.9.6-Q16.
- 2015-01-09T13:33:32-07:00
- Forum: MagickWand
- Topic: [SOLVED] RegistryKeyLookupFailed when using the DLLs without having ImageMagick installed
- Replies: 6
- Views: 38449
Re: RegistryKeyLookupFailed when using the DLLs without having ImageMagick installed
It works perfectly. Thanks!
- 2015-01-09T11:34:05-07:00
- Forum: MagickWand
- Topic: [SOLVED] RegistryKeyLookupFailed when using the DLLs without having ImageMagick installed
- Replies: 6
- Views: 38449
[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, ...
- 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: 14829
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.
I'll check with MinGW-w64 devs to see if it was a bug in their package or if I did something wrong.
Thanks.
- 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: 14829
[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 ...