-*- mode: org; coding: utf-8; -*-
(use-module (netpbm) (netpbm pbm))
(define my-image (make-pbm-image 100 100))
;; Do some drawing
(write-image my-image "/path/to/destination.pbm")
- The .pbm format doesn’t like a width greater than or equal to 560 bits.