Page 1 of 1

Computer Use of Image Magic

Posted: 2007-06-12T14:28:39-07:00
by fordtruck
Where Do I Find The Software to Download for Computer use?
Do I have to Purchase it or is there a FREE Download? :?

Re: Computer Use of Image Magic

Posted: 2007-06-12T14:34:31-07:00
by Bonzo

Re: Computer Use of Image Magic

Posted: 2007-06-12T15:49:23-07:00
by fordtruck
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

Thanks

Re: Computer Use of Image Magic

Posted: 2007-06-13T09:40:23-07:00
by Bonzo
Here is a link to some basic instructions on how to get IM running on an XP and Linux PC. Also I use it with php on a XAMMP setup.
http://www.rubblewebs.co.uk/imagemagick/install.php

Latest version you want: http://www.imagemagick.org/download/bin ... ws-dll.exe

Re: Computer Use of Image Magic

Posted: 2007-06-13T13:03:11-07:00
by fordtruck
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 :?

Re: Computer Use of Image Magic

Posted: 2007-06-13T13:09:56-07:00
by Bonzo
So you have downloaded and run the exe file which should have installed IM. I have only used it in the "Comand prompt" screen.

Go there and copy and paste this at the end of the last line

Code: Select all

convert -version
which should prove IM is installed and working.

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.

Re: Computer Use of Image Magic

Posted: 2007-06-13T13:20:54-07:00
by fordtruck
Would that Let Me use http://magick.net4tv.com/MagickStudio/s ... Studio.cgi
I like This on Cause It has Thousands of Fonts

Where do I Put "Covert Version"? Please Help Im New to A lot of Computer stuff.

Im already Having Security Troubles ?

Re: Computer Use of Image Magic

Posted: 2007-06-13T13:29:55-07:00
by Bonzo
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 :shock:

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.

Re: Computer Use of Image Magic

Posted: 2007-06-13T13:56:18-07:00
by fordtruck
I do have a lot To Lean :shock:
Now That I Put Coversion in the Command Prompt What Next

Please otherwise Ill use the One WEBTV uses that IM does Not want

Re: Computer Use of Image Magic

Posted: 2007-06-13T14:00:15-07:00
by Bonzo
Put convert -version and press enter. You should get some text telling you that IM is installed and what version it is.

Re: Computer Use of Image Magic

Posted: 2007-06-13T14:07:55-07:00
by fordtruck
Got It Thanks Its Just Different From What MSN TV uses I got to Figure How to Use It

Thanks

Re: Computer Use of Image Magic

Posted: 2007-06-13T14:12:52-07:00
by Bonzo
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.