We are excited to announce the initial release of dicom_to_jpeg_converter v1.0.0!
What's Included in this Release
- **Feature:** Convert DICOM files to JPEG format using Python.
- **Dependencies:** Utilizes `pydicom` for handling DICOM files and `Pillow` for image processing.
- **Command-line Interface:** Added a command-line interface for easy conversion.
How to Use
bash
pip install dicom_to_jpeg_converter
python
from dicom_to_jpeg_converter import converter
Specify input and output paths
folder_path = "/path/to/input_files"
output_path = "/path/to/output_files"
Convert DICOM to JPEG
converter.convert(folder_path, output_path)
Contributing
If you would like to contribute to this project, please follow these steps:
Fork the repository.
1. Create a new branch (git checkout -b feature/new-feature).
2. Commit your changes (git commit -am 'Add new feature').
3. Push to the branch (git push origin feature/new-feature).
4. Create a pull request.
License
dicom_to_jpeg_converter is licensed under the MIT License - see the [LICENSE](https://github.com/KUMARANVASANTH/dicom_to_jpeg_converter/blob/main/LICENSE) file for details.
Acknowledgments
Thanks to the contributors of pydicom and Pillow.
Author
Vasantharan K