Skip to content

Instantly share code, notes, and snippets.

@panchew
Created November 3, 2010 23:15
Show Gist options
  • Save panchew/661883 to your computer and use it in GitHub Desktop.
Save panchew/661883 to your computer and use it in GitHub Desktop.
WatermarkConsoleOutput
>> example_image_path = "#{RAILS_ROOT}/public/images/wallpaper_original.jpg"
=> "/Users/flamaspeed/creative-allies/public/images/wallpaper_original.jpg"
>> example_image_output_path = "#{RAILS_ROOT}/public/images/wallpaper_watermarked.jpg"
=> "/Users/flamaspeed/creative-allies/public/images/wallpaper_watermarked.jpg"
>> apply_watermark(example_image_path, example_image_output_path)
user system total real
0.020000 0.040000 0.060000 ( 1.123081)
user system total real
0.020000 0.010000 0.030000 ( 0.048455)
user system total real
0.030000 0.030000 0.060000 ( 4.560587)
user system total real
0.020000 0.030000 0.050000 ( 4.412508)
user system total real
0.020000 0.020000 0.040000 ( 1.318840)
user system total real
0.030000 0.030000 0.060000 ( 1.592728)
user system total real
0.020000 0.010000 0.030000 ( 0.679362)
user system total real
0.020000 0.040000 0.060000 ( 8.717381)
user system total real
0.020000 0.010000 0.030000 ( 0.167734)
user system total real
0.020000 0.020000 0.040000 ( 0.303680)
user system total real
0.020000 0.030000 0.050000 ( 10.568312)
user system total real
0.020000 0.030000 0.050000 ( 16.012966)
user system total real
0.020000 0.030000 0.050000 ( 12.902166)
user system total real
0.030000 0.030000 0.060000 ( 8.567556)
user system total real
0.020000 0.040000 0.060000 ( 27.678522)
user system total real
0.020000 0.030000 0.050000 ( 4.012941)
user system total real
0.030000 0.020000 0.050000 ( 1.418371)
user system total real
0.020000 0.020000 0.040000 ( 2.754437)
user system total real
0.020000 0.030000 0.050000 ( 9.840094)
user system total real
0.020000 0.020000 0.040000 ( 4.375979)
user system total real
0.030000 0.030000 0.060000 ( 8.529095)
user system total real
0.020000 0.030000 0.050000 ( 7.684970)
user system total real
0.030000 0.050000 0.080000 ( 16.888142)
user system total real
0.020000 0.020000 0.040000 ( 8.641968)
user system total real
0.020000 0.040000 0.060000 ( 5.526260)
user system total real
0.030000 0.020000 0.050000 ( 5.936199)
user system total real
0.020000 0.060000 0.080000 ( 35.762864)
user system total real
0.020000 0.020000 0.040000 ( 5.257082)
user system total real
0.030000 0.030000 0.060000 ( 45.367753)
user system total real
0.020000 0.030000 0.050000 ( 11.902534)
user system total real
0.030000 0.040000 0.070000 ( 52.014002)
user system total real
0.020000 0.020000 0.040000 ( 14.676716)
user system total real
0.020000 0.040000 0.060000 ( 18.255637)
user system total real
0.020000 0.030000 0.050000 ( 7.623801)
user system total real
0.020000 0.040000 0.060000 ( 30.690647)
user system total real
0.010000 0.020000 0.030000 ( 4.970987)
user system total real
0.020000 0.030000 0.050000 ( 18.079982)
user system total real
0.020000 0.030000 0.050000 ( 10.175151)
user system total real
0.030000 0.030000 0.060000 ( 17.268946)
user system total real
0.020000 0.030000 0.050000 ( 10.738522)
=> #<Magick::Image: (destroyed)>
>> >> example_image_path = "#{RAILS_ROOT}/public/images/wallpaper_watermarked.jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment