mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Refactor: Use numpy image cache instead of pillow image
This commit is contained in:
@@ -98,7 +98,7 @@ class GlobeOperation(ActionPointHandler, MapEventHandler):
|
||||
Returns:
|
||||
bool: If current zone has switch.
|
||||
"""
|
||||
# image = self.image_area(ZONE_SWITCH)
|
||||
# image = self.image_crop(ZONE_SWITCH)
|
||||
# center = np.array(image.size) / 2
|
||||
# count = 0
|
||||
# for corner in area2corner((0, 0, *image.size)):
|
||||
|
||||
Reference in New Issue
Block a user