mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-17 12:46:58 +00:00
make it cool now
This commit is contained in:
parent
f23a6e3ac8
commit
4d4567caf0
40 changed files with 504 additions and 611 deletions
|
@ -1,18 +0,0 @@
|
|||
from PIL import Image
|
||||
def main():
|
||||
print('[+] checking image size')
|
||||
im = Image.open("banner.png")
|
||||
#im = Image.open("favicon.png")
|
||||
width, height = im.size
|
||||
print('width =',width, 'height=',height)
|
||||
if width != 240 or height != 60:
|
||||
print('[-] Banner doesnt have the correct size (240x60)')
|
||||
return False
|
||||
else:
|
||||
print('[+] Banner has the correct size (240x60)')
|
||||
return True
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue