[]
The constructor of the FileFormatWriter. It receives all the information necessary about a codestream to generate a legal JP2 file
public FileFormatWriter(string filename, int height, int width, int nc, int[] bpc, int clength)
Type | Name | Description |
---|---|---|
string | filename | The name of the file that is to be made a JP2 file |
int | height | The height of the image |
int | width | The width of the image |
int | nc | The number of components |
int[] | bpc | The number of bits per component |
int | clength | Length of codestream |