hIST chunk, see http://www.w3.org/TR/PNG/#11hIST Only for palette images
More...
Inherits Hjg.Pngcs.Chunks.PngChunkSingle.
|
static readonly String | ID = ChunkHelper.hIST |
|
|
enum | ChunkOrderingConstraint {
NONE,
BEFORE_PLTE_AND_IDAT,
AFTER_PLTE_BEFORE_IDAT,
BEFORE_IDAT,
NA
} |
| Restrictions for chunk ordering, for ancillary chunks More...
|
|
static void | FactoryRegister (String chunkId, Type type) |
| Registers a Chunk ID in the factory, to instantiate a given type
|
|
static T | CloneChunk< T > (T chunk, ImageInfo info) |
|
readonly String | Id |
| 4 letters. The Id almost determines the concrete type (except for PngUKNOWN)
|
|
readonly bool | Crit |
| Standard basic properties, implicit in the Id
|
|
| PngChunk (String id, ImageInfo imgInfo) |
| Constructs an empty chunk
|
|
readonly ImageInfo | ImgInfo |
| Image basic info, mostly for some checks
|
|
bool | Priority [get, set] |
| For writing. Queued chunks with high priority will be written as soon as possible
|
|
int | ChunkGroup [get, set] |
| Chunk group where it was read or writen
|
|
int | Length [get, set] |
|
long | Offset [get, set] |
|
hIST chunk, see http://www.w3.org/TR/PNG/#11hIST Only for palette images
Hjg.Pngcs.Chunks.PngChunkHIST.PngChunkHIST |
( |
ImageInfo |
info | ) |
|
override ChunkRaw Hjg.Pngcs.Chunks.PngChunkHIST.CreateRawChunk |
( |
| ) |
|
|
virtual |
override void Hjg.Pngcs.Chunks.PngChunkHIST.ParseFromRaw |
( |
ChunkRaw |
c | ) |
|
|
virtual |
override void Hjg.Pngcs.Chunks.PngChunkHIST.CloneDataFromRead |
( |
PngChunk |
other | ) |
|
|
virtual |
int [] Hjg.Pngcs.Chunks.PngChunkHIST.GetHist |
( |
| ) |
|
void Hjg.Pngcs.Chunks.PngChunkHIST.SetHist |
( |
int[] |
hist | ) |
|
should have same length as palette
- Parameters
-
readonly String Hjg.Pngcs.Chunks.PngChunkHIST.ID = ChunkHelper.hIST |
|
static |