Sha256: 4fd8123b4fb5d100dafd0c1a41530681cee7394bb9a7610195c0e142988f9960
Contents?: true
Size: 539 Bytes
Versions: 5
Compression:
Stored size: 539 Bytes
Contents
module Fox # # Tagged Image File Format (TIFF) Image # class FXTIFImage < FXImage # Codec setting [Integer] attr_accessor :codec # # Return an initialized FXTIFImage instance. # # ==== Parameters: # # +a+:: an application instance [FXApp] # +pix+:: a memory buffer formatted in TIF file format [String] # +opts+:: options [Integer] # +w+:: width [Integer] # +h+:: height [Integer] # def initialize(a, pix=nil, opts=0, w=1, h=1) # :yields: theTIFImage end end end
Version data entries
5 entries across 5 versions & 1 rubygems