no need for any tile cache here

This commit is contained in:
Sven Neumann 2005-07-29 17:19:26 +00:00
parent a026524412
commit f84a1e43a7
1 changed files with 0 additions and 2 deletions

View File

@ -83,8 +83,6 @@ def benchmark (folder, save_output):
convert_grayscale (truth)
truth_layer = truth.active_layer;
gimp.tile_cache_ntiles (2 * mask_layer.width / gimp.tile_width () + 1)
unclassified = unclassified_pixels (mask_layer, truth_layer)
sys.stderr.write (os.path.basename (image_name))