From b0114d623806df53bce55158e4ef89d62648da68 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 14 Nov 2007 03:51:35 +0000 Subject: got a quick working example pretty much straight from ggee's image.c; I need to get the shared dylib working before working on a new objectclass svn path=/trunk/externals/tkwidgets/; revision=9002 --- photo-help.pd | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 photo-help.pd (limited to 'photo-help.pd') diff --git a/photo-help.pd b/photo-help.pd new file mode 100644 index 0000000..af85b64 --- /dev/null +++ b/photo-help.pd @@ -0,0 +1,27 @@ +#N canvas 140 178 568 628 10; +#X text 19 18 Incorporate images. This is instantiated with; +#X msg 86 132 open \$1; +#X obj 86 88 bng 15 250 50 0 empty empty empty 0 -6 0 10 -4034 -1 -1 +; +#X obj 86 109 openpanel; +#X obj 66 555 bng 15 250 50 0 empty empty empty 0 -6 0 10 -262144 -1 +-1; +#X msg 265 152 size \$1 \$2; +#X obj 265 129 pack 0 0; +#X obj 313 106 hsl 128 15 0 127 0 0 empty empty y 7 7 0 10 -203904 +-1 -1 0 1; +#X obj 263 88 hsl 128 15 0 127 0 0 empty empty x 7 7 0 10 -204800 -1 +-1 0 1; +#X obj 309 337 photo frosch.gif; +#X obj 101 336 photo volga.gif; +#X text 19 34 [photo volga.gif]; +#X text 17 57 [photo] works with .gif \, .ppm \, and .pgm image formats +only.; +#X connect 1 0 10 0; +#X connect 2 0 3 0; +#X connect 3 0 1 0; +#X connect 5 0 10 0; +#X connect 6 0 5 0; +#X connect 7 0 6 1; +#X connect 8 0 6 0; +#X connect 10 0 4 0; -- cgit v1.2.1