Mediawiki on Microsoft Windows 2008 R2. Thumbnail problem

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
halker
Posts: 3
Joined: 2016-12-19T05:55:07-07:00
Authentication code: 1151

Mediawiki on Microsoft Windows 2008 R2. Thumbnail problem

Post by halker »

Hello,
I installed MediaWiki 1.28.0-0 and ImageMagick-7.0.4-0-Q16-x64 on Microsoft Windows 2008 R2
When I try to add some graphic files, i get this error:

Error creatintg thumbnail. Invalid Parameter - "80"

Error code: 4

What does it mean?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Mediawiki on Microsoft Windows 2008 R2. Thumbnail problem

Post by dlemstra »

We don't maintain the MediaWiki project so we cannot help you with this. You should ask for help at https://www.mediawiki.org/ instead.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Mediawiki on Microsoft Windows 2008 R2. Thumbnail problem

Post by magick »

Just guessing, but MediaWiki may require ImageMagick version 6. You installed version 7.
halker
Posts: 3
Joined: 2016-12-19T05:55:07-07:00
Authentication code: 1151

Re: Mediawiki on Microsoft Windows 2008 R2. Thumbnail problem

Post by halker »

I cannot find binary version of ImageMagick 6. Is it possible to download it from somewhere? I would like to avoid this whole crazy compiling thing

EDIT:
Nevermind. I found it.
halker
Posts: 3
Joined: 2016-12-19T05:55:07-07:00
Authentication code: 1151

Re: Mediawiki on Microsoft Windows 2008 R2. Thumbnail problem

Post by halker »

Now i have this error

unable to load module `C:\ImageMagick\modules\coders\IM_MOD_RL_JPEG_.dll': The specified module could not be found.

@ error/module.c/OpenModule/1302.
convert.exe: no decode delegate for this image format `JPEG' @ error/constitute.c/ReadImage/504.
convert.exe: no images defined `\xampp\tmp/transform_09c80238bf68.jpg' @ error/convert.c/ConvertImageCommand/3258.

Error code: 1

Module C:\ImageMagick\modules\coders\IM_MOD_RL_JPEG_.dll is normaly accessible under this path.
Post Reply