Go to the documentation of this file.
19package org.sleuthkit.autopsy.modules.pictureanalyzer;
21import org.openide.util.NbBundle;
22import org.openide.util.lookup.ServiceProvider;
23import org.sleuthkit.autopsy.coreutils.Version;
24import org.sleuthkit.autopsy.ingest.FileIngestModule;
25import org.sleuthkit.autopsy.ingest.IngestModuleFactory;
26import org.sleuthkit.autopsy.ingest.IngestModuleFactoryAdapter;
27import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
36 "PictureAnalyzerIngestModuleFactory.module_name=Picture Analyzer"
39 return Bundle.PictureAnalyzerIngestModuleFactory_module_name();
49 "PictureAnalyzerIngestModuleFactory.module_description=Performs general"
50 +
" analysis on picture files, including extracting EXIF metadata"
51 +
" and converting between formats."
54 return Bundle.PictureAnalyzerIngestModuleFactory_module_description();
static String getVersion()
String getModuleDescription()
String getModuleDisplayName()
String getModuleVersionNumber()
boolean isFileIngestModuleFactory()
static String getModuleName()
FileIngestModule createFileIngestModule(IngestModuleIngestJobSettings ingestOptions)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.