Go to the documentation of this file.
19package org.sleuthkit.autopsy.modules.pictureanalyzer.impls;
21import com.sun.javafx.PlatformUtil;
37 if (PlatformUtil.isWindows()) {
38 System.loadLibrary(
"vcruntime140_1");
39 System.loadLibrary(
"libx265");
40 System.loadLibrary(
"libde265");
41 System.loadLibrary(
"heif");
42 System.loadLibrary(
"jpeg62");
44 System.loadLibrary(
"heifconvert");
static HeifJNI getInstance()
native int convertToDisk(byte[] data, String jpgOutputPath)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.