NetpbmBinaryDecoder constructor

const NetpbmBinaryDecoder({
  1. PixelFormat<int, void> format = abgr8888,
})

Creates a new binary Netpbm decoder with the given format.

Implementation

const NetpbmBinaryDecoder({super.format});