# File lib/compass/sass_extensions/functions/image_size.rb, line 3
  def image_width(image_file)
    width, _ = image_dimensions(image_file)
    Sass::Script::Number.new(width,["px"])
  end