Skip to content

Instantly share code, notes, and snippets.

@asabirov
Created November 15, 2012 10:42
Show Gist options
  • Save asabirov/4077919 to your computer and use it in GitHub Desktop.
Save asabirov/4077919 to your computer and use it in GitHub Desktop.
Размер изображения
width, height = ARGF.read(24).unpack("@16N2")
p "width: #{width}px, height: #{height}px"
# $ ruby image_size.rb photo.jpg
# width: 400px, height: 500px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment