Example #1
0
 /** Load an image from disk */
 static function load_image()
 {
     $img = AnewtImage::from_file('test.png');
     $img->flush();
     $img->destroy();
 }