Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Functions | |
def | what |
def | test_rgb |
def | test_gif |
def | test_pbm |
def | test_pgm |
def | test_ppm |
def | test_tiff |
def | test_rast |
def | test_xbm |
def | test_jpeg |
def | test_bmp |
def | test_png |
def | test |
def | testall |
Variables | |
list | __all__ = ["what"] |
list | tests = [] |
Recognize image file formats based on their first few bytes.
def imghdr.test_gif | ( | h, | |
f | |||
) |
def imghdr.test_jpeg | ( | h, | |
f | |||
) |
def imghdr.test_pbm | ( | h, | |
f | |||
) |
def imghdr.test_pgm | ( | h, | |
f | |||
) |
def imghdr.test_png | ( | h, | |
f | |||
) |
def imghdr.test_ppm | ( | h, | |
f | |||
) |
def imghdr.test_rast | ( | h, | |
f | |||
) |
def imghdr.test_rgb | ( | h, | |
f | |||
) |
def imghdr.test_tiff | ( | h, | |
f | |||
) |
def imghdr.test_xbm | ( | h, | |
f | |||
) |
def imghdr.testall | ( | list, | |
recursive, | |||
toplevel | |||
) |
def imghdr.what | ( | file, | |
h = None |
|||
) |