I have a numpy array with alpha channel and want to use nvimagecodec to encode it. But it doesn't seem to support it and returns None. encoder = nvimgcodec.Encoder() arr = np.random.randint(0, 255, ...
The library exposes a class, RouterCodec with several public methods that can be used to decode or encode UR data. The result is a tuple, starting with the "in-token" and ending with the "out-token", ...