Is there anyway to load PNG files with TK?
···
--
Posted via http://www.ruby-forum.com/.
Is there anyway to load PNG files with TK?
--
Posted via http://www.ruby-forum.com/.
Message-ID: <6b9175666942d27c949a851ef4308721@ruby-forum.com>
Is there anyway to load PNG files with TK?
Please use 'TkImg' extension (http://sf.net/projects/tkimg\).
ActiveTcl binary packages includes the extension.
When the extension is available on your Tcl/Tk,
plaese call "require 'tkextlib/tkimg'" to use on your Ruby/Tk.
# see also "ext/tk/sample/tkextlib/tkimg/demo.rb" on the Ruby source tree.
From: Austin <fakeemail100@earthlink.net>
Subject: Ruby TK and loading PNGs
Date: Sun, 26 Feb 2006 11:19:05 +0900
--
Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)