Help for this page

Select Code to Download


  1. or download this
    $image->BlobToImage($buffer);
    my($width, $height, $format) = $image->Get('width', 'height', 'format'
    +);
    print "$f\t$width" . "x" . "$height\t$format image.\n"; # works
    my @features = $image->Features(); # <--- silent segfault here
    
  2. or download this
    my $features = $image->Features();