Skip to content

Small project to help me preprocess my film pictures once I get the scans from the lab.

License

Notifications You must be signed in to change notification settings

arthemis95/AnalogFilmImport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AnalogFilmImport

Small project to help me preprocess my film pictures once I get the scans from the lab.

It iterates over all subfolders in a specified directory, searches for .tif files, ensures they have a 16Bit Colour depth, if not, upconverts them. Then generates .jpg previews.

Arguments

  • path : Relative or absolute path to the Folder containing your images. Required, first argument.
  • --quality : Quality setting for jpeg compression, if none is provided, it will be deduced automatically. (Binary search, performance intensive, but a nice option). Optional.
  • --max_size : Maximum allowed size for .jpg files, in megabytes. Optional. Default is 10MB

About

Small project to help me preprocess my film pictures once I get the scans from the lab.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages