Never Too Old (film)
Never Too Old is a 1914 American silent comedy film featuring Oliver Hardy.
Never Too Old | |
---|---|
Directed by | John A. Murphy |
Produced by | Arthur Hotaling |
Written by | E. W. Sargent |
Starring | Marguerite Ne Moyer |
Release date |
|
Country | United States |
Language | Silent film English intertitles |
Cast
- Marguerite Ne Moyer as Bella Donna
- Oliver Hardy as Phil (as Babe Hardy)
- James Levering as Bill Bowser
- John A. Murphy as Jim Levison
gollark: What?
gollark: ***gaaah***
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.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.