Skip to content
View blazzup's full-sized avatar

Block or report blazzup

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

Pinned Loading

  1. python-notes python-notes Public

    Jupyter Notebook

  2. Copy values between RawTherapee pp3 ... Copy values between RawTherapee pp3 files
    1
    """Command line tool for copying values between RawTherapee pp3 files.
    2
    It was mainly used to copy crop values between raw and jpeg files, but can be adapted for any other need.
    3
    4
    Processing multiple files in bash:
    5
    for f in *CR2.pp3; do python rawtherapee.py -f $f `basename $f .CR2.pp3`.JPG.pp3; done