You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Squeegy edited this page Sep 12, 2010
·
9 revisions
Usage
To use any of these operators, simply call it on your image object inside of an operate block. Each operator has different arguments, just like calling a regular method.
@photo.operate do |image|
image.operator_name(*args)
end