rapidsai / cucim

cuCIM - RAPIDS GPU-accelerated image processing library
https://docs.rapids.ai/api/cucim/stable/
Apache License 2.0
352 stars 60 forks source link

[FEA] Supporting image loader for trivial formats (Jpeg, Jpeg 2000, PNG) #427

Open gigony opened 2 years ago

gigony commented 2 years ago

Is your feature request related to a problem? Please describe. cuCIM is currently supporting some generic Digital Pathology-related image formats (generic RGB tiled TIFF, Philips TIFF, etc). cuCIM can easily support trivial image formats JPEG/JPEG2000 as decompression libraries are already included for TIFF format decompression). PNG format is also a popular image format that is good to support.

Describe the solution you'd like

biocyberman commented 1 year ago

Hi I am interested in having support for PNG. Thanks