Ding Sheng (director)

Ding Sheng (Chinese: 丁晟) is a Chinese film director and screenwriter. Born in Qingdao, Shandong, his works include Little Big Soldier, Police Story 2013 and Railroad Tigers (2016)[1] both films directed by him and starring Jackie Chan.[2]

Ding Sheng
Born
OccupationDirector, Screenwriter

Filmography

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

  1. "Rail Road Tigers / Railway Asylum (2016)" (in Chinese). HKMDB. 2015-11-14.
  2. "Police Story 2013: A darker, grittier Police Story". Archived from the original on 2013-12-25.
  3. Elley, Derek (November 19, 2011). "He-Man". Film Business Asia. Archived from the original on July 16, 2014. Retrieved September 23, 2014.
  4. Elley, Derek (January 30, 2014). "Police Story 2013". Film Business Asia. Archived from the original on March 10, 2014. Retrieved September 23, 2014.
  5. "Cannes 2015: Jackie Chan Action Comedy 'Railroad Tigers' Goes to Golden Network Asia". The Hollywood Reporter. Retrieved 2016-01-14.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.