Control the chaos and unleash your team's potential with Extensis Connect / Learn More
9.5.4 (released 11 January 2018)
/Zc:wchar_t-
so wchar_t
is now a compile defined type, which is the VS default behavior. The /Zc:wchar_t-
option is not required to link with wide string methods in LTFileSpec.LTIImage::getMetadataBlob(type, stream)
to get XMP or EXIF metadata stored in MrSID, JPEG, and TIFF files.LIIImage
: Added getNumBandsWithoutAlpha()
LTIPixel
: Added setNonAlphaSampleValuesFromDouble()
, setSampleValuesFromPixel()
, and setNonAlphaSampleValuesFromPixel()
LTIOStreamInf
: Added readString()
See the User Manual for information about multi-processor support. The TBB shared object must be distributed.
MrSIDImageReader
, MG3SingleImageReader
, MG4SingleImageReader
, MrSIDImageStageManager
: Added getMaxWorkerThreads()
and setMaxWorkerThreads()
. See the User Manual for information about the multi-processor support.J2KImageReader
: Added support for reading GMLJP2 files.mrsiddecode
and mrsidinfo
: On Unix, lib/libgeos.so
must be in LD_LIBRARY_PATH
.LTIImageStage
: Added getPipelineInfo()
to query the pipeline for its properties. This will only affect persons that have derived subclasses of LTIImageStage
, LTIImageFilter
, or LTIImageReader
.LTIImageReader
: Added getSourceName()
to improve some error messages. This will only affect persons that have derived subclasses of LTIImageReader
.LTIScene
: Added constructor that takes LTIGeomIntRect
and magnification.