Data Processing
Get PPM header information, relying only on enough data for the initial header
This should be fully compliant with PPM's whitespace and comment specifications. It is suitable for use with uploads to an MCU, where the first data chunk contains the header information. It returns the width, height, and color max value, but does not process the image data itself, nor test the image data's validity. It may be used with only the header as well, or it may require the presence of data.
Maintainer: Jaggz H.
This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.