메소드 | 설명 | |
---|---|---|
CopyStream ( Stream source, Stream destination ) : long |
Копирует данные из одного стрима в другой
|
|
LoadBitmapFromFile ( string fileName ) : |
Загружает изображение из файла
|
|
LoadStreamFromFile ( string fileName ) : Stream |
Возвращает MemoryStream с содержимым файла
|
|
read_image_binary ( Bytearray image, string path ) : |
||
read_image_gray ( Bytearray image, string path ) : |
||
read_image_packed ( Intarray image, string path ) : |
||
read_image_rgb ( Bytearray image, string path ) : |
||
write_image_gray ( Stream stream, Bytearray image, System fmt ) : void | ||
write_image_gray ( string path, Bytearray image ) : void | ||
write_image_gray ( string path, Floatarray image ) : void | ||
write_image_packed ( Stream stream, Intarray image, System fmt ) : void | ||
write_image_packed ( string path, Intarray image ) : void | ||
write_image_rgb ( string path, Bytearray image ) : void |
public static CopyStream ( Stream source, Stream destination ) : long | ||
source | Stream | |
destination | Stream | |
리턴 | long |
public static LoadBitmapFromFile ( string fileName ) : |
||
fileName | string | |
리턴 |
public static LoadStreamFromFile ( string fileName ) : Stream | ||
fileName | string | |
리턴 | Stream |
public static read_image_binary ( Bytearray image, string path ) : |
||
image | Bytearray | |
path | string | |
리턴 |
public static read_image_gray ( Bytearray image, string path ) : |
||
image | Bytearray | |
path | string | |
리턴 |
public static read_image_packed ( Intarray image, string path ) : |
||
image | Intarray | |
path | string | |
리턴 |
public static read_image_rgb ( Bytearray image, string path ) : |
||
image | Bytearray | |
path | string | |
리턴 |
public static write_image_gray ( Stream stream, Bytearray image, System fmt ) : void | ||
stream | Stream | |
image | Bytearray | |
fmt | System | |
리턴 | void |
public static write_image_gray ( string path, Bytearray image ) : void | ||
path | string | |
image | Bytearray | |
리턴 | void |
public static write_image_gray ( string path, Floatarray image ) : void | ||
path | string | |
image | Floatarray | |
리턴 | void |
public static write_image_packed ( Stream stream, Intarray image, System fmt ) : void | ||
stream | Stream | |
image | Intarray | |
fmt | System | |
리턴 | void |
public static write_image_packed ( string path, Intarray image ) : void | ||
path | string | |
image | Intarray | |
리턴 | void |
public static write_image_rgb ( string path, Bytearray image ) : void | ||
path | string | |
image | Bytearray | |
리턴 | void |