cornerstonejs / cornerstoneWebImageLoader

Cornerstone Image Loader for Web Images (PNG, JPEG)
MIT License
69 stars 50 forks source link

Applying Filters on Images loaded #28

Closed NicholaAlkhouri closed 5 years ago

NicholaAlkhouri commented 6 years ago

Hello,

Is there a way to apply some filters on the loaded images, for example (Sharpness). This filter usually implemented using a mathematical method to change the image pixels, using a 3d matrix.

Regards.

dannyrb commented 5 years ago

@NicholaAlkhouri you can apply whatever filters you want in createImage on the mapped pixelData. You could also implement a custom renderer in cornerstone-core