Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Grab images from free Stock into csv file #27

Open
fornit1917 opened this issue Dec 3, 2020 · 0 comments
Open

Grab images from free Stock into csv file #27

fornit1917 opened this issue Dec 3, 2020 · 0 comments
Assignees

Comments

@fornit1917
Copy link
Owner

Create console app for grabbing images from Pixabay or Pexels (or from both of them).

The following data should be saved into csv file for each image:

  • ExternalId (image id on photo stock service)
  • SmallPreviewUrl (preview from list)
  • LargePreviewUrl (preview with ~800-1000px on largest size)
  • OriginalUrl (link for file with largest size)
  • Title
  • Keywords
  • Description (if available)
  • Width (width of largest version)
  • Height (height of largest version)
  • FileSize (files size of largest version in bytes)
  • DCTHash (hash can be calculated from small preview using code from ImageHash project. Ask Maxim and Daniil about details).

Parameters for console app:

  • Service (which service will be used for grabbing)
  • Count (how many images should be grabbed)
  • OutputFileName
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants