node-imagemagick-native icon indicating copy to clipboard operation
node-imagemagick-native copied to clipboard

Please add ability to extract alpha channel

Open stevenvachon opened this issue 9 years ago • 1 comments

I'm currently stuck using https://github.com/aheckmann/gm for this. I wish I knew C++ so that I could help.

stevenvachon avatar Jul 18 '14 00:07 stevenvachon

This shouldn't be very difficult to add. Could you please show me the command line you'd use to achieve what you want?

Implementation pointers:

  • http://stackoverflow.com/a/18918281
  • http://www.imagemagick.org/api/statistic.php#GetImageChannelStatistics

elad avatar Oct 14 '14 15:10 elad