# File lib/asset_compiler/rmagick_transformation_script.rb, line 151 def icm_profile path profile = File.open( path ).readlines.join('') if File.exist? path @image.profile! 'ICM', profile if profile @image end