I need to ►BUY Microsoft Visual Studio IDE just to use IM?
I need to ►BUY Microsoft Visual Studio IDE just to use IM?
There is no way I'm purchasing (anything) just to use Image Magick. Please confirm.
(2[Bb]|[^2].|.[^Bb])
That is the question.
That is the question.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: I need to ►BUY Microsoft Visual Studio IDE just to use I
Why do you think you need to purchase anything?
I believe what you need are free downloads from Microsoft. see http://www.imagemagick.org/script/binar ... hp#windows. The downloads you need are at:
http://www.microsoft.com/en-us/download ... px?id=5555
http://www.microsoft.com/en-us/download ... x?id=14632
I do not use Windows, but one of the Windows users can confirm.
I believe what you need are free downloads from Microsoft. see http://www.imagemagick.org/script/binar ... hp#windows. The downloads you need are at:
http://www.microsoft.com/en-us/download ... px?id=5555
http://www.microsoft.com/en-us/download ... x?id=14632
I do not use Windows, but one of the Windows users can confirm.
Re: I need to ►BUY Microsoft Visual Studio IDE just to use I
As fmw42 says download an exe file and install it. If you are using pdf's I would install Ghostscript first; you can then run Imagemagick from the command prompt.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: I need to ►BUY Microsoft Visual Studio IDE just to use I
If you have a working computer, I assume Windows of some sort, you don't need to purchase anything else to use ImageMagick. As Fred (fmw42) and Bonzo say, follow the instructions at http://www.imagemagick.org/script/binar ... hp#windows . It takes about 5 minutes.
I doubt that you will need Microsoft's vcomp100.dll file. One of these is included with ImageMagick.
Microsoft Visual Studio IDE would only be useful if you want to compile ImageMagick yourself, perhaps because you want to modify it. I suggest it is better, at first, to install the binary and use it for a while first. (If you do want to compile it yourself, Cygwin can do this, and this is free.)
My pages (see my signature) contains many examples of using IM with Windows. But I don't have an introductory guide. See Fred's replies at viewtopic.php?f=1&t=26032 The example commands on those links are Unix, not Windows, so you have to change them slightly; see http://www.imagemagick.org/Usage/windows/
I doubt that you will need Microsoft's vcomp100.dll file. One of these is included with ImageMagick.
Microsoft Visual Studio IDE would only be useful if you want to compile ImageMagick yourself, perhaps because you want to modify it. I suggest it is better, at first, to install the binary and use it for a while first. (If you do want to compile it yourself, Cygwin can do this, and this is free.)
My pages (see my signature) contains many examples of using IM with Windows. But I don't have an introductory guide. See Fred's replies at viewtopic.php?f=1&t=26032 The example commands on those links are Unix, not Windows, so you have to change them slightly; see http://www.imagemagick.org/Usage/windows/
snibgo's IM pages: im.snibgo.com
Re: I need to ►BUY Microsoft Visual Studio IDE just to use I
I took a screenshot, but I gather attachments are disabled. I already have a newer version of this installed.
(2[Bb]|[^2].|.[^Bb])
That is the question.
That is the question.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: I need to ►BUY Microsoft Visual Studio IDE just to use I
What is your question?
snibgo's IM pages: im.snibgo.com
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: I need to ►BUY Microsoft Visual Studio IDE just to use I
This forum does not all images to be uploaded. The way to do that is to to upload your images to some free image hosting service such as dropbox.com (public folder) and then put the URLs here.XnTriq wrote:I took a screenshot, but I gather attachments are disabled. I already have a newer version of this installed.
Re: I need to ►BUY Microsoft Visual Studio IDE just to use I
Since I apparently have the newest version of MVS installed on my computer (XP) I'm wondering how to use Image Magick.snibgo wrote:What is your question?
(2[Bb]|[^2].|.[^Bb])
That is the question.
That is the question.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: I need to ►BUY Microsoft Visual Studio IDE just to use I
At the command prompt, type:
If it says ...
... then the directory containing ImageMagick isn't on your system path.
If it says something like ...
... then you are running ImageMagick.
If it says something different, you can post it here.
Code: Select all
convert -version
Code: Select all
Invalid drive specification
If it says something like ...
Code: Select all
Version: ImageMagick 6.8.9-5 Q16 x64 2014-06-26 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib cairo freetype jbig jng jp2 jpeg lcms lqr pangocairo png ps rsvg tiff webp xml zlib
If it says something different, you can post it here.
snibgo's IM pages: im.snibgo.com