Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

viscenter/envi-tools

Repository files navigation

NOTICE: Development on this project has moved to a new project on GitLab.com. This repository has been archived and will no longer be updated.

envi-tools

Requirements

  • C++14 compiler
  • CMake 3.5+
  • Boost
  • OpenCV 3+
  • Libtiff

Compilation

# Get a copy of the source
git clone https://github.com/viscenter/envi-tools.git

# Make a build directory
cd envi-tools/
mkdir build/
cd build/

# Configure and compile
cmake ..
make -j4

Compiled applications can be found in build/bin/.

Tools

  • et_convert: Convert 32-bit floating point TIFFs to 8/16bpc using linear tone mapping with gamma correction.
  • et_convert_dir: Convert a directory of 32-bit TIFFs to 8/16bpc
  • et_envi_info: Print metadata from an ENVI header file
  • et_extract: Extract band images from an ENVI file
  • et_rgb: Combine 3 single-channel images (assumably RGB) into a single 3-channel image.

About

An open source C++ API for the ENVI file format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published