Skip to content

Instantly share code, notes, and snippets.

@philippec
philippec / strip-alpha.m
Created October 5, 2014 20:52
strip-alpha.m -- takes an input file (image) and rewrites it so it does not have an alpha channel
//
// strip-alpha.m -- takes an input file (image) and rewrites it so it does not have an alpha channel
// Created by Philippe Casgrain on 2014-10-05
// (C) 2014 by Philippe Casgraina
//
// Inspired by https://github.com/bpolat/Alpha-Channel-Remover
//
// License: Public Domain. See http://unlicense.org for more info
//
// To build: