Новости | FAQ | Авторы | Документация | В действии | Библиотека |
Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
lorien 09.04.2005 21:16
У меня activeperl 5.8.4 build 810.#!c:/sbin/perl/bin/perl.exe print "content-type: text/plain\n\n"; use Image::Magick; my $image = new Image::Magick(); my $last_error; $last_error = $image->Read('c:\work\www\prj25\2.jpg'); if ($last_error) { print ($last_error); } print "Width: ".$image->Get('width');Выдаётся такая ошибка:
Exception 420: no delegate for this image format (c:\work\www\prj25\2.jpg) [No such file or directory]Width:Как мне исправить эту ошибку?