Search found 2 matches

by alexsmith
2012-08-02T10:31:03-07:00
Forum: Users
Topic: mingw build with gnuwin32 for jpeg/png/tiff support
Replies: 1
Views: 5056

Re: mingw build with gnuwin32 for jpeg/png/tiff support

Hi!

I had a similar problem and solved it by downloading and compiling each lib (libpng, libjpeg), then referencing them via export CPPFLAGS and LDFLAGS.
by alexsmith
2012-07-31T15:44:33-07:00
Forum: Developers
Topic: Want to use CodeBlocks under Windows
Replies: 8
Views: 18533

Re: Want to use CodeBlocks under Windows

I'm trying the same thing (using Magick++ with CodeBlocks) with no success. Unfortunately, as far as I'm aware of, the libs in the package you install from the binaries are compiled for Visual Studio only. Going a little further, I read you can use ImageMagick source code and compile your code ...