| 1 | <?php |
||
| 16 | class Pixeler { |
||
| 17 | |||
| 18 | public static function image($image_url, $resize_factor = 1.0, $invert = false, $weight = 0.5, $mode = Image::DITHER_ERROR){ |
||
| 21 | |||
| 22 | public static function dots($width, $height){ |
||
| 25 | |||
| 26 | public static function hide_cursor(){ |
||
| 29 | |||
| 30 | public static function show_cursor(){ |
||
| 33 | |||
| 34 | } |