Method: Vips::Image#bandsplit
- Defined in:
- lib/vips8/image.rb
permalink #bandsplit ⇒ Array<Image>
Split an n-band image into n separate images.
975 976 977 |
# File 'lib/vips8/image.rb', line 975 def bandsplit (0...bands).map {|i| extract_band(i)} end |