You can perform GeoExpress command line operations using the mrsidgeoencoder
command. Use the mrsidgeoencoder
command to perform all image compression and manipulation operations. To see the command line help, run mrsidgeoencoder -h
.
For example, to perform basic lossless compression for a single image, run the following command:
mrsidgeoencoder -i input.tif -o output.sid -lossless
The command line version of GeoExpress also includes the following command line tools:
mrsidgeodecode
.Convert a MrSID or JPEG 2000 image to an uncompressed image format.mrsidgeoinfo
. Display information about images in several common image formats.mrsidgeometa
. Edit metadata for a MrSID or JPEG 2000 image.For information on using mrsidgeodecode, mrsidgeoinfo and mrsidgeometa, see Command Line Applications.