Skip to content

A tool to extract metadata and images from binary OCT files

License

Notifications You must be signed in to change notification settings

witedev/octExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

octExtractor

I am excited to announce the release of octExtractor! A tool to extract metadata and images from binary OCT files built with Rust.

thumbnail image image

Installation

  • Download the pre-built binaries for your operating system from the Releases page.
  • Extract the downloaded file to a directory of your choice.

Usage

To use octExtractor, run the following command:

octExtractor.exe <path_to_fda_file> -e extension -o output
./octExtractor <path_to_fda_file> -e extension

Supported Output Extensions

  • .png
  • .tiff
  • .jpg
  • .bmp

Command-Line Options

-o, --output <output_dir>: Specify the output directory for extracted files (default is the current directory).
-e, --extension <extension>: Specify the output file format (supported: png, tiff, jpg, bmp).
-h, --help
-v, --version

Updates

9 July 2024

Contributions

I want to give credit to this inspiring repository for providing valuable ideas for this project.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or suggestions, please open an issue on GitHub or contact me at LinkedIn

About

A tool to extract metadata and images from binary OCT files

Resources

License

Stars

Watchers

Forks

Languages