Labs-Coordinate-Pictures
Tools for quickly viewing, categorizing, and resizing images
Sort images into categories with just one keypress
Search for differences in two similar folders, duplicate files, and duplicate files across two folders
Also,
You can specify
jpgHighQualityChromaSampling=True
in img_convert_resize.py to save a higher quality jpg file that will better preserve certain details, like red textUse Edit->Set Rotation Tag to change or remove the exif rotation marker on a jpg image
Use Edit->Convert Many Images for batch conversion/resize
File handles are released quickly; the currently viewed file can be edited and renamed
img_convert_resize.py will pass image data over pipes; it can convert from any image format into a webp without writing a temporary png file
img_utils.py contains additional useful methods for working with exif data like see
readThumbnails()
,readExifCreationTime()
,removeResolutionTags()
, andremoveAllExifTags()
Can be added to Windows context menu, see instructions at the end of the page here