NSImage initWithContentsOfURL missing alpha channel when loading TIFFs – Photoshop
In my app I use initWithContentsOfURL to load various types of image (JPEG, TIFF, PNG, GIF, etc) into an image, and then into an OpenGL texture. The only type that loads an image with an alpha channel is png. (in…