C# 클래스 Treefrog.Pipeline.ImagePacker.TexturePacker

파일 보기 프로젝트 열기: jaquadro/Treefrog

공개 메소드들

메소드 설명
AddImage ( Bitmap image, string name ) : void
AddImage ( string file ) : void
Pack ( string outputDir, string packFileName ) : List
TexturePacker ( Settings settings ) : System
TexturePacker ( string rootDir, Settings settings ) : System

비공개 메소드들

메소드 설명
GetEncoderInfo ( String mimeType ) : System.Drawing.Imaging.ImageCodecInfo
PremultiplyAlpha ( Bitmap source ) : Bitmap
WriteImages ( string outputDir, List pages, string packFileName ) : void
WritePackFile ( string outputDir, List pages, string packFileName ) : void
WriteRect ( TextWriter writer, Page page, Rect rect, string name ) : void

메소드 상세

AddImage() 공개 메소드

public AddImage ( Bitmap image, string name ) : void
image System.Drawing.Bitmap
name string
리턴 void

AddImage() 공개 메소드

public AddImage ( string file ) : void
file string
리턴 void

Pack() 공개 메소드

public Pack ( string outputDir, string packFileName ) : List
outputDir string
packFileName string
리턴 List

TexturePacker() 공개 메소드

public TexturePacker ( Settings settings ) : System
settings Settings
리턴 System

TexturePacker() 공개 메소드

public TexturePacker ( string rootDir, Settings settings ) : System
rootDir string
settings Settings
리턴 System