Property | Type | Description | |
---|---|---|---|
PNGID | int[] |
Method | Description | |
---|---|---|
DecodeIdat ( ) : void | ||
DecodePass ( int xOffset, int yOffset, int xStep, int yStep, int passWidth, int passHeight ) : void | ||
GetImage ( Stream isp ) : Image | ||
GetImage ( String file ) : Image | ||
GetImage ( |
||
GetImage ( byte data ) : Image | ||
GetInt ( Stream isp ) : int | ||
GetString ( Stream isp ) : String | ||
GetWord ( Stream isp ) : int | ||
PngImage ( Stream isp ) : System | ||
ProcessPixels ( byte curr, int xOffset, int step, int y, int width ) : void | ||
ReadPng ( ) : void |
Method | Description | |
---|---|---|
CheckMarker ( String s ) : bool | ||
DecodeAverageFilter ( byte curr, byte prev, int count, int bpp ) : void | ||
DecodePaethFilter ( byte curr, byte prev, int count, int bpp ) : void | ||
DecodeSubFilter ( byte curr, int count, int bpp ) : void | ||
DecodeUpFilter ( byte curr, byte prev, int count ) : void | ||
GetColorspace ( ) : |
||
GetImage ( ) : Image | ||
GetPixel ( byte image, int x, int y, int bitDepth, int bytesPerRow ) : int | ||
GetPixel ( byte curr ) : int[] | ||
PaethPredictor ( int a, int b, int c ) : int | ||
ReadFully ( Stream inp, byte b, int offset, int count ) : void | ||
SetPixel ( byte image, int data, int offset, int size, int x, int y, int bitDepth, int bytesPerRow ) : void |
public DecodePass ( int xOffset, int yOffset, int xStep, int yStep, int passWidth, int passHeight ) : void | ||
xOffset | int | |
yOffset | int | |
xStep | int | |
yStep | int | |
passWidth | int | |
passHeight | int | |
return | void |
public static GetImage ( Stream isp ) : Image | ||
isp | Stream | |
return | Image |
public static GetImage ( String file ) : Image | ||
file | String | |
return | Image |
public static GetImage ( |
||
url | ||
return | Image |
public static GetString ( Stream isp ) : String | ||
isp | Stream | |
return | String |
public ProcessPixels ( byte curr, int xOffset, int step, int y, int width ) : void | ||
curr | byte | |
xOffset | int | |
step | int | |
y | int | |
width | int | |
return | void |