File.open("image.png", "rb") do |file|
  data = file.read
  puts "طول داده: #{data.length}"
end