Prototyping raw image sequence assignment (2013): Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 1: Line 1:
Assignment:
Assignment:
In 50 lines or less of Python code, create a 1 second long animation by generating 25 frames of an image sequence.
In Python, following the techniques shown in the [[Raw image]] and [[Raw image sequence]] examples, create a 1 second long animation by generating 25 frames of an image sequence.


See: [[Raw image]], [[Raw image sequence]]
Rules:
* The code should be "pure" python (just using the standard libraries of python such as struct).
* The code should be no more than 50 lines.


== Results ==
== Results ==

Revision as of 14:22, 5 November 2013

Assignment: In Python, following the techniques shown in the Raw image and Raw image sequence examples, create a 1 second long animation by generating 25 frames of an image sequence.

Rules:

  • The code should be "pure" python (just using the standard libraries of python such as struct).
  • The code should be no more than 50 lines.

Results

To be posted / linked to here. Please post both your code (again, PURE python -- no libraries and less than 50 lines) + the resulting image (converted to GIF and uploaded to the wiki).