diff --git a/rdoc-sources/FXJPGIcon.rb b/rdoc-sources/FXJPGIcon.rb index 4fa3b2f6658e368d6a568573dec76f240d3197e6..68587ea7b43734f48b5c06871f35433e089db996 100755 --- a/rdoc-sources/FXJPGIcon.rb +++ b/rdoc-sources/FXJPGIcon.rb @@ -31,8 +31,9 @@ module Fox # +opts+:: options [Integer] # +width+:: width [Integer] # +height+:: height [Integer] + # +quality+:: JPEG image quality [Integer] # - def initialize(a, pix=nil, clr=0, opts=0, width=1, height=1) # :yields: theJPGIcon + def initialize(a, pix=nil, clr=0, opts=0, width=1, height=1, quality=75) # :yields: theJPGIcon end end # diff --git a/rdoc-sources/FXJPGImage.rb b/rdoc-sources/FXJPGImage.rb index ce8bae33a2af313c4349260fa8326757980a4669..eb5a66eced1848af5fb6efb0102ad165568e4ea8 100755 --- a/rdoc-sources/FXJPGImage.rb +++ b/rdoc-sources/FXJPGImage.rb @@ -30,8 +30,9 @@ module Fox # +opts+:: options [Integer] # +width+:: width [Integer] # +height+:: height [Integer] + # +quality+:: JPEG image quality [Integer] # - def initialize(a, pix=nil, opts=0, width=1, height=1) # :yields: theJPGImage + def initialize(a, pix=nil, opts=0, width=1, height=1, quality=75) # :yields: theJPGImage end end end