Class Fleximage::Operator::Trim
In: lib/fleximage/operator/trim.rb
Parent: Operator::Base

Trim off all the pixels around the image border that have the same color.

  image.trim

Methods

operate  

Public Instance methods

[Source]

    # File lib/fleximage/operator/trim.rb, line 8
 8:       def operate()
 9:         @image.trim!
10:       end

[Validate]