pevers / images-scraper

Simple and fast scraper for Google
ISC License
224 stars 69 forks source link

Specific resolution of images #22

Closed Jehanramadhan closed 6 years ago

Jehanramadhan commented 6 years ago

there's some options can i add to get images with some spesification of resolution?

pevers commented 6 years ago

Sorry for the late response @Jehanramadhan . There is:

advanced: {
    imgType: 'photo', // options: clipart, face, lineart, news, photo
    resolution: 'l', // options: l(arge), m(edium), i(cons), etc.
    color: undefined // options: color, gray, trans
  }