ImageGear for Java
ImGearRawLoadOptions Class Methods

For a list of all members of this type, see ImGearRawLoadOptions members.

Public Methods
 NameDescription
Public MethodgetAlignmentGets alignment of bytes in raster line. For additional information see ImGearRawAlignment.  
Public MethodgetBitsPerChannelGets the number of bits per color channel.  
Public MethodgetColorSpaceGets image color space.

For additional information see com.accusoft.imagegear.core.ImGearColorSpace.

 
Public MethodgetCompressionGets image compression.

For additional information see ImGearCompressions.

 
Public MethodgetFillOrderGets fill order of pixels in byte.

For additional information see ImGearFillOrder.

 
Public MethodgetFiltersReturns filter settings to be used in a particular image loading operation.

If this property is not null, it overrides the global settings specified by ImGearFileFormats.getFilters.

The default value is null.

ImGearFileFilters

(Inherited from com.accusoft.imagegear.formats.ImGearLoadOptions)
Public MethodgetFormatReturns the file format of an image to load, or enables format autodetection.

(Inherited from com.accusoft.imagegear.formats.ImGearLoadOptions)
Public MethodgetHeightGets image height in pixels.  
Public MethodgetOffsetGets image data offset in the stream.  
Public MethodgetParseXMPReturns a value indicating whether ImageGear shall parse XMP stream or provide it to the application as a single binary tag.

The default value is true.

(Inherited from com.accusoft.imagegear.formats.ImGearLoadOptions)
Public MethodgetThumbnailLoadingReturns a value indicating whether to load image thumbnail instead of the actual image.

Use this value if you need to load an image thumbnail. This will only work for file formats that support storing a thumbnail, and when thumbnail is actually stored as a part of an image. Otherwise, ImageGear will throw ImGearException with error code com.accusoft.imagegear.core.ImGearErrorCodes.THUMBNAIL_NOT_PRESENT. In this case, load the entire image and create a thumbnail using com.accusoft.imagegear.processing.ImGearProcessing.createThumbnail method.

The default value is false.

(Inherited from com.accusoft.imagegear.formats.ImGearLoadOptions)
Public MethodgetTilesToStitchReturns the tiles to be stitched.

The default value is an empty com.accusoft.imagegear.core.shapes.ImGearRectangle object.

(Inherited from com.accusoft.imagegear.formats.ImGearLoadOptions)
Public MethodgetWidthGets image width in pixels.  
Public MethodisRasterPackedGets a value indicating whether the raster bits are packed.  
Public MethodsetAlignmentSets alignment of bytes in raster line. For additional information see ImGearRawAlignment.  
Public MethodsetBitsPerChannelSets the number of bits per color channel.  
Public MethodsetColorSpaceSets image color space.

For additional information see com.accusoft.imagegear.core.ImGearColorSpace.

 
Public MethodsetCompressionSets image compression.

For additional information see ImGearCompressions.

 
Public MethodsetFillOrderSets fill order of pixels in byte.

For additional information see ImGearFillOrder.

 
Public MethodsetFiltersSets filter settings to be used in a particular image loading operation.

If this property is not null, it overrides the global settings specified by ImGearFileFormats.getFilters.

This property can be used in a multithreaded application, in order to use different filter control parameters in different threads.

The default value is null.

ImGearFileFilters

(Inherited from com.accusoft.imagegear.formats.ImGearLoadOptions)
Public MethodsetFormatSets the file format of an image to load, or enables format autodetection.

Use this method when you need to bypass auto-detection and specify image format explicitly. Specifying ImGearFormats.UNKNOWN will force auto-detection.

The default value is ImGearFormats.UNKNOWN.

ImGearFormats

(Inherited from com.accusoft.imagegear.formats.ImGearLoadOptions)
Public MethodsetHeightSets image height in pixels.  
Public MethodsetOffsetSets image data offset in the stream.  
Public MethodsetParseXMPSets a value indicating whether ImageGear shall parse XMP stream or provide it to the application as a single binary tag.

The default value is true.

(Inherited from com.accusoft.imagegear.formats.ImGearLoadOptions)
Public MethodsetRasterPackedSets a value indicating whether the raster bits are packed.  
Public MethodsetThumbnailLoadingSets a value indicating whether to load image thumbnail instead of the actual image.

Use this property if you need to load an image thumbnail. This will only work for file formats that support storing a thumbnail, and when thumbnail is actually stored as a part of an image. Otherwise, ImageGear will throw ImGearException with error code com.accusoft.imagegear.core.ImGearErrorCodes.THUMBNAIL_NOT_PRESENT. In this case, load the entire image and create a thumbnail using com.accusoft.imagegear.processing.ImGearProcessing.createThumbnail method.

The default value is false.

(Inherited from com.accusoft.imagegear.formats.ImGearLoadOptions)
Public MethodsetTilesToStitchSets the tiles to be stitched.

The default value is an empty com.accusoft.imagegear.core.shapes.ImGearRectangle object.

(Inherited from com.accusoft.imagegear.formats.ImGearLoadOptions)
Public MethodsetWidthSets image width in pixels.  
Top
See Also

Reference

ImGearRawLoadOptions Class
com.accusoft.imagegear.formats Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback