ImageMagick6 ist installed and working
Ghostscript is installed and working
shellscript is working..
PHP is working...
I think, there is no need for delegate.xml because shell and PHP are working. Anyway, inserted:
Anyway, getting error in admincp:
Ignoring this has no effect.
Uploading images - thumbs are createt.
uploading pdf - thumb not and also no error...
Is this feature working? What is wrong?
P.S. tryed with VB 5.3.3 RC2
Ghostscript is installed and working
Code:
convert \test.pdf \test.jpg 2>&1
PHP Code:
$im = new Imagick();
$im->readimage('/test.pdf[0]');
$im->setImageFormat('jpeg');
$im->writeImage('/thumb.jpg');
$im->clear();
$im->destroy();
I think, there is no need for delegate.xml because shell and PHP are working. Anyway, inserted:
Code:
<delegate decode="pdf" encode"jpg" command=""convert %i %o""/>
Anyway, getting error in admincp:
Failed to automatically validate that Ghostscript is installed & configured with ImageMagick for PDF to JPG conversion.
Please ensure that Ghostscript is installed and that relevant entries in ImageMagick's delegates.xml point to the proper path for Ghostscript's executable. You can ignore this and set this option to "Yes" if PDF conversion already works without the delegates check.
Please ensure that Ghostscript is installed and that relevant entries in ImageMagick's delegates.xml point to the proper path for Ghostscript's executable. You can ignore this and set this option to "Yes" if PDF conversion already works without the delegates check.
Ignoring this has no effect.
Uploading images - thumbs are createt.
uploading pdf - thumb not and also no error...
Is this feature working? What is wrong?
P.S. tryed with VB 5.3.3 RC2
Comment