Search found 3 matches

by TheTaylor
2012-05-03T03:49:32-07:00
Forum: Developers
Topic: How to tell magickcore.dll to use certain coder dlls
Replies: 1
Views: 8330

Re: How to tell magickcore.dll to use certain coder dlls

Solved it. If someone runs into the same problem i did:
::_putenv(QString("MAGICK_CODER_MODULE_PATH="+qApp->applicationDirPath()+"").toLatin1());
by TheTaylor
2012-05-03T03:01:14-07:00
Forum: Developers
Topic: How to tell magickcore.dll to use certain coder dlls
Replies: 1
Views: 8330

How to tell magickcore.dll to use certain coder dlls

Can anyone help me how to configure magickcore to use the coder dlls which are in the same directory?
I used MSYS on windows to compile imagemagick and use it in a QT programm.
I put all image magick dlls in the application directory. But when i check the programm with dependency walker it shows me ...
by TheTaylor
2012-02-10T03:56:27-07:00
Forum: Developers
Topic: Which dlls are needed?
Replies: 0
Views: 3716

Which dlls are needed?

Hi everyone im new to imagemagick and not sure which dlls are really need to make imagemagick work.
What i'm doing is using Imagemagick in a QT project (win32).
I did the follwing thing to build IM:
-installed msys
-build zlib
-build libjpeg-v8b --enable-shared
-build libpng-1.5.8 --enable-shared ...