开发者

red free support for images

开发者 https://www.devze.com 2023-01-07 20:32 出处:网络
I am working on a web application for a opthology research firm. They work on cornea images and use red free light to identify lesions (artries and nerve fibers) easily. I have implemented the addAmbi

I am working on a web application for a opthology research firm. They work on cornea images and use red free light to identify lesions (artries and nerve fibers) easily. I have implemented the addAmbient() method provided by microsoft for this purpose and it is working fine. <img id="eyepic" src="GetImage.jsp" height="1291" width="1944" STYLE="filter:light" onload="eyepic.filters.light.addAmbient(0,255,255,100)">

But the problem is this thing works only in IE. I am looking for a开发者_如何学Python method to implement this for other browsers too. If anyone has any idea please help me.

Thanks


hey everyone thanks for responding.Actually i slved my problem a month ago,just forgot to update it here.I am now using java2D api for creating redfree images.It has BandCombineOp to manipulate pixels. Thanks anyway

0

精彩评论

暂无评论...
验证码 换一张
取 消