Skip to content

Conversion of bin and hex format to img format using matlab☑️

License

Notifications You must be signed in to change notification settings

Ruturaj4/bin-img-and-hex-img-converter

Repository files navigation

(Binary(.bin) or Hexadecimal(.odata)) to jpg converter ✔️

Simplest yet effective converter

Description

This simple program can be used to convert Binary or hexadecimal(.odata) files to img files (for median filter, though image filter was a part of another project). I used Matlab for the implementation, of course because of its simplicity.

Usage

  • Clone the project
  • bin_to_image.m and hex_to_image.m can be opened using matlab
  • Use bin_to_image.m to convert from .bin to jpg
  • Follow the script and provide the required files (.bin) when prompt (sample files are provided. Though you can use yours)
  • Use hex_to_image.m to convert from .odata to jpg
  • Follow the script and provide the required files (.odata) when prompt (sample files are provided. Though you can use yours)

Licence

MIT

Releases

No releases published

Packages

No packages published

Languages