Results 1 to 2 of 2

Thread: imagemagick, lcms and Ubuntu

  1. #1
    Join Date
    Feb 2012
    Beans
    3

    imagemagick, lcms and Ubuntu

    I have a server running 10.04 LTS. A piece of software we're running now requires imagemagick with lcms support.

    How can I determine if the copy of imagemagick I've got installed currently has lcms support enabled, and if not, how do I get imagemagick with lcms support installed? Is there a package in the repository, or do I need to build it myself?

    Thanks for the help!

  2. #2
    Join Date
    Jul 2009
    Beans
    18

    Re: imagemagick, lcms and Ubuntu

    It's a bit of a hack, but install imageinfo, then type:

    imageinfo --iccname test.jpg

    It will squak if no LCMS.

    I think you have to build from source if you want it

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •