ThatPaple / CR2-to-png

Converts CR2 Canon images to PNGs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


CR2 TO PNG

Convert Canon Raw 2nd edition (CR2) images to PNG with relative ease 📷

About The Project

One of my friends needed a way to convert a large sum of CR2 formatted images into PNG/JPEG. This repository contains the quickly assembled code using NodeJS with CR2-Raw npm package which converts everything within a specified directory.

(back to top)

Built With

  • Node v14.21.3
  • NPM v6.14.18
  • cr2-raw ^1.1.0
  • ♥ & ☕

(back to top)

Getting Started

Let's get this project up and running!

Prerequisites

  1. Download NodeJS

Installation

  1. Clone the repo
    git clone https://github.com/ThatPaple/CR2-to-png.git
  2. Install NPM packages
    npm install
  3. Paste your CR2 files into Images/ToConvert

Alternatively, you may also test the project out by using the already existing example CR2 files!

  1. Run the node project
    node .

(back to top)

Possible Usage

  • Hobby photographers searching for a quick way to convert raw files (Canon only)
  • People trying to share their images online

(back to top)

Roadmap

  • Share it with the world!
  • Successfully convert images!
  • Add options for custom definitions of paths
  • Create a "PATH" option for Linux & Windows

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

> about --contact
  Developer: ThatPaple (Jams)   
  Email: thatpaple@gmail.com
  Discord: thatjams (Legacy: ThatPaple#9995)

Project Link: https://github.com/ThatPaple/CR2-to-png

(back to top)

Acknowledgments | Credits

(back to top)

About

Converts CR2 Canon images to PNGs

License:MIT License


Languages

Language:JavaScript 100.0%