Gero Zambuto
Gero Zambuto (1887 – 1944) was an Italian actor, screenwriter and film director.[1]
Gero Zambuto | |
---|---|
Born | Gerardo Calogero Lucrezio Zambuto 14 April 1887 |
Died | 11 January 1944 56) Bassano del Grappa, Veneto, Italy | (aged
Other names | Calogero Zambuto |
Occupation | Actor, Writer, Director |
Years active | 1913-1944 (film) |
Selected filmography
- Fedora (1913)
- When Knights Were Bold (1916)
- La Moglie di Claudio (1918)
- Hedda Gabler (1920)
- Emperor Maciste (1924)
- Hands Off Me! (1937)
- The Fornaretto of Venice (1939)
- Music on the Run (1943)
- Macario Against Zagomar (1944)
gollark: Make sure that the first function yields enough.
gollark: It... shouldn't.
gollark: ```python#!/usr/bin/env python3from PIL import Imageimport mathimport sysdef chunks(l, n): for i in range(0, len(l), n): yield l[i:i + n]def from_bit_list(bl): i = 0 for ix, v in enumerate(bl): i |= v * (2 ** (7 - ix)) return iim = Image.open("out.png")id = im.load()(w, h) = im.sizebits = []for x in range(w): for y in range(h): bits.append(id[x, y])bits = [1 if x >= 1 else 0 for x in bits]byts = [from_bit_list(bytegroup) for bytegroup in chunks(bits, 8)]sys.stdout.buffer.write(bytes(byts))```Here it is. It's really rather awful.
gollark: With the companion program.
gollark: You can decode it with the companion program, which I can send an image of.
References
- Goble p.236
Bibliography
- Goble, Alan. The Complete Index to Literary Sources in Film. Walter de Gruyter, 1999.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.