Band Sequential

Multi-channel image format where the complete image data for each channel is grouped together, and the file contains a sequence of these distinct channels, that is:

 
record 1: line 1 in channel 1
record 2: line 2 in channel 1
...
record m: line m in channel 1
record m+1: line 1 in channel 2
record m+2: line 2 in channel 2
...
record 2m: line m in channel 2
...
record mn: line m in channel n

for m lines and n channels in the image.