NetpbmAsciiDecoder constructor

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

Creates a new ASCII Netpbm decoder with the given format.

Implementation

const NetpbmAsciiDecoder({super.format});