-
-
Notifications
You must be signed in to change notification settings - Fork 320
PNM Plugin
Harald Kuhr edited this page Mar 15, 2021
·
3 revisions
- Read support for the following file types:
- PBM in
P1(ASCII) andP4(binary) formats, 1 bit per pixel - PGM in
P2(ASCII) andP5(binary) formats, up to 16/32 bits per pixel - PPM in
P3(ASCII) andP6(binary) formats, up to 16/32 bits per pixel component - PAM in
P7(binary) format up to 32 bits per pixel component - Limited support for PFM in
Pf(gray) andPF(RGB) formats, 32 bits floating point
- PBM in
- Write support for the following formats:
- PPM in
P6(binary) format - PAM in
P7(binary) format
- PPM in
- Standard metadata support