* array( * 0 => , * 1 => , * 2 => , * ); * * * If you are looking for a filter that just resizes your image to * thumbnail size, you should consider the {@link * ezcImageGeometryFilters::scale()} filter. * * @param int $width Width of the thumbnail. * @param int $height Height of the thumbnail. * @param array $color Fill color. * @return void */ public function filledThumbnail( $width, $height, $color = array() ); } ?>