public bool Float { get; set; }
@property (nonatomic, assign) BOOL isFloatData
public boolean getFloat();
public void setFloat(
boolean booleanValue
);
Float # get and set (RasterImage)
true if the image data contains 32-bit floating point values; false, otherwise.
If you change this property, in effect, you change the interpretation of the data currently in the image. However, setting this property to true or false does not convert the image data. It simply changes the interpretation of the bitmap data.
If you have a floating point image and wish to convert its image data from floating point to integer (so you can use it with the other LEADTOOLS functions), you should use GrayscaleCommand instead of setting the Float
property to false.
Consequently, be careful to set this property to a value that matches the underlying image data. Floating point images have very limited support. Refer to Working with floating point images for more details.
The most common way of getting a RasterImage with Float
== true is to set CodecsLoadOptions.NoImageDataConversion = true prior to loading a TIFF or GeoTIFF file with floating point values.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document