Method: FreeImage.copyright
- Defined in:
- lib/free-image/modules/helper.rb
.copyright ⇒ Object
:call-seq:
copyright -> string
Returns a standard copyright message you can show in your program.
27 28 29 |
# File 'lib/free-image/modules/helper.rb', line 27 def self.copyright FreeImage.FreeImage_GetCopyrightMessage end |