Method: Magick::Draw#encoding
- Defined in:
- lib/rmagick_internal.rb
#encoding(encoding) ⇒ Object
Let anything through, but the only defined argument is “UTF-8”. All others are apparently ignored.
342 343 344 |
# File 'lib/rmagick_internal.rb', line 342 def encoding(encoding) primitive "encoding #{encoding}" end |