SixelRasterStatus
Namespace: Hex1b.Sixel
Assembly: Hex1b.dll
Describes whether a rasterization produced pixels or only geometry.
csharp
public enum SixelRasterStatusFields
GeometryOnly
Allocation was explicitly refused or the payload carried no rasterable data. Geometry and diagnostics remain available.
Returns: SixelRasterStatus
csharp
GeometryOnly = 1Rasterized
Pixels are available through .
Returns: SixelRasterStatus
csharp
Rasterized = 0Remarks
A outcome means the authoritative rasterizer explicitly refused pixel allocation (a bounded resource limit, or a parse outcome that carried no rasterable data), not a bug: the placement is still retained with its declared geometry and explanatory , never silently dropped.