You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Purpose - This script is useful in a situation where we want to run a compression only on specific camera make but not on others and later want to do some manual image processing using tools like gimp on some camera make images and also at the same time we also want to maintain the sequence of the images based on their capturing time not based on the image modification.]
This script will copy the images from the specified directory and all of its sub-directory to the target directory. The target directory will be the provided on the command line argument; but the final destination will be targetDir/CameraManufacurer__CameraModel/unixTimeStamp_CameraMake.JPG
Batch Image Manager is an advaced version of the Batch Image Compression utility. For running this program you need to have exif tool and imagemagick installed on your machine. This program is used for mixing the various images taken from different camera make based on their capturing time in ascending order and rename each image on thir unix timestamp.
If compression option is selected as OFF then this script wil not create any sub-directories based on camera make just it will arrange the pictures based on their capturing time.
optional arguments:
-h --help show this help message and exit
-s <Source Directory>, --source_directory
Directory to read input files.
-t <Target Directory>, --target_directory
Directory to save output files.
-clq <CameraMake_#ImageQuality Eg.: Canon100D_#90>, --compressionQuality <CameraMake_#ImageQuality Eg.: Canon100D_#90>
Quality of the Image to retain for specific Camera make [Image Quality range is 1-100].
-l <Log File>, --log_file
Path of the log file.
-ls <Logging on/off>, --logging_onoff <Logging on/off>
Logging status On/Off
This script is useful for finding the number of files in a given directory and if the source directoryis not specified on the CLI then it will give the number of files in the public__html user area and alsotells if a user does not have public__html directory.
optional arguments:
-h --help show this help message and exit
-s <Source Directory>, --source_directory
MANDATORY : Name of the database..
-l <Log File>, --log_file
Directory to read input files.