Property | Type | Description | |
---|---|---|---|
JFIF_ID | byte[] | ||
NOPARAM_MARKERS | int[] | ||
PS_8BIM_RESO | byte[] | ||
UNSUPPORTED_MARKERS | int[] | ||
VALID_MARKERS | int[] |
Method | Description | |
---|---|---|
Jpeg ( Image image ) : System |
Construct a Jpeg-object, using a Image
|
|
Jpeg ( |
Constructs a Jpeg-object, using an Uri. Deprecated, use Image.GetInstance(...) to create an Image |
|
Jpeg ( byte img ) : System |
Constructs a Jpeg-object from memory.
|
|
Jpeg ( byte img, float width, float height ) : System |
Constructs a Jpeg-object from memory.
|
Method | Description | |
---|---|---|
GetShort ( Stream istr ) : int |
Reads a short from the Stream.
|
|
GetShortInverted ( Stream istr ) : int |
Reads an inverted short from the Stream.
|
|
MarkerType ( int marker ) : int |
Returns a type of marker.
|
|
ProcessParameters ( ) : void |
This method checks if the image is a valid JPEG and processes some parameters.
|
public Jpeg ( |
||
Uri | the Uri where the image can be found | |
return | System |
public Jpeg ( byte img, float width, float height ) : System | ||
img | byte | the memory image. |
width | float | the width you want the image to have |
height | float | the height you want the image to have |
return | System |
public static int[] UNSUPPORTED_MARKERS | ||
return | int[] |