I m developing a application using php.in my task i need to convert .pdf files to .jpg using php.so i m trying to install this imagemagick tool but i m not ble to get the result for the command that was specified during the setup.
convert logo:logo.milf
mdisplay logo.milf
its saying cannot find logo.milf.
can anyone please help me do about installation.
Thanks
installation problem ImageMagick
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: installation problem ImageMagick
The convert command needs to have a space after "logo:" and the file format is not milf, it's miff.
Pete
Code: Select all
convert logo: logo.miff
mdisplay logo.miff
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
See my message in this topic for a link to a zip of all the files.
Re: installation problem ImageMagick
i typed it wrongly i did .miff only
still not working
its saying logo.miff not found
still not working
its saying logo.miff not found