[]
Instantiates a codestream manipulator..
public CodestreamManipulator(string outname, int nt, int pptp, bool ppm, bool ppt, bool tempSop, bool tempEph)
Public Sub New(outname As String, nt As Integer, pptp As Integer, ppm As Boolean, ppt As Boolean, tempSop As Boolean, tempEph As Boolean)
| 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 |