PHP 클래스 Horde_Image_Effect_Im_Unsharpmask, horde

저자: Michael J. Rubinsky ([email protected])
상속: extends Horde_Image_Effect
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_params array In general, radius should be roughly output dpi / 150. So for display purposes a radius of 0.5 is suggested. - amount: (float) Amount of the difference between original and the blur image that gets added back to the original. Can be thought of as the "strength" of the effect. Too high may cause blocking of shadows and highlights. Given a decimal value indicating percentage, e.g. 1.2 = 120% - threshold: (float) Determines how large the brightness delta between adjacent pixels needs to be to sharpen the edge. Larger values == less sharpening. Useful for preventing noisy images from being oversharpened.

공개 메소드들

메소드 설명
apply ( ) Applies the effect.

메소드 상세

apply() 공개 메소드

Applies the effect.
public apply ( )

프로퍼티 상세

$_params 보호되어 있는 프로퍼티

In general, radius should be roughly output dpi / 150. So for display purposes a radius of 0.5 is suggested. - amount: (float) Amount of the difference between original and the blur image that gets added back to the original. Can be thought of as the "strength" of the effect. Too high may cause blocking of shadows and highlights. Given a decimal value indicating percentage, e.g. 1.2 = 120% - threshold: (float) Determines how large the brightness delta between adjacent pixels needs to be to sharpen the edge. Larger values == less sharpening. Useful for preventing noisy images from being oversharpened.
protected array $_params
리턴 array