Gtatool provides a set of commands that manipulate GTAs on various levels: array element components, array dimensions, whole arrays, and streams of arrays. For example, you can add components to array elements, merge separate arrays into combined arrays in different ways, apply global transformations to array data, reorder the array data, and much more.
Additionally, gtatool can import from and export to many other file formats, including:
* any kind of traditional image file formats (via ImageMagick and NetPBM)
* any kind of remote sensing data (via GDAL)
* medical image data in DICOM format (via DCMTK)
* high dynamic range images and data (via OpenEXR and Pfstools)
* MATLAB .mat files (via Matio)
* RAT RadarTools .rat files
* raw binary files (little/big endian, arbitrary data types)
Use gta help to get a list of all available commands, and gta help < cmd > to get help for the command < cmd >.
The gui command provides a graphical user interface for a subset of the full functionality.
Gtatool is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
What is new in this release:
- This release fixes a number of minor bugs and removes some restrictions.
What is new in version 1.5.1:
- This version fixes a few portability problems.
- The GUI now watches files and reloads them automatically when they are changed on disk.
What is new in version 1.4.0:
- This release adds new commands 'diff' and 'combine', improves the GUI for files with many arrays, and fixes several minor problems.
What is new in version 1.3.1:
- This release fixes several problems, including broken importation via FFmpeg.
What is new in version 1.3.0:
- This release adds import/export filters for NetCDF files (including many HDF4 and MDF5 files) and improves the PLY and PCD import/export filters.
What is new in version 1.2.0:
- This release adds import/export filters for JPEG images and for volumetric data in PVM or .dat/.raw format.
- A few minor problems were fixed.
What is new in version 1.1.0:
- This version adds import and export filters for CSV and NRRD files, improves the GUI and the raw binary filter, and fixes several small bugs.
What is new in version 1.0.2:
- This update fixes a minor build problem and a wrong error message.
What is new in version 1.0.0:
- New features include import/export of multimedia data (via FFmpeg and libsndfile) and point cloud data (via PLY and PCD).
- Existing commands were enhanced with new options.
Requirements:
- libgta
Comments not found