UNPKG

@abasb75/dicom-pixel-decoder

Version:

a powerfull javascript dicom pixel data decoder

4 lines (3 loc) 166 B
import DecodedImage from "../DecodedImage"; declare function invertMonochrome1(image: DecodedImage): import("../types").PixelArray; export default invertMonochrome1;