php-vips

Kernel
in package

The Kernel enum.

Tags
category

Images

author

John Cupitt jcupitt@gmail.com

copyright

2016 John Cupitt

license

https://opensource.org/licenses/MIT MIT

link
https://github.com/jcupitt/php-vips

Table of Contents

CUBIC  = 'cubic'
LANCZOS2  = 'lanczos2'
LANCZOS3  = 'lanczos3'
LINEAR  = 'linear'
MITCHELL  = 'mitchell'
NEAREST  = 'nearest'

Constants

CUBIC

public mixed CUBIC = 'cubic'

LANCZOS2

public mixed LANCZOS2 = 'lanczos2'

LANCZOS3

public mixed LANCZOS3 = 'lanczos3'

LINEAR

public mixed LINEAR = 'linear'

MITCHELL

public mixed MITCHELL = 'mitchell'

NEAREST

public mixed NEAREST = 'nearest'

Search results