# File lib/asset_compiler/rmagick_transformation_script.rb, line 65
  def unsharp_mask rad = 0.5, sig = 1.0, blend = 0.5, thresh = 0.25
    @image = @image.unsharp_mask rad, sig, blend, thresh
    @image
  end