Skip to content

CR3 Viewer is a Python app for viewing and saving Canon Raw version 3 (CR3) files. It has a simple GUI using Tkinter and PIL. Features include opening, displaying, and saving CR3 files as JPEG or PNG images. Requires Python with packages like Pillow, rawpy, and imageio. Contributions welcome under MIT License.

License

Notifications You must be signed in to change notification settings

NotZaching/CR3-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CR3 Viewer

CR3 Viewer is a Python application built using Tkinter and PIL, designed to view and save Canon Raw version 3 (CR3) files. It provides a simple GUI to open, display, and save CR3 files as JPEG or PNG images.

Features

  • Open CR3 Files: Browse and select one or multiple CR3 files to view.
  • Display Images: Thumbnails of the selected CR3 files are displayed in tabs for easy navigation.
  • Save Images: Save the currently viewed CR3 file as a JPEG or PNG image.

Requirements

To run CR3 Viewer, you need Python installed on your system along with the following packages:

  • Tkinter (usually comes with Python)
  • PIL (Pillow)
  • rawpy
  • imageio
  • tkinterdnd2

Installation

  1. Ensure you have Python installed on your system.
  2. Install the required Python packages using pip:

pip install Pillow rawpy imageio tkinterdnd2

Usage

To start the application, run the script with Python:

python main.py

Once the application is running:

  • Click on the New button to open and select CR3 files.
  • The selected files will be opened in new tabs within the application window.
  • Click on a tab to view the image.
  • Click on the Save button to save the currently displayed image as a JPEG or PNG file.

Contributing

Contributions to CR3 Viewer are welcome. Please feel free to fork the repository, make changes, and submit pull requests.

License

CR3 Viewer is released under the MIT License. See the LICENSE file for more details.

About

CR3 Viewer is a Python app for viewing and saving Canon Raw version 3 (CR3) files. It has a simple GUI using Tkinter and PIL. Features include opening, displaying, and saving CR3 files as JPEG or PNG images. Requires Python with packages like Pillow, rawpy, and imageio. Contributions welcome under MIT License.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages