I cannot load any image file on Windows 2003 server

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?".
Post Reply
DannyGM

I cannot load any image file on Windows 2003 server

Post by DannyGM »

Hello,
Sorry about my grammar, English isn't my tang.

I downloaded the last compiled version of ImageMagic.
But I canot load any image file.

Code: Select all

   Format  Module    Mode  Description
------------------------------------------------------------------------------

* native blob support
Why there is not image format that I can load?

I tried to install GhostScript, but it's didn't help. I reinstalled (16bit version & 8bit version) and it's didn't solve my problem.

I am using Windows 2003 server.

Any one have any idea What I can do?

Thank you.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: I cannot load any image file on Windows 2003 server

Post by magick »

Until we can determine the problem, download and install the Visual Studio 2008 Redistributable Package found here: http://www.microsoft.com/downloads/deta ... 02B2AF5FC2.
DannyGM

Re: I cannot load any image file on Windows 2003 server

Post by DannyGM »

Thank you very much.

There truth is, that before I installed the visual studio 2008... I rebooted my server.
After that everything work. ("convert -list format" show me long list)

Maybe you need to add a step in the setup wizard to reboot the machine.

Thank you again.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: I cannot load any image file on Windows 2003 server

Post by magick »

We have a patch for the Visual C++ manifest that will not require a reboot. Look for it in the next ImageMagick point release, 6.4.8-4.
Post Reply