https://github.com/antonbaumann/bulk-image-resizer

Bulk image resizing script written in Python.

https://github.com/antonbaumann/bulk-image-resizer

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.2%) to scientific vocabulary

Keywords

cropping image pil python resize script

Keywords from Contributors

archival interactive projection sequences generic observability autograding hacking shellcodes modular
Last synced: 5 months ago · JSON representation

Repository

Bulk image resizing script written in Python.

Basic Info
  • Host: GitHub
  • Owner: antonbaumann
  • License: gpl-3.0
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 33.2 KB
Statistics
  • Stars: 3
  • Watchers: 0
  • Forks: 1
  • Open Issues: 2
  • Releases: 3
Topics
cropping image pil python resize script
Created over 7 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

bulk-image-resizer

Bulk image resizing script in python.

Installation

Run git clone https://github.com/antonbaumann/bulk-image-resizer cd bulk-image-resizer pip install -r requirements.txt

Usage

usage: resize.py [-h] [--height H] [--width W] [--format F] [--processes P] [--verbose]
       PATH_ROOT PATH_RESULT

Owner

  • Name: Anton Baumann
  • Login: antonbaumann
  • Kind: user
  • Location: Munich

student at TUM

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 28
  • Total Committers: 2
  • Avg Commits per committer: 14.0
  • Development Distribution Score (DDS): 0.036
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Anton Baumann 3****n 27
dependabot[bot] 4****] 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 16
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 months
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.75
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 15
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • antonbaumann (1)
Pull Request Authors
  • dependabot[bot] (8)
  • antonbaumann (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
dependencies (8)

Dependencies

requirements.txt pypi
  • Pillow ==8.4.0
  • tqdm ==4.24.0