Top "Libpng" questions

libpng is the official PNG reference library, supporting most all of PNG's features, is extensible, and has been widely used and tested for over twenty years.

libpng warning: iCCP: known incorrect sRGB profile

I'm trying to load a PNG image using SDL but the program doesn't work and this error appears in the …

c++ warnings sdl rgb libpng
dyld: Library not loaded: /usr/local/lib/libpng16.16.dylib with anything php related

Using any php application results in: dyld: Library not loaded: /usr/local/lib/libpng15.15.dylib Referenced from: /usr/local/bin/…

php osx-mavericks libpng dyld
cmake - CMakeLists.txt is not in root folder (but is included in source)

I'm trying to compile a libpng library. The thing is that I need a specific version of this library - 1.2.37 …

c++ cmake libpng
ImageMagick: Lossless max compression for PNG?

I'd like to achieve a maximum amount of compression when saving to a lossless PNG using ImageMagick. I'm doing batch …

imagemagick png imagemagick-convert libpng
libpng warning: interlace handling should be turned on when using png_read_image in Python/PyGame

I'm using PyGame for Python, and have been receiving the following warning when loading .png images with pygame.image.load: …

python python-3.x pygame libpng
Linking with libpng & zlib?

I'm trying to compile a project that uses both libjpeg and libpng. I know that libpng needs zlib, so I …

g++ zlib libpng
error while loading shared libraries libpng16

I am trying to compile and run this code under ubuntu 14.04. I downloaded and installed libpng version 1.6.12. I am able …

c shared-libraries libpng
How to encode PNG to buffer using libpng?

I'm currently using the following to write a PNG to a file: #include <png.h> #include <stdio.…

c png libpng
How to install libpng using yum?

how do I install libpng using yum on centos? I tried yum install libpng but that does not work Any …

centos libpng
libpng not linked on Mac OSX 10.9.2

I installed matrix2png on my Mac and had used it without problem before last week when I installed another …

macos libpng