FastImage

リポジトリ:

sdsykes/fastimage: FastImage Finds the Size or Type of an Image Given its URI by Fetching as Little as Needed – GitHub

使い方

gem コマンドで Fastimage をインストールする。

$ gem install fastimage

画像のサイズを取得する。

require "fastimage"
puts FastImage.size("path/to/picture.jpg")
# => [3840, 2160]Code language: Ruby (ruby)

参考:

Ruby の Fastimage で簡単に画像サイズを取得する方法 | Hive Color

fast way to get remote image dimensions – Stack Overflow

記事をシェアする:
タグ:

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

Protected by reCAPTCHA