C# 클래스 Ocronet.Dynamic.ImgLib.ImgIo

파일 보기 프로젝트 열기: nickun/OCRonet

공개 메소드들

메소드 설명
CopyStream ( Stream source, Stream destination ) : long

Копирует данные из одного стрима в другой

LoadBitmapFromFile ( string fileName ) : Bitmap

Загружает изображение из файла

LoadStreamFromFile ( string fileName ) : Stream

Возвращает MemoryStream с содержимым файла

read_image_binary ( Bytearray image, string path ) : Bitmap
read_image_gray ( Bytearray image, string path ) : Bitmap
read_image_packed ( Intarray image, string path ) : Bitmap
read_image_rgb ( Bytearray image, string path ) : Bitmap
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

메소드 상세

CopyStream() 공개 정적인 메소드

Копирует данные из одного стрима в другой
public static CopyStream ( Stream source, Stream destination ) : long
source Stream
destination Stream
리턴 long

LoadBitmapFromFile() 공개 정적인 메소드

Загружает изображение из файла
public static LoadBitmapFromFile ( string fileName ) : Bitmap
fileName string
리턴 System.Drawing.Bitmap

LoadStreamFromFile() 공개 정적인 메소드

Возвращает MemoryStream с содержимым файла
public static LoadStreamFromFile ( string fileName ) : Stream
fileName string
리턴 Stream

read_image_binary() 공개 정적인 메소드

public static read_image_binary ( Bytearray image, string path ) : Bitmap
image Bytearray
path string
리턴 System.Drawing.Bitmap

read_image_gray() 공개 정적인 메소드

public static read_image_gray ( Bytearray image, string path ) : Bitmap
image Bytearray
path string
리턴 System.Drawing.Bitmap

read_image_packed() 공개 정적인 메소드

public static read_image_packed ( Intarray image, string path ) : Bitmap
image Intarray
path string
리턴 System.Drawing.Bitmap

read_image_rgb() 공개 정적인 메소드

public static read_image_rgb ( Bytearray image, string path ) : Bitmap
image Bytearray
path string
리턴 System.Drawing.Bitmap

write_image_gray() 공개 정적인 메소드

public static write_image_gray ( Stream stream, Bytearray image, System fmt ) : void
stream Stream
image Bytearray
fmt System
리턴 void

write_image_gray() 공개 정적인 메소드

public static write_image_gray ( string path, Bytearray image ) : void
path string
image Bytearray
리턴 void

write_image_gray() 공개 정적인 메소드

public static write_image_gray ( string path, Floatarray image ) : void
path string
image Floatarray
리턴 void

write_image_packed() 공개 정적인 메소드

public static write_image_packed ( Stream stream, Intarray image, System fmt ) : void
stream Stream
image Intarray
fmt System
리턴 void

write_image_packed() 공개 정적인 메소드

public static write_image_packed ( string path, Intarray image ) : void
path string
image Intarray
리턴 void

write_image_rgb() 공개 정적인 메소드

public static write_image_rgb ( string path, Bytearray image ) : void
path string
image Bytearray
리턴 void