Thread Was will mir dieser Fehler sagen? gd-jpeg: cannot allocate gdImage struct
(16 answers)
Opened by roooot at 2008-11-19 15:48
Mein Versuch schlägt fehl:
Code: (dl
)
convert: no delegates configuration file found (delegates.mgk) Hier mein Perl Code: Code (perl): (dl
)
1 2 3 4 5 6 7 8 9 10 11 12 Readonly my $CONVERT => q{/is/htdocs/****************/lib/convert}; Readonly my $DIRECTPATH => q{/is/htdocs/***************/www/port17.de/cgi-bin/galerie/}; my $input_file = qq{"$DIRECTPATH/pictures/$gal_securestring/org-$file_hash.jpg"}; my $output_file = qq{"$DIRECTPATH/pictures/$gal_securestring/$file_hash.jpg"}; ### imagemagick resize # pic to show return system qq{$CONVERT "$input_file" -thumbnail 800x600@ "$output_file"}; Viele Grüße :)
|