Which dlls are needed?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
TheTaylor
Posts: 3
Joined: 2012-02-10T02:53:26-07:00
Authentication code: 8675308

Which dlls are needed?

Post by TheTaylor »

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
-build libtiff-4.0.0 --enable-shared
-build im6.7.4.10 --enable-shared --with-modules

what i got now is libjpeg-8.dll, libpng15-15.dll, libtiff-5.dll, libtiffxx-5.dll
and the 3 main im dlls libMagick++-5.dll , libMagickCore-5.dll , libMagickWand-5.dll and lots of other dlls in the modules-Q16 and filters subdirectories
Here i start to get confused. While reading the forum i often see that the main im dlls are called CORE_RL* here, am i missing a build process or is this just a nameing convention here in the forum to call the libMagick++-5.dll = CORE-RL_Magick++.dll ?
The other question i have is which dlls do i really need now when i want to use IM with jpeg,tiff and png? I guess the 3 core dlls and libjpeg-8.dll, libpng15-15.dll, libtiff-5.dll, libtiffxx-5.dll ? What about the small dlls in the filters and modules subdirectories? Are both tiff dlls required?
Post Reply