| Ok... I got it to work.
went and downloaded the latest libpng and compiled.
In ImageMagick:
Make uninstall
make clean
./configure --enable-lzw=yes --enable-shared=yes --disable-static --without-perl
make
make install
Works good now. thanks for the help |