Changed view like u said but the output is possible only when i go to 
url http://www.sitename.lt2/lt/image , but image <img src="<?= 
$ro->gen('image'); ?>" alt="paveiksliuko vieta" /> is not working, where 
my mistake?
Thanks!

public function executeImage_png(AgaviRequestDataHolder $rd)
{
    ob_start();
    $im = imagecreatefrompng("redfade.png");
    $image=imagepng($im);
    ob_get_contents();

    $this->getResponse()->setContentType('image/png');
    $this->getResponse()->setContent($image);

}

_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to