See: Description
Interface | Description |
---|---|
ProcessAllImagesInFolderUtility.FileHandler |
Class | Description |
---|---|
ExtractJpegSegmentTool |
Extracts JPEG segments and writes them to individual files.
|
FileUtil |
A series of utility methods for working with the file system.
|
ProcessAllImagesInFolderUtility | |
ProcessAllImagesInFolderUtility.BasicFileHandler |
Does nothing with the output except enumerate it in memory and format descriptions.
|
ProcessAllImagesInFolderUtility.FileHandlerBase | |
ProcessAllImagesInFolderUtility.MarkdownTableOutputHandler |
Creates a table describing sample images using Wiki markdown.
|
ProcessAllImagesInFolderUtility.MarkdownTableOutputHandler.Row | |
ProcessAllImagesInFolderUtility.TextFileOutputHandler |
Writes a text file containing the extracted metadata for each input file.
|
ProcessAllImagesInFolderUtility.UnknownTagHandler |
Keeps track of unknown tags.
|
ProcessUrlUtility |
Utility that extracts metadata found at a given URL.
|