Search found 3 matches

by wagner.patriota
2014-02-13T09:58:31-07:00
Forum: Users
Topic: no decode delegate for this image format (JPG, PNG, etc...)
Replies: 3
Views: 14206

Re: no decode delegate for this image format (JPG, PNG, etc.

I just got back to this case... I still can't solve the problem based on this post.
This post is talking about MacPorts. I am compiling ImageMagick by myself.
What else can be done in order to make it work in OSX?
by wagner.patriota
2013-10-26T22:14:23-07:00
Forum: Users
Topic: no decode delegate for this image format (JPG, PNG, etc...)
Replies: 3
Views: 14206

no decode delegate for this image format (JPG, PNG, etc...)

I am trying to use ImageMagick in the new Mac OS X Maverick... I am having problems when compiling it with support for JPG/PNG

I installed jpeg and libpng using Mac Ports
sudo port install jpeg
sudo port install libpng
They both installed correctly!

Then I compiled ImageMagick
./configure ...
by wagner.patriota
2012-12-08T06:27:51-07:00
Forum: Bugs
Topic: Problems LINKING release version of Magick++ with VS2012
Replies: 1
Views: 3300

Problems LINKING release version of Magick++ with VS2012

I am using the last Visual Studio 2012
I downloaded the Windows source code of ImageMagick.

1. I compiled the "configure" in VisualMagick
2. I set up the target with Win32 / 8 bit-depth
3. I compiled the All.vcxproj on both debug and release mode.

Problem:
When I try to LINK the application, it ...