public
Description: Rails plugin for uploading images as resources, with support for resizing, text stamping, and other special effects.

OperatorTrim

trim

Trim off all the pixels around the image border that have the same color. Useful to get rid of extra fluff, and leave your image trimmed up to just the real content.

Example

@photo.operate do |image|
  image.trim
end

Back to Operators

Last edited by Squeegy, 6 months ago
Versions: