Sha256: e56209586b88de32fb4729d4aa86770b508e0df340d966ec6766faf09266f443
Contents?: true
Size: 510 Bytes
Versions: 5
Compression:
Stored size: 510 Bytes
Contents
module Fox # # JPEG Image class # class FXJPGImage < FXImage # Image quality attr_accessor :quality # # Return an initialized FXJPGImage instance. # # ==== Parameters: # # +a+:: an application instance [FXApp] # +pix+:: a memory buffer formatted in JPEG file format [String] # +opts+:: options [Integer] # +w+:: width [Integer] # +h+:: height [Integer] # def initialize(a, pix=nil, opts=0, w=1, h=1) # :yields: theJPGImage end end end
Version data entries
5 entries across 5 versions & 1 rubygems