Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
For Windows XP What would You Recommend I Download & What To do to Download
I read the Info in the Links But Do Not Understand the WINZIP?
Can You Help? Again
Ive Downloaded http://www.imagemagick.org/download/bin ... ws-dll.exe
Now All IO See is a Blank Page on IMDisplay? Where Do I Find The IM I want to use
Please help
thanks
Some instructions I gave someone else http://www.rubblewebs.co.uk/TESTS/kostina.php - They were putting there images into the same folder as IM. You need to replace the folder with the path to your images.
That is a special program interface. IM works by inputting comands either into a command line or program. The fonts you can use are only the ones regestered in IM.
I think you will have a lot to learn
To input convert -version you have to go Start -> Programs -> Accessories -> Command Prompt. You must input the code exactly as written . convert -version will work but convert version will not work.
The basic use is you input the command and the image is saved to the folder. One of the problems is you have to navigate to the folder with the image.
To save a jpg as a gif you would use convert image.jpg image.gif To resize an image you would use convert image.jpg -resize 100x100 resized.jpg
I would start off with something easy; put the image into the folder that Command Prompt defaults to and run a convert comand. The new image will be saved in the same folder. Once you get the hang of this you can experiment more.