aboutsummaryrefslogtreecommitdiff
path: root/photo-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-14 03:51:35 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-14 03:51:35 +0000
commitb0114d623806df53bce55158e4ef89d62648da68 (patch)
tree94261d8e1af36e692ef54fff1f610e2e0bd48a6a /photo-help.pd
parent3afde3d7dbb730999164405ce1e781ef35e66465 (diff)
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
Diffstat (limited to 'photo-help.pd')
-rw-r--r--photo-help.pd27
1 files changed, 27 insertions, 0 deletions
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;