Creating a picture in JES Use in the command window of JES (black background at bottom) to set the folder where the picture is to be saved >>> path = setMediaPath()

Slides:



Advertisements
Similar presentations
Sony Digital Video Camcorder Model - TRV22E. What can you do with it? Video to tape and playback through TV In combination with a computer: –Video to.
Advertisements

Year 9 Art Narrative Linear Video Editing. Year 9 Art - Narrative sequencing photostoriesYou have already looked at narrative (story) structures in painting.
How to import and edit video clips in Windows Movie Maker
A Media Computation Cookbook Manipulating Images and Sounds for Use in Alice Part 1: Image Manipulations Part 2: Advanced Image Manipulations, e.g., changing.
Python: Modifying Pictures Using Loops. Review JES command area – program area Defining/using functions specifying a sequence of steps for what the function.
Movie of picture negatives # Pseudo Code def movieNeg(directory, pic): for each column of ‘pic’ across the entire width for each pixel from top of the.
1 K Beck Begin a new story. 2.Edit a project 3.Play a story 4.Continue working on the current story When you open Photo Story 3, you will choose.
Python: Making colors and Using Loops. Review JES command area – program area Defining/using functions specifying a sequence of steps for what the function.
Click your mouse for next slide Dreamweaver – Merging, Coloring, Fonts Now it’s time to fill your page with some more interesting stuff The first thing.
Wild About Career and Technology Education We Are Vidor Independent School District.
How to prepare a PowerPoint presentation
How to Take a Screenshot By Ashley Hudson Screenshot of this screen 
Using Photostory. Creating a Visual Audio Story in Microsoft Photo Story 3 Before you begin, you will need to save images and sounds to file ready for.
Digital Storytelling A quick look at photostory and moviemaker.
Find your video on youtube e.g. Place the work ‘kick’ in the url.
Before you start, you should get all of your pictures together in one file. They should be in.jpg,.png,.tif or.gif format. Open your drive. Make a folder.
 Open Photoshop  File>open>choose a picture  Go to filter>choose an effect.  Either save your image or use the snipping tool to copy and paste it into.
Persistence of Vision What makes movies work is yet another limitation of our visual system: Persistence of vision We do not see every change that happens.
First create a folder with your pictures/ images needed to create the story Then open Photostory 3. Click on begin a new story and click next.
Lights, Camera, Learning! Windows Movie Maker. Ways to Use Movie Maker in Your Classroom GeneralElementaryJunior High/High School BiographiesABCsAd in.
Tickertape def tickertape(directory,string): for each frame to generate create an new canvas write the string on canvas slightly left of the previous frame.
Video Production with Windows Movie Maker Multimedia I Powerpoint courtesy of Scott Bell, Chaminade College Prep, St. Louis, Mo.
Directions ctrl-D to add duplicate slides Cover Slide – insert new image and place your issue in the title (simply right click on the Star Trek image –
XP Tutorial 7 New Perspectives on Microsoft Windows XP 1 Microsoft Windows XP Working with Graphics Tutorial 7.
Pronto Whiteboard Features Prepared by Advanced Learning Technologies of the North Dakota University System August 2009.
How to make an interactive PowerPoint in which you will….. Add hyperlinks to move to different parts of the presentationAdd hyperlinks to move to different.
PowerPoint Basics (for Macs) 1. Before you start your project, you need: Completed project storyboard. Files with images, sound, or video already saved.
Debbie Purvines - Region 16 ESC1 Debbie Purvines
Step 1: Import Pictures Step 2: Add Titles Step 3: Narrate Story & Customize Motion.
To download PhotoStory: Go to On the left side under Product Resources, click on Downloads.
TUTORIAL. Windows Movie Maker Tools  Tasks pane  Menu bar  Contents pane  Storyboard/ Timeline  Preview monitor.
Display Ratios The Student Union displays have ratios of 16:9 Most computer displays have ratios of 4:3 This often distorts graphics when they are changed.
Windows Movie Maker. What is Movie Maker? Windows Movie Maker allows one to…. create, edit, and share your movies right on your PC.
1 k Jarek Rossignac,  2008 Processing  Install Processing  Learn how to edit, run, save, export, post programs  Understand.
Word Knowledge T T Tic-Tac-Toe T What suffix means action or process? Give an example of a word with this suffix. The word cutting has a double consonant.
Moviemaker Tutorial: Titles Adding Video & Pics Transitions MenuNextPrevious Video Effects Sounds Labels & Captions.
Learning How to Make a PowerPoint Presentation A tutorial for novice users.
How to create an eBook in PowerPoint. Video.
Your Final Concert Movie Project How you will create a movie about the song you took “pictures” of.
Phonics and Fluency w w Word Knowledge Activity /ū/ spelled u /ū/ spelled _ew w.
I. Getting Started with the Interface Microsoft ® Windows ® Movie Maker.
Getting Started with Fireworks A few tips: –Before you begin an assignment, be sure to create a folder on your drive for it. –If your canvas is checkered,
Begin a new story or edit a Photo Story project that has already been created. Make your selection and click next. 1.
Slide Show: Using Idea Machine Templates
Movies Barb Ericson Georgia Tech.
Creating A Prezi Getting Started Tools: Move, Scale, Rotate Sara Olson Grand Canyon University: TEC-539 July 24, 2012.
Photo Story. How to use Photo Story Photo Story 3 can be located in the Accessories folder on school computers. You will need to have your pictures already.
1. 2 Download Windows Media Player 10: Download PhotoStory3
Word Knowledge T T Word Knowledge Activity T What word is the antonym of the word “same”? Use this word in a sentence. The word formed has the /or/
By Susan Fuentes Media Specialist Smiley Elementary.
Animating Objects in PowerPoint XP/2003 Using Motion Paths and Custom Animations to add interest to your classroom presentations.
Using Windows Movie Maker To use this presentation you must: 1.Have your pictures saved to your computer or removable media (memory stick, CD ROM). 2.Have.
Introduction to PowerPoint 2007 (PPT) Statement of Responsibility (When, For Whom, By Whom)
word Knowledge Tic-Tac-Toe Explain a prefix and a suffix. How are they alike and different. Give examples of each. Use the word “etched” in a sentence.
Creating a Slide Show ● Go to Mrs.Radford's website ● Click on Web Folder on the left menu bar ● Then click on Listing Folder ● Choose which template you.
VIDEOWALL TOOL KIT Left To Right
Display Ratios The Student Union displays have ratios of 16:9
Persistence of Vision What makes movies work is yet another limitation of our visual system: Persistence of vision We do not see every change that happens.
Creating a Photo-Voice Project
Motivating Minds with Windows Movie Maker
DIRECTIONS: 1. Click Enable Editing in the yellow bar above.
Creating and Modifying Movies
Inserting Pictures and Symbols in Word documents
Making Pictures Come to Life...
University of Warith AL-Anbiya’a
An Introduction to MS MovieMaker
A few tricks to take you beyond the basics of Microsoft Office
Creating a Digital Story
Digital Story Telling with Frames
Presentation transcript:

Creating a picture in JES Use in the command window of JES (black background at bottom) to set the folder where the picture is to be saved >>> path = setMediaPath() When ‘pic’ is a variable name of a picture, save it to the folder by >>> writePictureTo(pic, path+’frame00.jpg’)

How to create a sequence of pictures ? – use JES function def makeRectMovie(directory ): for num in range (0,30): #30 frames (0 to 29) canvas = makeEmptyPicture (300,200) addRectFilled(canvas,num * 10, num * 5, 50,50, red) # convert the number to a string numStr=str(num) if num < 10: writePictureTo(canvas,directory+“/frame0"+numStr+".jpg") if num >= 10: writePictureTo(canvas,directory+“/frame"+numStr+".jpg")

When copying and pasting makeRectMovie() from Powerpoint, need to re-type ‘”’

A Few Frames frame00.jpg frame02.jpgframe50.jpg

Windows Movie Maker

Windows Movie Maker: Making a movie from images Free with most Windows installations.

Windows Movie Maker: Choose “Import Pictures” and select all the images in your sequence.

Creating the Movie Set the “Options” (Tools menu) so that there is a small duration between pictures. Drag all the pictures into the timeline.

Saving the Movie

Can we move more than one thing at once? Sure! def movingRectangle2(directory ): for num in range (1,30): #29 frames canvas = makeEmptyPicture (300,250) # add a filled rect moving linearly addRectFilled(canvas,num*10,num*5, 50,50,red) # Let’s have one just moving around blueX = 100+ int (10 * sin(num)) blueY = 4*num+int (10* cos(num)) addRectFilled(canvas,blueX,blueY,50,50, blue) # Now, write out the frame # Have to deal with single digit vs. double digit numStr=str(num) if num < 10: writePictureTo(canvas,directory +"/frame0 "+ numStr +". jpg") if num >= 10: writePictureTo(canvas,directory +"/frame "+ numStr +". jpg")

Moving two things at once

Tickertape def tickertape(directory,string): for each frame to generate create an new canvas write the string on canvas slightly left of the previous frame get char string of frame number frame number starting with ‘0’ save the canvas Text sliding right to left

Tickertape def tickertape(directory,string): for num in range(1,100): #99 frames canvas = makeEmptyPicture(300,100) #Start at right, and move left addText(canvas,300-(num*10),50,string) # Now, write out the frame # Handle frame number numStr=str(num) if num < 10: seq = ‘0’+numStr else: seq = numStr writePictureTo(canvas,directory+ "/frame’+seq+".jpg") def tickertape(directory,string): for each frame to generate create an new canvas write the string on canvas slightly left of the previous frame get char string of frame number frame number starting with ‘0’ save the canvas

Making a tickertape - 2 def getCharNum(thisNum): if thisNum <10: return ‘0'+str(thisNum) else: return str(thisNum) def tickertape(directory,string): for num in range(1,100): #99 frames canvas = makeEmptyPicture(300,100) #Start at right, and move left addText(canvas,300-(num*10),50,string) writePictureTo(canvas,directory+"/frame"+getCharNum(num)+".jpg")

LAB_1113 Complementing a picture by complementing a column of picture at a time from left to right Capture the process of converting a picture to its complement by saving the picture each time a new column is converted into a sequence of picture frames Each time a new column of pixels is converted to complements, you want to save it into a picture frame, numbered ‘framexxx.jpg’ where ‘xxx’ is a sequential number only your python program (not a screen shot) to