Skip to content

Commit

Permalink
draft - not working multithreaded images caching
Browse files Browse the repository at this point in the history
  • Loading branch information
PJDude committed Jun 19, 2024
1 parent 618c4ce commit 090c919
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 120 deletions.
2 changes: 1 addition & 1 deletion src/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ def my_hash_combo(file,hash_size):
info=''
##################################################################################################################
def images_processing(self,operation_mode,hash_size,all_rotations,image_min_size_pixels=0,image_max_size_pixels=0):
print('images_processing',operation_mode,hash_size,all_rotations,image_min_size_pixels,image_max_size_pixels)
#print('images_processing',operation_mode,hash_size,all_rotations,image_min_size_pixels,image_max_size_pixels)
#musi tu byc - inaczej pyinstaller & nuitka nie dzialaja
from numpy import array as numpy_array

Expand Down
Loading

0 comments on commit 090c919

Please sign in to comment.