pd-bitmap homepage
description
Pd-bitmap is a simple external for
pure data to read/write 16 bit PNG bitmap files with 1-4
channels. The tarball also provides a simple bitmap based sequencer
example patch and bitmap.
requires
Pd-bitmap was developed under linux so the Makefile is for linux
only. Porting should be easy and if you succeeded i would like to know.
- flext-0.3.3
- libpng-1.0.12
- c++
For the example patch you may wish to have the following
- playlist external (optional)
download
project file list
installation
0. untar archive file
$ tar xzvf pd-bitmap-0.2.tar.gz
1. edit Makefile
2. call make
$ make
3. copy binary and example
$ make install
or
$ cp bitmap.pd-linux /usr/local/lib/pd/extra