Category Archives: Images

Installing ImageMagick on OSX Lion

The problem I had was: dyld: Library not loaded: @@HOMEBREW_PREFIX@@/opt/libpng/lib/libpng16.16.dylib Referenced from: /usr/local/opt/freetype/lib/libfreetype.6.dylib Reason: image not found [1] 99125 trace trap convert data/assets/images/heroes/123×87/andromeda.jpg +append Informations have been taken from Stackoverflow: cd /tmp curl -OL ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz tar -xzf ImageMagick.tar.gz cd ImageMagick-6.7.2-7/ ./configure –prefix=/usr/local –disable-static –with-modules –without-perl –without-magick-plus-plus –with-quantum-depth=8 –disable-openmp –with-gs-font-dir=/usr/local/share/ghostscript/fonts make sudo make install http://stackoverflow.com/questions/7412208/imagemagick-and-os-x-lion-trouble On… Read More »

Problems with .png files on OSX

Sometimes when .png file comes out directly from “cinema4d” there are some problems that it looks differently in Chrome and Firefox on OSX. To solve it, download this app (unfortunately only for windows): http://entropymine.com/jason/tweakpng/ and remove unnecessary chunks.