2 // Compatibility shim for hooking up jimIcon to Tiny Tiny RSS.
4 require_once "jimIcon.php";
7 function getImageResource() {
13 function readICO($file) {
15 $icon = new floIconIcon();
16 $icon->img = $jim->fromiconstring(file_get_contents($file));
17 $this->images = array($icon);