C:\ImageMagick>convert test.html test.jpg
convert: `%s': %s html2ps -U -o "C:/DOCUME~1/artix/LOCALS~1/Temp/magick-14HHinPg
" "C:/DOCUME~1/artix/LOCALS~1/Temp/magick-MPILb9PD".
convert: Delegate failed `html2ps -U -o "%o" "%i"'.
convert: unable to open image `C:/DOCUME~1/artix/LOCALS~1/Temp/magick-14HHinPg':
No such file or directory.
convert: UnableToOpenBlob `C:/DOCUME~1/artix/LOCALS~1/Temp/magick-14HHinPg': No
such file or directory.
convert: missing an image filename `test.jpg'.
Troubles with convert from HTML to JPG
Re: Troubles with convert from HTML to JPG
For some image formats, ImageMagick requires an external delegate program or library. For HTML it requires both. It requires the script program html2ps to interpret HTML and it requires libJPEG to write JPEG images. You can see if ImageMagick already support JPEG with this command:
- identify -list format
Re: Troubles with convert from HTML to JPG
I put html2ps into google and found some links straight away.
From memory there is the original Perl version and a php version.
From memory there is the original Perl version and a php version.