Nov 111 Example Program DemoMouseInk.java. Nov 112 Example Program DemoMouseUnistrokes.java.

Slides:



Advertisements
Similar presentations
Raster Graphics 2.01 Investigate graphic image design.
Advertisements

Unit 30- Digital Graphics THEORY P2 and D2
Typography ty·pog·ra·phy (t -p g r -f ) n., pl. ty·pog·ra·phies. Abbr. typ., typo. Printing 1.The art and technique of printing with movable type. a.The.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 4 Key Concepts 1 Copyright © Terry Felke-Morris.
Droddy.  “Pixel” is short for two words: Picture and Element. Pixels (tiny squares) combine to form the image the human eye perceives Too small for the.
Guilford County SciVis V106.01
V Obtained from a Guildford County workshop-Summer, 2014.
Components Text Text--Processing Software A Word Processor is a software application that provides the user with the tools to create and edit text.
Manipulating Images Image A visual representation of something that is seen in real life. It can be two-dimensional or three-dimensional A visual representation.
Fonts Typeface Typography. Leading Spacing between lines.
COSC 3461: Module 7 Graphical Display. 2 Issues for Graphical Representation How should the graphical images be represented (formally, internally)? How.
Web Design, 4 th Edition 5 Typography and Images.
BASIC HTML TUTORIAL Amber Brady. HTML tags are keywords surrounded by angle brackets like HTML tags normally come in pairs like and The first tag in a.
Prepared by George Holt Digital Photography BITMAP GRAPHIC ESSENTIALS.
10. Typography The basic terminology & concepts of working with type
Web Design, 3 rd Edition 5 Typography and Images.
Don’t have to be a designer to know when something just ain’t right…
An Introduction to Graphic File Formats.jpg.gif.tiff bmp and.eps and.psd...
THE COLORS OF LIGHT RED, GREEN and BLUE
Image Storage Bitmapped Graphics – in which an image is represented as a collection of dots Vector Graphics – in which an image is represented as a set.
SOFTWARE TYPES Word processing Page layout Paint Draw.
Common file formats  Lesson Objective: Understanding common file formats and their differences.  Learning Outcome:  Describe the type of files which.
Information Processes and Technology Multimedia: Graphics.
Computer Images Can store color info about each pixel, but makes file BIG Compression for Web 15.
Graphics workshop Library and Information Services University of St Andrews.
44212: Web-site Development Optimising Images for Web-pages Ian Perry Room:C49 Extension:7287
File Formats Different applications (programs) store data in different formats. Applications support some file formats and not others. Open…, Save…, Save.
2D Graphics Theory & Principles. Single Point Smallest addressable area on screen or digital image.
File Formats and Vector Graphics. File Types Images and data are stored in files. Each software application uses different native file types and file.
3461 Output Model A picture is worth a thousand words.
Graphics & Images What File Format Do I Use?. Graphics & Images …..are visual images presented on some form of media (drawings, print, web, digital video)
Color and Images. Color The natural colors we see and the colors we see on computer monitors are different. CMYK -natural RGB -monitor.
Don’t have to be a designer to know when something just ain’t right…
A BCDE.
Image formats Characteristics © Adolf Knoll, National Library of the Czech Republic.
FILE TYPES FOR WEB DESIGN 1 HOW SHOULD I SAVE?. GRAPHICS INTERCHANGE FORMAT (GIF) Best used for flat-color, sharp-edged art or text Clip art, logos Compression.
Raster Graphics 2.01 Investigate graphic image design.
Digital Images are represented by manipulating this…
Graphics Concepts Presentation
Digital Image Editing Presented by John Hohn. File Formats JPEG – Joint Photographic Experts Group PNP – Portable Network Graphics GIF – Graphic Interchange.
21 st Century Technology. Painting Uses Pixels Quality of image Changes Drawing Uses Vectors or Lines Quality of Image Does NOT Change.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
Scanner Scanner Introduction: Scanner is an input device. It reads the graphical images or line art or text from the source and converts.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
Understanding Images. Pixels pixels Every image is made up of very small squares called pixels, and each pixel represents a color or shade. Pixels within.
Part 4 Text & Fonts © UNT in partnership with TEA1IT: Web Technologies - HTML Scripting.
2.01 Understand Digital Raster Graphics
File Formats Different applications (programs) store data in different formats. Applications support some file formats and not others. Open…, Save…, Save.
Common Bitmap Image File Types
2.01 Understand Digital Raster Graphics
Digital imaging.
2.01 Understand Digital Raster Graphics
Image Formats.
Sci Vis I Exam Review Unit 6 File Formats.
2.01 Investigate graphic image design.
Chapter 3 Image Files © 2017 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Image File Size and File Compression
1.01 Investigate graphic types and file formats.
Graphics Basic Concepts.
2.01 Understand Digital Raster Graphics
MED 2001 Advanced Media Production
2.01 Investigate graphic image design.
2.01 Understand Digital Raster Graphics
Don’t have to be a designer to know when something just ain’t right…
2.01 Investigate graphic image design.
Introduction to Image Analysis and Processing
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
2.01 Investigate graphic image design.
Presentation transcript:

Nov 111 Example Program DemoMouseInk.java

Nov 112 Example Program DemoMouseUnistrokes.java

Nov 113 Images DemoImage.java DemoImage2.java

Nov 114 Text Characterized by Font family Style Size and Spacing

Nov 115 Font Families Three types Serif A serif is a short line extending from and at an angle to the upper and lower strokes of a letter Serif fonts facilitate human perception in distinguishing among letters Sans serif Without serifs Monospaced or fixed-pitch Each character occupies the same amount of horizontal space

Nov 116 Serifs Illustrated AB ab Times roman Bookman oldstyle serifs

Nov 117 Sans Serifs Illustrated CD cd Arial Lucida sans

Nov 118 Monospaced Illustrated IM im Courier new OCR A Extended

Nov 119 Font Style Plain Italic Bold Italic + bold Hello Java World

Nov 1110 Font Size Font size is measured in points A point is the smallest typographical unit of measurement 1 point = 1 / 72 inch (i.e., 72 points per inch) Hello Java World 48 point font size

Nov 1111 Font Spacing

Nov 1112 Readability of Text Guidelines: Uppercase vs lowercase WORDS WRITTEN IN BLOCK CAPITALS take longer to read than those written in lowercase However, an important word written in CAPITALS is quickly perceived provided it is surrounded by words in lowercase Serif vs. sans serif For printed text, serif fonts are easier to run one’s eyes along and take in the written content For on-screen text, serif fonts generally produce less well than sans serif fonts due to poorer resolution of the display

Nov 1113 Example Program (shown earlier)

Nov 1114 Example Program DemoList3.java

Nov 1115 Image File Formats There are many, many file formats for storing images These include… gif, jpg, tiff, bmp

Nov 1116 gif gif = graphics interchange format Pronounced giff (with a hard ‘g’) Introduced in 1987 by CompuServe Inc. Very popular format for web pages Features Limited to 256 colors (8-bit) Lossless data compression (compresses best for images with lots of repetition; e.g., flat colors) Support for transparency one colour in the image’s pallete (usually the ‘background’) is treated as transparent Support for animation

Nov 1117 jpg jpg = jpeg = joint photographic experts group Pronounced jay-peg Features Always uses 24-bit color Lossy data compression (up to 95% reduction, but with loss of image quality proportional to amount of compression)

Nov 1118 tiff tif = tiff = tagged image file format Features Supports different compression schemes (lossy and lossless) Supports any resolution Black and white, color, or grey shades

Nov 1119 bmp bmp = bit-map Standard for Windows environment Uses a pixel map to hold line-by-line raster information Features No compression Files are large

Nov 1120 Example (1) Transparent gif FormatFile Size gif1639 jpg5522 tif3328 bmp7942 jpg, tif, bmp

Nov 1121 Example (2) Animated gif with transparent background

Nov 1122 Programming Challenge Solution Create a GUI layout, as follows Clear Exit Enter some text: Clear Exit Enter some text: Upon launching After resizing