Tag: php

  • The switch from GD to imageMagick

    Recently I launched a new photo site called cape.photography. For years I have been using the GD library in PHP for image manipulation basically just re-sizing images.  This has never seemed to be an issue I think because I was always uploading the actual size I needed then making the thumbnails on the server so […]

  • Quick and Dirty Instagram API implementation

    Last Friday I spent the morning looking into the Instagram API thinking it would be cool to have our members be able to share their photos on the site via instagram. So this is a quick and dirty implementation but it works. There are a couple of things to keep in mind though. Instagram has […]