Hi, Sounds like you are compiling ImageMagick without any image libraries.
Rajeev Raina wrote:
Magick:: Image image (No error)image.read("5.png") throws an error "ErrorMissingDelegate at memorry location ....".I tried other image formats also, but same error.
LIBPNG[^] LIBJPEG[^] LibTIFF[^] Many others... Then recompile with: ./configure --with-png=yes --with-jpeg=yes --with-tiff=yes It can be alot of work... you might be better off downloading a precompiled binary: Install from Binary Distribution @ ImageMagick[^] Best Wishes, -David Delaune