Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.modules.pictureanalyzer.impls.EXIFProcessor, and org.sleuthkit.autopsy.modules.pictureanalyzer.impls.HEICProcessor.
Public Member Functions | |
Set< String > | mimeTypes () |
void | process (IngestJobContext context, AbstractFile file) |
SPI for doing work on picture files. ServiceProviders of this interface will be picked up and run by the PictureAnalysisIngestModule.
Definition at line 29 of file PictureProcessor.java.
Set<String> org.sleuthkit.autopsy.modules.pictureanalyzer.spi.PictureProcessor.mimeTypes | ( | ) |
Indicates the MIME types this processor supports.
Implemented in org.sleuthkit.autopsy.modules.pictureanalyzer.impls.HEICProcessor, and org.sleuthkit.autopsy.modules.pictureanalyzer.impls.EXIFProcessor.
void org.sleuthkit.autopsy.modules.pictureanalyzer.spi.PictureProcessor.process | ( | IngestJobContext | context, |
AbstractFile | file | ||
) |
Perform work on the image file.
context | Job context to check for cancellation or add files to the pipeline |
file | The image file to process |
Implemented in org.sleuthkit.autopsy.modules.pictureanalyzer.impls.HEICProcessor, and org.sleuthkit.autopsy.modules.pictureanalyzer.impls.EXIFProcessor.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.