|
virtual void | Dispose (bool disposing) |
|
|
static bool | UseRealResolution = true [get, set] |
|
double | MinUnitsPerPixel [get, protected set] |
| um/pixel More...
|
|
SlideImage | Image [get, set] |
|
ITileSchema | Schema [get, protected set] |
|
string | Name [get, protected set] |
|
Attribution | Attribution [get, protected set] |
|
IReadOnlyDictionary< string, object > | ExternInfo [get, protected set] |
| Extern info. More...
|
|
string | Source [get, protected set] |
| File path. More...
|
|
double | MinUnitsPerPixel [get] |
| um/pixel More...
|
|
string | Source [get] |
| File path. More...
|
|
IReadOnlyDictionary< string, object > | ExternInfo [get] |
| Extern info. More...
|
|
Definition at line 122 of file ISlideSource.cs.
◆ ConvertRgbaToRgb()
static byte[] BioCore.SlideSourceBase.ConvertRgbaToRgb |
( |
byte[] |
rgbaArray | ) |
|
|
static |
◆ Create()
◆ Dispose() [1/2]
void BioCore.SlideSourceBase.Dispose |
( |
| ) |
|
◆ Dispose() [2/2]
virtual void BioCore.SlideSourceBase.Dispose |
( |
bool |
disposing | ) |
|
|
protectedvirtual |
◆ GetExternImages()
abstract IReadOnlyDictionary< string, byte[]> BioCore.SlideSourceBase.GetExternImages |
( |
| ) |
|
|
pure virtual |
◆ GetRgb24Bytes()
byte[] BioCore.SlideSourceBase.GetRgb24Bytes |
( |
Image< Rgb24 > |
image | ) |
|
◆ GetSlice()
async Task< byte[]> BioCore.SlideSourceBase.GetSlice |
( |
SliceInfo |
sliceInfo | ) |
|
◆ GetTileAsync() [1/2]
async Task< byte[]> BioCore.SlideSourceBase.GetTileAsync |
( |
BruTile.TileInfo |
tileInfo | ) |
|
◆ GetTileAsync() [2/2]
async Task< byte[]> BioCore.SlideSourceBase.GetTileAsync |
( |
TileInformation |
tileInfo | ) |
|
◆ Resister()
static void BioCore.SlideSourceBase.Resister |
( |
string |
extensionUpper, |
|
|
Func< string, bool, ISlideSource > |
factory |
|
) |
| |
|
static |
resister decode for Specific format
- Parameters
-
extensionUpper | dot and extension upper |
factory | file path,enable cache,decoder |
Definition at line 134 of file ISlideSource.cs.
◆ cache
TileCache BioCore.SlideSourceBase.cache = null |
◆ curUnitsPerPixel
double BioCore.SlideSourceBase.curUnitsPerPixel = 1 |
|
static |
◆ destExtent
Extent BioCore.SlideSourceBase.destExtent |
|
static |
◆ LastSlice
byte [] BioCore.SlideSourceBase.LastSlice |
|
static |
◆ sourceExtent
Extent BioCore.SlideSourceBase.sourceExtent |
|
static |
◆ UseVips
bool BioCore.SlideSourceBase.UseVips = true |
|
static |
◆ Attribution
Attribution BioCore.SlideSourceBase.Attribution |
|
getprotected set |
◆ ExternInfo
IReadOnlyDictionary<string, object> BioCore.SlideSourceBase.ExternInfo |
|
getprotected set |
◆ Image
◆ MinUnitsPerPixel
double BioCore.SlideSourceBase.MinUnitsPerPixel |
|
getprotected set |
◆ Name
string BioCore.SlideSourceBase.Name |
|
getprotected set |
◆ Schema
ITileSchema BioCore.SlideSourceBase.Schema |
|
getprotected set |
◆ Source
string BioCore.SlideSourceBase.Source |
|
getprotected set |
◆ UseRealResolution
bool BioCore.SlideSourceBase.UseRealResolution = true |
|
staticgetset |
The documentation for this class was generated from the following file: