Y
Hacker News
new
|
ask
|
show
|
jobs
by
ca7
1607 days ago
Changing "-flatten" to "-alpha flatten" (without the double quotes) results in an error for me.
> convert: UnrecognizedAlphaChannelOption `flatten' @ error/convert.c/ConvertImageCommand/673.
1 comments
mrb
1607 days ago
Probably due to an older ImageMagick version. Try "-alpha remove" which should be more or less equivalent (I think)
link