dev change
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-04-20 18:50:47 +07:00
parent 9cde6f3bb6
commit 1476509b48
2 changed files with 8 additions and 6 deletions
@@ -26,7 +26,9 @@ public class ImageHashService {
private final CloudStorageService cloudStorageService;
public Map<String, Long> calculateHash(Path imagePath) throws IOException {
File file = cloudStorageService.readFileFromStorageByPath(imagePath.toString());
// File file = cloudStorageService.readFileFromStorageByPath(imagePath.toString());
File file = imagePath.toFile();
PHash pHash = PerceptualHashHelper.INSTANCE.generateDCTPerceptualHash(file);