Making a free software animation

28
Making a free software animation Lilyana Petkova and Reneta Shestakova Date: 06/08/2014

description

Making animations with SSuite GIF Animator and Scratch

Transcript of Making a free software animation

Page 1: Making a free software animation

Making a free software animation

Lilyana Petkova and Reneta ShestakovaDate: 06/08/2014

Page 2: Making a free software animation

Content

SSuit GIF Animator

Example 1

Example 2

“INTRO”

How to make a labyrinth?

Let’s play a game!

GIF Animator SCRATCH

Page 3: Making a free software animation

• Bitmap image format• Supports up to 8 bits per pixel for each image,

allowing a single image to reference its own palette of up to 256 different colors chosen from the 24-bit RGB color space

• supports animations and allows a separate palette of up to 256 colors for each frame

• unsuitable for reproducing color photographs and other images with continuous color

Graphics Interchange Format

Page 4: Making a free software animation

• well-suited for simpler images such as graphics or logos with solid areas of color

• GIF images are compressed using the Lempel-Ziv-Welch (LZW) lossless data compression technique to reduce the file size without degrading the visual quality. This compression technique was patented in 1985. Controversy over the licensing agreement between the software patent holder, Unisys, and CompuServe in 1994 spurred the development of the Portable Network Graphics (PNG) standard. All the relevant patents have now expired.

Graphics Interchange Format

Page 5: Making a free software animation

• Product type: Runs as a stand-alone program on a user's computer

• Pros: Simple and clean GUI, small installer size.• Cons: supports only jpg, jpeg, and bmp images. Very limited

functions. User have only control over frame speed in output.• Developers website: http://www.ssuitesoft.com • Download page: http://www.ssuitesoft.com/gifanimator.htm • Version: 1 • Download file size: 453 KB • 64 Bit compatibility: 32 and 64 bit versions available • License type: Unrestricted freeware • Portable version available: This product is portable. • System requirements: Windows XP/Vista/7/8

SSuite GIF Animator

Page 6: Making a free software animation

• New: Clears the list.• Open: Opens a saved list.• Save: Saves the current • list.• Add: Adds new images • to the end of the list.• Delete: Deletes selected • images from the list.• Create: Creates the GIF animation with the specified interval.• View: Shows GIF files.• ?: HelpNote: Images also can be dragged and dropped for correct positioning.

User interface

Page 7: Making a free software animation

Example 1

• Image 1

• Image 2

Page 8: Making a free software animation

1. Start GIF Animator.2. Click on Add in order to select which pictures you would

like to loop.

Step by step explanation

Page 9: Making a free software animation

3. Click Open to add them to the list.

Note: You can only use only pictures in jpg, jpeg and bmp Format.

Step by step explanation

Page 10: Making a free software animation

• 3. Click on Create.

Step by step explanation

Page 11: Making a free software animation

Example 2

1 2 3

4 5 6

Page 12: Making a free software animation

1. Click on New to clear the list.

2. Click on Add to select the images.

Step by step explanation

Page 13: Making a free software animation

3. Change the interval to 150 ms (= 0.15 s).4. Click on Create.

Step by step explanation

Page 14: Making a free software animation

- Programming

- New sprite / changes on the scene

«  INTRODUCTION»

1

3

5

7

2

4

6

8

Page 15: Making a free software animation

Motion

Position / moves according to the coordinate system

Page 16: Making a free software animation

Control

IF / WHILE / DO WHILE / FOR

conditions

Conditions to do something

Page 17: Making a free software animation

Looks

Changing the look of

the character

Page 18: Making a free software animation

Sensing

CONDITIONS

Additionalobjects

Page 19: Making a free software animation

Sound

Page 20: Making a free software animation

Operators

Math operations

Math equaltions

Logic operation

Page 21: Making a free software animation

Pen

Page 22: Making a free software animation

Variables

Page 23: Making a free software animation

1. Make a story!1. Character2. Plot

How to make a game - labyrinth?

2. Choose the software 3. Think about / Write the “code”

We are going to conquer the castle!

Page 24: Making a free software animation

How to make a labyrinth?

Page 25: Making a free software animation

1. Make a story!1. Character2. Plot

How to make an animation – What’s up dog?

2. Choose the software 3. Think about / Write the “code”

Bugs Bunny disturbs the dog!

Page 26: Making a free software animation

How to make a simple animation?

Page 27: Making a free software animation

Time for work!

Page 28: Making a free software animation

The way out!

The way in!

LETs PLAY!