my $ih = $image->filehandle('<', ':raw'); my $ret = $self->res->set_content_type('image/x-icon') ->render_binary($ih); close $ih; return $ret;