2012-05-09 62 views
0

这里的ICC配置文件是我的代码:装入有Magick ++

Blob rgbBlob; 
ifstream LoadFile; 
Image profile_test("sRGB.icc"); 
profile_test.write(&rgbBlob); 
jpg_src.profile("ICC",rgbBlob); 

我试图加载ICC文件和调整,但我不能。相反,我得到这个错误:

terminate called after throwing an instance of 'Magick::WarningMissingDelegate' 
    what(): Magick: DelegateLibrarySupportNotBuiltIn `5orig.jpg' (LCMS) @ warning 
/profile.c/ProfileImage/5743 
     1 [sig] scale_image 2052 open_stackdumpfile: Dumping stack trace to scale_ 
image.exe.stackdump 

回答

1

您需要重建imagemagick支持正确的库。在这种情况下,您必须重建LCMS支持。

source