package.lisp @ 8a6db152fb11

Add utility functions for reading textures for OpenGL
author Steve Losh <steve@stevelosh.com>
date Sat, 02 Feb 2019 14:30:59 -0500
parents 1e155f658715
children (none)
(defpackage :netpbm
  (:use :cl :netpbm.quickutils)
  (:export
    :read-from-file
    :read-from-stream
    :read-texture-from-file
    :read-texture-from-stream
    :write-to-file
    :write-to-stream)
  (:shadow :read-byte))