C# 클래스 ImageProcessor.Plugins.Cair.Processors.ContentAwareResize

Resizes an image to the given dimensions using content aware resizing.
상속: IGraphicsProcessor
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor 1 사용 예제들

공개 메소드들

메소드 설명
ContentAwareResize ( ) : System

Initializes a new instance of the ContentAwareResize class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

비공개 메소드들

메소드 설명
ProcessCairImage ( string arguments, int timeout ) : void

The process cair image.

메소드 상세

ContentAwareResize() 공개 메소드

Initializes a new instance of the ContentAwareResize class.
public ContentAwareResize ( ) : System
리턴 System

ProcessImage() 공개 메소드

Processes the image.
public ProcessImage ( ImageFactory factory ) : Image
factory ImageFactory /// The current instance of the class containing /// the image to process. ///
리턴 Image