# graphicsmagick, imagemagick を利用している際に起きる "PCS illuminant is not D50" warning を握り潰す $config['convert_args'] = '-size %dx%d %s -thumbnail %dx%d -auto-orient +profile "*" %s 2>&1 | sed -e "s/.*PCS illuminant is not D50.*//" -e "/^$/d" 1>&2 ';