Bug 154161

Summary: Missing color profile support with lcms
Product: [Fedora] Fedora Reporter: Dr. Tilmann Bubeck <tilmann>
Component: ImageMagickAssignee: Matthias Clasen <mclasen>
Status: CLOSED WONTFIX QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-21 20:26:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to fix the problem none

Description Dr. Tilmann Bubeck 2005-04-07 22:08:32 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040922

Description of problem:
ImageMagick is able to deal with color-profiles (command line option -profile). But unfortunately the lcms-devel (from FC extras) was missing, so the IM was built without lcms support.

This is important for CMYK color conversion.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. convert -profile XXX.icc a.gif a.png
  

Actual Results:  Error message missing LCMS support.


Expected Results:  Conversion with color profiles

Additional info:

Comment 1 Dr. Tilmann Bubeck 2005-04-07 22:09:58 UTC
Created attachment 112838 [details]
Patch to fix the problem

The attached patch fixed the problem by changing the spec file to include a
BuildReq.

Comment 2 Matthias Clasen 2005-04-21 20:26:55 UTC
ImageMagick is in FC, and thus cannot be linked against a library in FE. 
It is actually a bit dubious that lcms is in FE, due to possible patent issues