Module: Tk::Img::TGA

Defined in:
lib/tkextlib/tkimg/tga.rb

Constant Summary collapse

PACKAGE_NAME =
'img::tga'.freeze

Class Method Summary collapse

Class Method Details

.package_nameObject



20
21
22
# File 'lib/tkextlib/tkimg/tga.rb', line 20

def self.package_name
  PACKAGE_NAME
end

.package_versionObject



24
25
26
27
28
29
30
# File 'lib/tkextlib/tkimg/tga.rb', line 24

def self.package_version
  begin
    TkPackage.require('img::tga')
  rescue
    ''
  end
end