2019-07-19 Ruby 画像サイズを取得する 個人開発したアプリの宣伝 目的地が設定できる手帳のような使い心地のTODOアプリを公開しています。 Todo with LocationYoshiko IchikawaProductivityFree スポンサードリンク gem fastimage を使うと便利。 GitHub - sdsykes/fastimage: FastImage finds the size or type of an image given its uri by fetching as little as needed URLを指定すればネットを通して画像のサイズを取得できる。 puts FastImage.size(url) # => [266, 56]