public function action_index()
 {
     $this->auto_render = FALSE;
     $image = new ImageCache();
     $image->output_file();
 }