mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Fixed a bug in HEICProcessor
This commit is contained in:
parent
4713f86402
commit
ff9d809542
@ -182,6 +182,7 @@ public class HEICProcessor implements PictureProcessor {
|
|||||||
final Path outputFile = moduleOutputFolder.resolve(baseFileName + ".jpg");
|
final Path outputFile = moduleOutputFolder.resolve(baseFileName + ".jpg");
|
||||||
|
|
||||||
final Path imageMagickErrorOutput = moduleOutputFolder.resolve(IMAGE_MAGICK_ERROR_FILE);
|
final Path imageMagickErrorOutput = moduleOutputFolder.resolve(IMAGE_MAGICK_ERROR_FILE);
|
||||||
|
Files.deleteIfExists(imageMagickErrorOutput);
|
||||||
Files.createFile(imageMagickErrorOutput);
|
Files.createFile(imageMagickErrorOutput);
|
||||||
|
|
||||||
// ImageMagick will write the primary image to the output file.
|
// ImageMagick will write the primary image to the output file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user