Ruby TK and loading PNGs

Is there anyway to load PNG files with TK?

From: Austin [email protected]
Subject: Ruby TK and loading PNGs
Date: Sun, 26 Feb 2006 11:19:05 +0900
Message-ID: [email protected]

Is there anyway to load PNG files with TK?

Please use ‘TkImg’ extension (tkImg download | SourceForge.net).
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.