Topic: 【提问】JMagick调不通 |
Print this page |
1.【提问】JMagick调不通 | Copy to clipboard |
Posted by: samantha Posted on: 2005-04-07 16:46 我用的是JMagick的6.2也就是最新的版本,我配置好JNI后,编译都通过,但是当我运行他的test.Test的时候出现如下错误: Scaled to 60x30 MagickException: magick.MagickApiException: UnableToOpenFile: UnableToOpenFile, 具体引起错误的代码为以下代码段最后一句: //pics.jpg和类同一包中 ImageInfo info = new ImageInfo("pics.jpg"); info.setPage("50x50+0+0"); info.setUnits(ResolutionType.PixelsPerInchResolution); info.setColorspace(ColorspaceType.RGBColorspace); info.setBorderColor(PixelPacket.queryColorDatabase("red")); MagickImage image = new MagickImage(info); image.setImageAttribute("Comment", "Processed by JMagick"); 然后自己又根据网站上的信息写了一个测试的程序,还是出现此错误。请各位达人能帮我解决一下,或者提供些信息,感激不敬! 他的官方网站是:http://www.yeo.id.au/jmagick/ |
2.Re:【提问】JMagick调不通 [Re: samantha] | Copy to clipboard |
Posted by: samantha Posted on: 2005-04-08 14:57 啊,没人知道吗,麻烦了啊,在线等的啊 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |