Computer Use of Image Magic
Computer Use of Image Magic
Where Do I Find The Software to Download for Computer use?
Do I have to Purchase it or is there a FREE Download?
Do I have to Purchase it or is there a FREE Download?
Re: Computer Use of Image Magic
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
I read the Info in the Links But Do Not Understand the WINZIP?
Can You Help? Again
Thanks
Re: Computer Use of Image Magic
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
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
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
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
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 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.
Go there and copy and paste this at the end of the last line
Code: Select all
convert -version
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
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 ?
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
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.
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.
Re: Computer Use of Image Magic
I do have a lot To Lean
Now That I Put Coversion in the Command Prompt What Next
Please otherwise Ill use the One WEBTV uses that IM does Not want
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
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
Got It Thanks Its Just Different From What MSN TV uses I got to Figure How to Use It
Thanks
Thanks
Re: Computer Use of Image Magic
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.
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.