# -*- tcl -*- Tcl package index file # --- --- --- Handcrafted, final generation by configure. # # $Id: pkgIndex.tcl.in,v 1.1.1.1 2016/01/25 21:20:46 joye Exp $ package ifneeded @PACKAGE_TCLNAME@ @PACKAGE_VERSION@ [list load [file join $dir @PKG_LIB_FILE@]] # Compatibility hack. When asking for the old name of the package # then load all format handlers and base libraries provided by tkImg. # Actually we ask only for the format handlers, the required base # packages will be loaded automatically through the usual package # mechanism. # When reading images without specifying it's format (option -format), # the available formats are tried in reversed order as listed here. # Therefore file formats with some "magic" identifier, which can be # recognized safely, should be added at the end of this list. package ifneeded Img @PACKAGE_VERSION@ { package require img::window package require img::tga package require img::ico package require img::pcx package require img::sgi package require img::sun package require img::xbm package require img::xpm package require img::ps package require img::jpeg package require img::png package require img::tiff package require img::bmp package require img::ppm package require img::gif package require img::pixmap package provide Img @PACKAGE_VERSION@ }