Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.modules.pictureanalyzer.spi.PictureProcessor Interface Reference

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)
 

Detailed Description

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.

Member Function Documentation

Set<String> org.sleuthkit.autopsy.modules.pictureanalyzer.spi.PictureProcessor.mimeTypes ( )
void org.sleuthkit.autopsy.modules.pictureanalyzer.spi.PictureProcessor.process ( IngestJobContext  context,
AbstractFile  file 
)

Perform work on the image file.

Parameters
contextJob context to check for cancellation or add files to the pipeline
fileThe image file to process

Implemented in org.sleuthkit.autopsy.modules.pictureanalyzer.impls.HEICProcessor, and org.sleuthkit.autopsy.modules.pictureanalyzer.impls.EXIFProcessor.


The documentation for this interface was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.