This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Script to export pixels & annotations for whole slide images. | |
| * | |
| * The image can optionally be tiled during export, so that even large images can be exported at high resolution. | |
| * (Note: In this case 'tiled' means as separate, non-overlapping images... not a single, tiled pyramidal image.) | |
| * | |
| * The downsample value and coordinates are encoded in each image file name. | |
| * | |
| * The annotations are exported as 8-bit labelled images. | |
| * These labels depend upon annotation classifications; a text file giving the key is written for reference. |