This is probably superfluous.
This commit is contained in:
parent
26f4cd96d4
commit
20af631a74
1 changed files with 0 additions and 10 deletions
10
dcc/check.py
10
dcc/check.py
|
@ -1,10 +0,0 @@
|
|||
import dcc.config
|
||||
import dcc.doom_base
|
||||
import wand.display
|
||||
import wand.image
|
||||
|
||||
class Check(dcc.doom_base.WadMap):
|
||||
def take_action(self, parsed_args):
|
||||
with wand.image.Image(filename=dcc.config.BaseThumbPath(parsed_args.wad, parsed_args.map)) as img:
|
||||
print("Image is {}x{}.".format(img.width, img.height))
|
||||
wand.display.display(img)
|
Loading…
Add table
Add a link
Reference in a new issue