OpenDroneMap-ODM/contrib/resize
Piero Toffanin 096ca554a6 Fix format 2021-09-13 22:41:24 +00:00
..
README.md Add resize contrib module 2021-09-13 17:06:51 +00:00
requirements.txt Add resize contrib module 2021-09-13 17:06:51 +00:00
resize.py Fix format 2021-09-13 22:41:24 +00:00

README.md

Resize

Resize a dataset (and optional GCP file).

Resizes images, keeps Exif data. The EXIF width and height attributes will be updated accordingly also. ODM GCP files are scaled also.

Usage:

pip install -r requirements.txt
python3 resize.py -i images/ -o resized/ 25%
python3 resize.py -i images/1.JPG -o resized.JPG 25%
python3 resize.py -i gcp_list.txt -o resized_gcp_list.txt

Originally forked from https://github.com/pierotofy/exifimageresize