After updating version I can't convert any pictures

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
lolka
Posts: 2
Joined: 2013-08-12T22:26:05-07:00
Authentication code: 6789

After updating version I can't convert any pictures

Post by lolka »

How do I install any delegates? Now there 2 delegates

ps and zlib
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: After updating version I can't convert any pictures

Post by fmw42 »

what version of IM? what platform? did you install from source or binary? if from source, then you need to install all the delegates you want before installing IM. see http://www.imagemagick.org/download/delegates/
lolka
Posts: 2
Joined: 2013-08-12T22:26:05-07:00
Authentication code: 6789

Re: After updating version I can't convert any pictures

Post by lolka »

version 6.8.6 . I installed binary. I don't know how install from source.
I do wget http://www.imagemagick.org/download/del ... .v9.tar.gz
tar xzfv jpegsrc.v9.tar.gz
cd jpeg-9
make install

and it isn't installed
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: After updating version I can't convert any pictures

Post by fmw42 »

which binary file did you install? what platform? a properly installed binary for your system should have all the delegates you need already preinstalled for you. so I would expect something is wrong with your install procedure or you got the wrong binary file.

see
http://www.imagemagick.org/script/binary-releases.php
Post Reply