Skip to content
View pictriage's full-sized avatar
Block or Report

Block or report pictriage

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pictriage/README.md

pictriage

A lightweight image manager.

Screenshot

Fast way to manually organize & clean-up a folder of images. First, select your image 1-click action:

  • Delete
  • Move to a different folder
  • Rotate left
  • Rotate right
  • (more coming soon)

Then, clicking on an image executes that action. You can also click on a whole subfolder (e.g. delete the subfolder).

Also features a zoom pane (zoom in on the current image)

Quickstart

pip install pictriage
cd folder-with-images
pictriage

For image modifications such as rotating, you must have ffmpeg on your PATH.

Usage

usage: pictriage DIR [--move-dir MOVE_DIR]

manually organize & clean-up a folder of images

positional arguments:
  DIR                   Root folder containing images (can contain subfolders). Defaults to current dir.

optional arguments:
  --move-dir MOVE_DIR   Directory to move images to (if the 'move' action is selected)

Extra configuration flags

  --thumbnail-width THUMBNAIL_WIDTH
                        Width of thumbnails, in pixels (when in thumbnail
                        mode)
  --zoom-pane-width ZOOM_PANE_WIDTH
                        Width of the zoom pane, in pixels
  --zoom-image-width ZOOM_IMAGE_WIDTH
                        Width of the zoomed image, in pixels

Popular repositories

  1. ytvip ytvip Public

    Python 11

  2. pictriage pictriage Public

    Python