Class | Magick::Image |
In: |
ext/RMagick/rmmain.c
lib/RMagick.rb |
Parent: | Object |
Ruby-level Magick::Image methods
display | -> | __display__ |
Set all pixels to the fill color. Very similar to Image#erase! Accepts either String or Pixel arguments
Retrieve EXIF data by entry or all. If one or more entry names specified, return the values associated with the entries. If no entries specified, return all entries and values. The return value is an array of [name,value] arrays.