Module: Tk::Img::TIFF (Ruby 2.3.4)

In Files

  • tk/lib/tkextlib/tkimg/tiff.rb

Class/Module Index [+]

Quicksearch

Tk::Img::TIFF

Constants

PACKAGE_NAME

Public Class Methods

package_name()
 
               # File tk/lib/tkextlib/tkimg/tiff.rb, line 21
def self.package_name
  PACKAGE_NAME
end
            
package_version()
 
               # File tk/lib/tkextlib/tkimg/tiff.rb, line 25
def self.package_version
  begin
    TkPackage.require('img::tiff')
  rescue
    ''
  end
end