Skip to content

Utilities for making PBM, PGM, and PPM files with Guile

License

Notifications You must be signed in to change notification settings

tmtvl/guile-netpbm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for Guile-Netpbm

-*- mode: org; coding: utf-8; -*-

Official Netpbm documentation

Here

Usage

(use-module (netpbm) (netpbm pbm))

(define my-image (make-pbm-image 100 100))

;; Do some drawing

(write-image my-image "/path/to/destination.pbm")

Known bugs

  • The .pbm format doesn’t like a width greater than or equal to 560 bits.

About

Utilities for making PBM, PGM, and PPM files with Guile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages