[]
Instantiates a codestream manipulator..
public CodestreamManipulator(string outname, int nt, int pptp, bool ppm, bool ppt, bool tempSop, bool tempEph)
Type | Name | Description |
---|---|---|
string | outname | The name of the original outfile |
int | nt | The number of tiles in the image |
int | pptp | Packets per tile-part. If zero, no division into tileparts is performed |
bool | ppm | Flag indicating that PPM marker is used |
bool | ppt | Flag indicating that PPT marker is used |
bool | tempSop | Flag indicating whether SOP merker should be removed |
bool | tempEph | Flag indicating whether EPH merker should be removed |