MAN U a L MEMO: Pixar User's Manual TO: Pixar Customers FROM: Pixar Documentation Group DATE: December 2, 1986

Total Page:16

File Type:pdf, Size:1020Kb

MAN U a L MEMO: Pixar User's Manual TO: Pixar Customers FROM: Pixar Documentation Group DATE: December 2, 1986 USE R ' 5 MAN U A L MEMO: Pixar User's Manual TO: Pixar Customers FROM: Pixar Documentation Group DATE: December 2, 1986 Welcome to the Pixar User's Manual. This book contains haroware"andsoftware overviews, programming tutorials, reference documents, arid additional material from the Pixar Tech Memo files. We hope you will find 'this material helpful. Also note that the Pixar Software Release 1.2 contains, plentyofsoutce, code which will be very helpful in writing your own software for thePixar Image Computer. Please contact us if you have any questions regarding'the material· in this manual. TABS: You will find two kinds of tabs to help divide the traditional UN1'X sec,tions into subsections. The major tabs have the familiar meaning, "wliiie 'the:' minor tabs correspond to subsecnons (e.g., specific tutorials). BUGS: Mail in the pink comment forms, or use electronic mail to submitori·4i:ne com· ments and suggestions (e.g., mail pixar!bugs). NOTE: Copyright 1986 by Pixar. This document is protected by 'Federal Copyright:-Law, witJ:1 all rights reserved. N~ part?f this publication may bereproduced~ stored'irt1a retneval system, or transnutted, m any form or by any means, electronlc,mechan­ ical, photocopying, recording, or otherwise, without prior writtenperrirission from Pixar. The information in this manual is for informational purposes only' arid: is subject to change without notice. Use, duplication or disclosure by :the Government is subject to restrictions as set forth in subdivision (b) (3) (ii) of tbeRigbts in;rreohn­ ical Data and Computer Software clause at 252.227-7013. Pixar Software Overview November 3, 1986 The Pixar Image Computer™ provides an innovative and powerful architecture for performing image-computing operations. The software for the Pixar Image Computer provides a collection of tools that utilize the full capabilities of the hardware to perform a wide range of standard image-computing operations quickly and efficiently, and powerful development tools that allow additional software to be easily developed for the system. The Pixar Image Computer is closely coupled to a host computer that provides those facilities and functions that do not directly relate to image-computing. The host computer provides net­ work access, a program development environment, and general resources required by application programs (e.g., operating system, file system, mass storage, etc.). The Pixar Image Computer can be interfaced to a variety of host computers, including Sun, Symbolics, Digital Equipment Corporation, and Silicon Graphics computer systems. Pixar offers a Pixar Development System™ that includes a Sun-3™ computer, bitmapped workstation, 380 MByte disk, with the Sun UNIXTM operating system and Pixar Software configured for use by software developers and research laboratories. Other configurations and specialized application programs may be purchased from Pixar OEMs and V ARs who offer the Pixar Image Computer in conjunction with their products. A development environment that includes Pixar Image Computers is shown below. ETHERNETI'M I ~ ~ TO OTHER r NETWORKED E:::I color " r color " c:::I COMPUTERS monitor PIXAR monitor PIXAA MAGE "- .., IMAGE -- COMPUTERl" COMPUTEIP c:::::a r bit-map ""'" r bit-map """ y 0 display o dISPla :[ host host rrm "keyboard \ mouse rrm disk aJ / ~Ybda);\[ disk CD drive drive 1 All image-computing operations are performed using software and resources of both the host computer and the Pixar Image Computer. The design of the closely coupled interrace between the two machines allows application programs to be implemented on the host computer with concurrent image processing perrormed by the Pixar Image Computer. The host computer pro­ gram provides the data for, and controls the overall operation of, the Pixar Image Computer. Table 1 lists the actions of the· host computer and the corresponding actions of the Pixar Image Computer for a typical application program: Table 1. Application Program Actions Step Host Computer P~rlmageCompu~r 1. Pixar Device Open Initialization 2. Load Pixar Software none 3. Transfer Data To Pixar Accept Data From Host 4. Invoke Image Computing Operation Perform Image Computations 5. Interact with User Display Image on Video Monitor 6. Retrieve Data From Pixar Transfer Data To Host 7. Pixar Device Close none The host computerlPixar Image Computer interface simplifies the development of complex image-computing applications. The host computer interrace provides for high bandwidth data transfer between the host and Pixar Image Computer, under polled and interrupt control. The Pixai:' software provides facilities to allocate and deallocate Pixar resources, load Pixar software, transfer data to and from the Pixar, as well as view images from any portion of the Pixar Image Memory using the video output capabilities of the Pixar Image Computer. In addition, many of the most commonly needed image-computing operations have also been provided as utility pro­ grams, available for immediate use without any programming required. The software provided with the Pixar Image Computer may be divided into five classes: • Utility Programs • Development Libraries • Development Tools for Pixar Programming • System Software • Contributed Software 2 Utility Programs Utility programs are provided for the most common image operations performed using the Pixar Image Computer. These utilities are provided with a wide range of options available, allowing general user access to many advanced capabilities of the Pixar Image Computer before any application-specific software is written. Included are: • Display Utilities: cbars generates standard color bars in an image memory window. c1r clears an image memory window to specified value(s). gamma sets gamma-corrected colormap. guide displays a field-guide alignment pattern in an image memory window. loop sequences preloaded animation frames. ramp displays a ramped pattern horizontally or vertically in an image memory window. tool allows the image memory contents to be examined interactively. video modifies the configuration of the video controller. • Image Input/Output Utilities: gt gets (loads) an image into the image memory from a picture file on mass storage. gtinfo displays information describing a picture file. sv saves all or part of the Image Memory to a picture file on mass storage. • Image Processing Utilities: blur applies a box filter to an image memory window. clamp clamps the contents of an image memory window to [0,1]. cony convolves an image memory window with arbitrary 3x3 filter. copy copies an image memory window to another window. bg generates a histogram of the pixels in an image memory window. merge merges two image memory windows using compositing operators. perm permutes image memory rows/columns, allowing clamping, inversion, etc. resize resizes an image memory window onto a destination window. rotate rotates and scales an image memory window onto a second window. scale scales the RGBA intensities of a image memory window. • Miscellaneous Utilities: pixinit initializes the Pixar hardware and the software configuration tables. The utility programs allow a large number of arguments to be specified, and allow functions to be performed over selected portions of the Image Memory. Both the utility programs and the Pixar development libraries use logical frame buffers and pixel windows to partition the image memory. 3 Development Libraries Development libraries are provided for both the host computer and the Channel Processor(s) (ChapTM) of the Pixar Image Computer. These development libraries provide high-level and low-level library functions for diverse uses that include the allocation and management of Pixar resources (Chaps, Chap program memory, image memory, scatchpad memory), data transfer operations, pixel operations, image processing functions, etc. The large variety of library func­ tions available enables many applications to be written without the need to program the Pixar Image Computer directly. The libraries provided are: • Host Libraries: libchad a library of functions that manage the allocation and deallocation of Pixar resources. Also included are procedures to initiate execution of Chap procedures and to synchronize host/Chap program execution. libpicio a library of functions for encoding, decoding, loading, and unloading image "picturett files. Image ttpictures" are areas of Image Memory that are stored in digital form on the file system of the host computer. Most image "pictures" are encoded using published run-length encoding tech­ niques to facilitate the interchange of data among Pixar Image Computers and other image gathering/processing equipment. libpirl a library of functions for manipulating rectangular pixel windows of the Pixar image memory. The libpirl functions provide a powerful set of building blocks that perform many of the most commonly required image processing functions. Included are library functions to perform arith­ metic operations, boolean algebra, linear algebra, filtering, clamping, convolution, merging, and copy operations on Image Memory pixel windows. Iibpixar a library of functions for accessing the Pixar Image Computer at a low level. Library functions are provided that allow direct access to all memories, registers, and buses that can be accessed by the host computer . • Chap Libraries: Iibchad a library of Chap functions that service the requests made by the host libchad functions. libpicio a library of Chap functions that service the requests made by the host libpicio functions.
Recommended publications
  • Pixar's 22 Rules of Story Analyzed
    PIXAR’S 22 RULES OF STORY (that aren’t really Pixar’s) ANALYZED By Stephan Vladimir Bugaj www.bugaj.com Twitter: @stephanbugaj © 2013 Stephan Vladimir Bugaj This free eBook is not a Pixar product, nor is it endorsed by the studio or its parent company. Introduction. In 2011 a former Pixar colleague, Emma Coats, Tweeted a series of storytelling aphorisms that were then compiled into a list and circulated as “Pixar’s 22 Rules Of Storytelling”. She clearly stated in her compilation blog post that the Tweets were “a mix of things learned from directors & coworkers at Pixar, listening to writers & directors talk about their craft, and via trial and error in the making of my own films.” We all learn from each other at Pixar, and it’s the most amazing “film school” you could possibly have. Everybody at the company is constantly striving to learn new things, and push the envelope in their own core areas of expertise. Sharing ideas is encouraged, and it is in that spirit that the original 22 Tweets were posted. However, a number of other people have taken the list as a Pixar formula, a set of hard and fast rules that we follow and are “the right way” to approach story. But that is not the spirit in which they were intended. They were posted in order to get people thinking about each topic, as the beginning of a conversation, not the last word. After all, a hundred forty characters is far from enough to serve as an “end all and be all” summary of a subject as complex and important as storytelling.
    [Show full text]
  • To Infinity and Back Again: Hand-Drawn Aesthetic and Affection for the Past in Pixar's Pioneering Animation
    To Infinity and Back Again: Hand-drawn Aesthetic and Affection for the Past in Pixar's Pioneering Animation Haswell, H. (2015). To Infinity and Back Again: Hand-drawn Aesthetic and Affection for the Past in Pixar's Pioneering Animation. Alphaville: Journal of Film and Screen Media, 8, [2]. http://www.alphavillejournal.com/Issue8/HTML/ArticleHaswell.html Published in: Alphaville: Journal of Film and Screen Media Document Version: Publisher's PDF, also known as Version of record Queen's University Belfast - Research Portal: Link to publication record in Queen's University Belfast Research Portal Publisher rights © 2015 The Authors. This is an open access article published under a Creative Commons Attribution-NonCommercial-NoDerivs License (https://creativecommons.org/licenses/by-nc-nd/4.0/), which permits distribution and reproduction for non-commercial purposes, provided the author and source are cited. General rights Copyright for the publications made accessible via the Queen's University Belfast Research Portal is retained by the author(s) and / or other copyright owners and it is a condition of accessing these publications that users recognise and abide by the legal requirements associated with these rights. Take down policy The Research Portal is Queen's institutional repository that provides access to Queen's research output. Every effort has been made to ensure that content in the Research Portal does not infringe any person's rights, or applicable UK laws. If you discover content in the Research Portal that you believe breaches copyright or violates any law, please contact [email protected]. Download date:28. Sep. 2021 1 To Infinity and Back Again: Hand-drawn Aesthetic and Affection for the Past in Pixar’s Pioneering Animation Helen Haswell, Queen’s University Belfast Abstract: In 2011, Pixar Animation Studios released a short film that challenged the contemporary characteristics of digital animation.
    [Show full text]
  • Unix and Linux System Administration and Shell Programming
    Unix and Linux System Administration and Shell Programming Unix and Linux System Administration and Shell Programming version 56 of August 12, 2014 Copyright © 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013, 2014 Milo This book includes material from the http://www.osdata.com/ website and the text book on computer programming. Distributed on the honor system. Print and read free for personal, non-profit, and/or educational purposes. If you like the book, you are encouraged to send a donation (U.S dollars) to Milo, PO Box 5237, Balboa Island, California, USA 92662. This is a work in progress. For the most up to date version, visit the website http://www.osdata.com/ and http://www.osdata.com/programming/shell/unixbook.pdf — Please add links from your website or Facebook page. Professors and Teachers: Feel free to take a copy of this PDF and make it available to your class (possibly through your academic website). This way everyone in your class will have the same copy (with the same page numbers) despite my continual updates. Please try to avoid posting it to the public internet (to avoid old copies confusing things) and take it down when the class ends. You can post the same or a newer version for each succeeding class. Please remove old copies after the class ends to prevent confusing the search engines. You can contact me with a specific version number and class end date and I will put it on my website. version 56 page 1 Unix and Linux System Administration and Shell Programming Unix and Linux Administration and Shell Programming chapter 0 This book looks at Unix (and Linux) shell programming and system administration.
    [Show full text]
  • Frame by Frame
    FRAME BY FRAME by Glen Ryan Tadych As we celebrate Thanksgiving and prepare Watching it as an adult though is a different experi- ences go, “What is this?!” And while this factor is for the holiday season, some of cinema’s most ence sure enough, as I’m able to understand how what made Toy Story memorable to most audiences Lasseter’s work on the short film and other TGG anticipated films prepare to hit theaters, most the adult themes are actually what make the film so upon leaving the theater, the heart of the film still projects landed him a full-time position as an notably Star Wars: The Force Awakens. This moving. lies beneath the animation, the impact of which is interface designer that year. However, everything past Wednesday, Disney and Pixar’s latest what makes Toy Story a classic. changed for TGG in 1986. computer-animated adventure, The Good Today, I see Toy Story as the Star Wars (1977) of Dinosaur, released nationwide to generally my generation, and not just because it was a “first” Toy Story’s legacy really begins with Pixar’s be- Despite TGG’s success in harnessing computer positive reception, but this week also marked for the film industry or a huge critical and commer- ginnings in the 1980s. Pixar’s story begins long be- graphics, and putting them to use in sequences another significant event in Pixar history: the cial success. Like Star Wars, audiences of all ages fore the days of Sheriff Woody and Buzz Lightyear, such as the stained-glass knight in Young Sherlock 20th anniversary of Toy Story’s original theatri- worldwide enjoyed and cherished Toy Story because and believe it or not, the individual truly responsible Holmes (1985), Lucasfilm was suffering financially.
    [Show full text]
  • Patricia Seybold's UNIX in the Office
    Periodicals Printed Information 111 Audience CommUNIXations 12345678910 Non-wizard Wizard Background Publisher: /usr/group 12345678910 Commercial Scientific/Research Product Reviews This is /usr/group’s monthly newsletter. It reports 12345678910 /usr/group activities and prints several commercially- Useless Useful oriented papers each month, in effect, spanning Editorial/Technical Content the gap between UniForum conferences. In this respect, it is comparable to the commercial UNIX 12345678910 Useless Useful magazines, except this is free when you become a member of /usr/group. Audience ;login: 12345678910 Non-wizard Wizard Background Publisher: USENIX Association 12345678910 Commercial Scientific/Research Product Reviews This is the USENIX Association’s monthly newslet- 12345678910 ter. It is one of the oldest regularly published UNIX Useless Useful periodicals. Apart from reporting on USENIX activ- Editorial/Technical Content ities, ;login: prints several technical papers each month, in effect, spanning the gap between 12345678910 Useless Useful USENIX conferences. ;login: is free to all members of the USENIX Association. Audience Patricia Seybold’s UNIX in the Office 12345678910 Non-wizard Wizard Background 12345678910 Publisher: Patricia Seybold’s Office Commercial Scientific/Research Computing Group Product Reviews 12345678910 Useless Useful This newsletter specializes in UNIX in the office. It Editorial/Technical Content includes product reviews, trends and some extreme- ly technical and in-depth analysis. Very expensive. 12345678910 Useless Useful 112 Printed Information Periodicals Audience UNIGRAM • X 12345678910 Non-wizard Wizard Background 12345678910 Publisher: Miller Freeman Publications Commercial Scientific/Research Product Reviews 12345678910 Useless Useful The only weekly UNIX newsletter. Market-oriented Editorial/Technical Content stories on new products, mergers, large contracts, joint-marketing agreements, analysis of companies, 12345678910 market trends, etc.
    [Show full text]
  • Lights, Camera, Media Literacy! the PIXAR STORY by Leslie Iwerks
    Lights, Camera, Media Literacy! THE PIXAR STORY By Leslie Iwerks When you hear the phrase or statement (“in quotes”), place a checkmark next to it. __1) “The art challenges technology. Technology inspires the art.” __2) “The best scientists and engineers are just as creative as the best storytellers.” __3) “This marriage of art and science was the combined dream of three men… the creative scientist Ed Catmull, the visionary entrepreneur Steve Jobs, and the talented artist John Lasseter.” __4) “The teachers at Cal Arts were none other than Disney’s legendary collaborators from the 1930’s known as “The Nine Old Men” who taught the essence of great character animation.” __5) “TRON, a live-action feature using the latest computer technology, was screened for employees at the [Disney] studio.” __6) “Computer animation excited me so much. I wasn’t excited about what I was seeing, but the potential I saw in all this.” __7) “If it had never been done before doesn’t mean it can’t be done.” __8) “…no one wanted to do it except for Lasseter.” __9) “He got fired, because, honestly, the studio didn’t know what to do with him.” __10) “During a lot of the early days, artists were frightened of the computer.” __11) “In the 1960’s, the University of Utah set up one of the first labs in computer graphics, headed by the top scientists in the field.” __12) “Here was a program in which there was art, science, programming altogether in one place, a new field. It was wide open. Just go out and discover things and explore right at the frontier.” __13) “Ed’s computer-animated film of his own left hand was the first step in the development of creating curved surfaces, wrapping texture around those surfaces, and eliminating jagged edges.” __14) “Alex Schure, the president of New York Tech, hired Ed to spearhead the new computer graphics department to develop paint programs and other tools to create art and animation using the computer.
    [Show full text]
  • Deux Hommes Et Un Ordinateur
    Deux hommes et un ordinateur David J. du Colombier Jean-Baptiste Campesato 30 d´ecembre 2006 1 Cet article n’est pas pr´esent´eici sous sa forme finalis´eeet est encore en cours de r´edaction.Par cons´equent, de nombreuses erreurs peuvent encore subsister et plusieurs parties n’ont pas encore ´et´e´ecrites ou sont encore en cours de r´edaction. Ce document est propri´et´ede ses auteurs, et toute reproduction est proscrite. 2 Table des mati`eres 1 Introduction 4 2 MULTICS 4 3 Unix Time-Sharing System[3] 4 3.1 La naissance d’Unix . 4 3.2 Unix Time-Sharing System[4] .............................. 4 3.3 Le langage B[5] ...................................... 5 3.4 Le langage C[7] ...................................... 5 3.5 L’´evolution d’Unix Time-Sharing System . 5 3.6 Unix Time-Sharing System 6, 7 et UNIX 32V . 6 4 UNIX System 6 4.1 Les d´ebuts de l’Unix de AT&T . 6 4.2 UNIX System V . 6 4.3 UnixWare . 7 5 BSD, Berkeley Software Distribution [11] 7 5.1 1BSD et 2BSD . 7 5.2 3BSD et 4BSD . 7 5.3 USL et BSDI . 7 6 XENIX 8 6.1 Microsoft . 8 6.2 Santa Cruz Operation . 8 7 Le tournant des laboratoires Bell 8 7.1 Unix Time-Sharing System . 8 7.2 Plan 9 from Bell Labs[12] ................................ 8 7.3 Inferno . 9 8 ”The Unix Wars”[14] 10 9 MINIX et Linux 10 9.1 MINIX[15] ......................................... 10 9.2 Linux . 10 3 R´esum´e Cet article aborde que certains points essentiels de l’histoire d’Unix, il ne s’agit que d’une approche.
    [Show full text]
  • Graphics, 3D Modeling, Cad and Visual Computing 6/19/17, 952 AM
    Computer Graphics World - graphics, 3d modeling, cad and visual computing 6/19/17, 952 AM Article Search Advanced | Help CURRENT ISSUE August 2003 Part 7: Movie Retrospective Celebrating our 25th year with digital visual effects and scenes from animated features By Barbara Robertson Although Looker (1981) was the first film with shaded 3D com puter graphics, Tron (1982) was the first with 15 minutes of computer animation and lots of shaded graphics. Some believe Tron's box office failure slowed the adoption of digital effects, but now most films include computer graph ics. Indeed, last year, of the top 10 box office films, eight had hundreds of digital effects shots or were created entirely with 3D computer graphics. During the past two decades, CG inventors have been in spired by filmmaking to create exciting new tools. In so doing, they have in spired filmmakers to expand the art of filmmaking-as you can see on the following pages. What's next? CG tools move QUICK VOTE downstream. Synergy gets energy. Sponsored by: (The date at the beginning of each caption refers to the issue of Computer Graphics World in which the image and credit appeared. The film's release date follows the Which of the following caption.) digital video tools do you use/plan to use? (Check July 1982 For this one-minute "Genesis effect" during all that apply.) Star Trek II: The Wrath of Khan, a dead planet comes DV cameras to life thanks to the first cinematic use of fractals, particle effects, and 32-bit RGBA paint software from DV effects Lucasfilm's Pixar group.
    [Show full text]
  • A Repository of Unix History and Evolution
    http://www.dmst.aueb.gr/dds/pubs/jrnl/2016-EMPSE-unix-history/html/unix-history.html This is an HTML rendering of a working paper draft that led to a publication. The publication should always be cited in preference to this draft using the following reference: Diomidis Spinellis. A repository of Unix History and evolution. Empirical Software Engineering, 22(3):1372–1404, 2017. (doi:10.1007/s10664-016-9445-5) This document is also available in PDF format. The final publication is available at Springer via doi:10.1007/s10664-016-9445-5. The document's metadata is available in BibTeX format. Find the publication on Google Scholar This material is presented to ensure timely dissemination of scholarly and technical work. Copyright and all rights therein are retained by authors or by other copyright holders. All persons copying this information are expected to adhere to the terms and constraints invoked by each author's copyright. In most cases, these works may not be reposted without the explicit permission of the copyright holder. Diomidis Spinellis Publications A Repository of Unix History and Evolution1 Diomidis Spinellis Abstract The history and evolution of the Unix operating system is made available as a revision management repository, covering the period from its inception in 1972 as a five thousand line kernel, to 2016 as a widely-used 27 million line system. The 1.1GB repository contains 496 thousand commits and 2,523 branch merges. The repository employs the commonly used Git version control system for its storage, and is hosted on the popular GitHub archive.
    [Show full text]
  • Digital Paint Systems: an Anecdotal and Historical Overview
    Digital Paint Systems: An Anecdotal and Historical Overview Alvy Ray Smith The history of digital paint systems derives from many things— chance meetings, coincidences and boredom, artistic license, brilliant researchers, a wealthy benefactor, and, of course, lawsuits. Alvy Ray Smith tells the fascinating story—facts first, then anecdotes—in his own words. This article is based on a talk presented in tal 2D (two-dimensional) and 3D modeling and January 2000 at an evening hosted by the animation, film recording, video editing, and Computer History Museum on Moffatt Field, audio synthesis. An excellent rendering of my near Palo Alto, California. I shared the floor time with Dick Shoup (sounds like “shout,” not with longtime colleague Richard G. “Dick” like “hoop”) in the early days at Xerox PARC Shoup who figures highly in what follows. It is (Palo Alto Research Center) can be found in the also based on a document I submitted to the recent book Dealers of Lightning: Xerox PARC Academy of Motion Picture Arts and Sciences and the Dawn of the Computer Age.4 For other (AMPAS) in 1997 in answer to a call from them PARC references, see Lavendel,5 Pake,6 Perry,7 for information about early paint programs and and Smith.8 their contribution to the film business.1 The time frame dates from the late 1960s to Definitions the early 1980s, from the beginnings of the A digital paint program and a digital paint technology of digital painting up to the first system are distinguished by their functions. A consumer products that implemented it.
    [Show full text]
  • INFORMATION to USERS This Manuscript Has Been Reproduced
    INFORMATION TO USERS This manuscript has been reproduced from the microfilm master. UMI films the text directly from the original or copy submitted. Thus, some thesis and dissertation copies are in ^ewriter face, while others may be from an y type of computer printer. The qnaliQr of this reproduction is dependent upon the quali^ of the copy submitted. Broken or indistinct print, colored or poor quality illustrations and photographs, print bleedthrough, substandard margins, and inproper alignment can adversely affect reproduction. In the unlikely event that the author did not send UMI a complete manusciipt and there are missing pages, these will be noted. Also, if unauthorized copyright material had to be removed, a note will indicate the deletion. Oversize materials (e.g., maps, drawings, charts) are reproduced by sectioning the original, beginning at the upper left-hand comer and continuing from left to right in equal sections with small overlaps. Each original is also photographed in one exposure and is included in reduced form at the badt of the book. Photogr^hs included in the original manuscript have been reproduced xerographically in this copy. Higher quality 6" x 9" black and white photographic prints are available for any photographs or illustrations appearing in this copy for an additional charge. Contact UMI directly to order. UMI A Bell & Howell Information Company 300 North Z eeb Road. Ann Arbor. Ml 48106-1346 USA 313.'761-4700 800/521-0600 INFORMAL COMPUTER-ART EDUCATION: A FOCUS ON THE ART AND HISTORICAL IMPACT OF COMPUTER GENERATED SPECIAL VISUAL EFFECTS AND THE PEDAGOGY OF THE ARTISTS WHO CREATE THEM PROFESSIONALLY IN THE SAN FRANCISCO BAY AREA PRODUCTION COMPANIES DISSERTATION Presented in Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the Graduate School of The Ohio State University By Garth Anthony Gardner, B.A., M.A.
    [Show full text]
  • Creativity, Inc. [Entire Talk]
    Stanford eCorner Creativity, Inc. [Entire Talk] Ed Catmull, Disney/Pixar Animation April 30, 2014 Video URL: http://ecorner.stanford.edu/videos/3321/Creativity-Inc-Entire-Talk Ed Catmull, president of Walt Disney and Pixar Animation Studios, shares some of his formative career experiences and offers a glimpse inside the working culture of Disney and Pixar. In conversation with Stanford Professor Bob Sutton, Catmull offers additional insights from his book, Creativity, Inc., including lessons learned from his longtime working relationship with the late Steve Jobs. Transcript Today we have a special guest, we have Ed Catmull from Pixar, so he is the President of Pixar and also the President of Dixie, I knew that, Disney Animation. Dixie is a little different company and why we're here today is to talk about... But Disney does use a lot of cups. Disney does use a lot of cups, they do, I would imagine... to talk about his new book Creativity, Inc. So Ed has - and just to give, just a little by a way of introduction and also to give a plug. I really, and I just said this to Tina Seelig who's sitting over there somewhere, I really do think this is the most useful and interesting creativity book I've ever read. And note that I wrote one. So I am putting it ahead of one of my books. And the reason it's so interesting, in addition to the fact that it's very well done, and Ed and I were just talking about the very compulsive process by which he and his editors went through to make a great book, is there is just no matching Ed's life and his path, which we're going to talk about of course: Pixar.
    [Show full text]