Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. const sizeOf = require(`image-size`);//module image-size読み込み
  2.  
  3. const f = cep.fs.showOpenDialog(false,false,`open`);//画像のパス取得
  4. const dimentions = sizeOf(f.data[0]);//画像データ取得
  5. console.log(dimentions);
  6. //width
  7. //height
  8. //type
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement