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