Introducing a Bitmap Interchange Format

Slides:



Advertisements
Similar presentations
Editing In ImageJ John H. Krantz Hanover College.
Advertisements

L.Ghadah R. Hadba CT1514-L1.  Computer Graphics :refers to processing of creating a new image from Geometry, Lighting parameters, Materials and Textures.Using.
Raster Graphics vs. Vector Graphics
Introduction to Multimedia
GIMP Tutorial v2.0 Boo Virk
Designing for Web stuff you need to know before you start.
Introduction to Computer Graphics
Vector vs. Bitmap SciVis V
File Formats By Jack Turner. Raster (Bitmap) Raster or bitmap is a dot matrix data structure, containing columns of dots and rows, of a graphics image.
V Obtained from a summer workshop in Guildford County July, 2014
Fonts Typeface Typography. Leading Spacing between lines.
Digital Images. Scanned or digitally captured image Image created on computer using graphics software.
Vector A software technology that uses mathematical points based on “vectors" (information giving both magnitude and direction). Because the computer.
Chapter 3 Survival Techniques. Goals Discover that being an Illustrator artist is more than just knowing the tools Develop a basic understanding of the.
ICS 61 - Graphics. Light Color Wheel Color Perception.
Computer Graphics Using “ Adobe Photoshop ” Introduction to E-Learning Center, DAD presents Workshop on Instructor: Mazhar.
Computer Graphics Introductory Notes. Computer Graphics defined… The creation, editing, or publishing of images by means of a computer. Can create anything.
Vector vs. Bitmap
Basic Knowledge of Web creation. Computer graphic knowledge Graphic file has 2 types Raster Graphic A bitmap or raster image are comprised of pixels in.
Foundations of Web Design I Photoshop CS5 Michael Daniel
SOFTWARE TYPES Word processing Page layout Paint Draw.
APPX Open Document Support Supporting the way documents are used.
Digital File Formats ACCT-IGD-10: Students will generate and manipulate various graphic imaging processes. ACCT-IGD-15: Students will identify and produce.
CS- 375 Graphics and Human Computer Interaction Lecture 1: 12/4/1435 Fundamental Techniques in Graphics Lecturer: Kawther Abas.
File Formats Different applications (programs) store data in different formats. Applications support some file formats and not others. Open…, Save…, Save.
Digital imaging and web design ©2003, Mark Rayner Colour, Graphics & Layout How we see Colour systems Graphic files Composition.
Task 3 Store and Present Your Digital Entry Guidance Notes.
Color and Images. Color The natural colors we see and the colors we see on computer monitors are different. CMYK -natural RGB -monitor.
A BCDE.
SC ICT Certification Level 1 12 Graphics By Ross Parker.
Mirjana Devetakovic, M.Sc. CAAD - Images Beograd, 2011.
Color and Images. Color The natural colors we see and the colors we see on computer monitors are different. ______ -natural ______ -monitor.
Exploring Web Design Chapter 1. Objectives Develop a new perspective of the WWW Learn what makes a website good or bad Discover how to apply objective.
Digital Image Editing Presented by John Hohn. File Formats JPEG – Joint Photographic Experts Group PNP – Portable Network Graphics GIF – Graphic Interchange.
Vector vs. Raster What’s the difference between vector and raster file formats? The real difference between the two formats is how they are used.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
HTTP transaction with Graphics HTML file + two graphics files.
Lecture 27: Image Processing
Raster vs. Vector 2.02 Understand Digital Vector Graphics.
Eric Kincaid. Adobe Photoshop  Adobe Photoshop is a graphics editing program developed and published by Adobe Systems Incorporated.  1987-Thomas Knoll,
RASTERIZING SHAPES IN PHOTOSHOP RASTERIZE: A process in Photoshop of converting a vector image into a bitmap (or raster) image VECTOR: A vector image is.
Ms Taylor. L.I. 1.I will learn about Vector and Raster graphics 2.I will learn about the advantages and disadvantages of both types of graphics 3.I will.
How to Create an Logo in Gimp Created By: Dontarious Williams.
Guilford County SciVis V104.03
Red Green Blue (RGB) Colour conversions Y and RGB Link In the images, the lighter the colour intensity (Red, Green, Blue), the more the contribution.
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
V2.2 Boo Virk GIMP Tutorial v2.2 Boo Virk
Multimedia Subject: Informatics of Technology II year
Common Bitmap Image File Types
Vector (Shapes) vs. Raster (Pixels)
Graphics 1 Graphics 2 Color 2 I Spy 1pt 1 pt 1 pt 1pt 1 pt 2 pt 2 pt
Higher Graphic Communication
Chapter 3 Image Files © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
Digital imaging.
Vector vs. Bitmap.
Introduction to raster graphics
Image Formats.
Basic Knowledge of Web creation
Vector & Raster Graphics in Processing
Introduction To Photo Editing SHIELA MAE A. AQUINO SRNHS.
RESEARCH AND APPLY GRAPHIC DESIGN TECHNIQUES #3
Higher Graphic Communication
Digital Images.
EEE3112 Introduction to Multimedia Application & Technology Chapter 1: Image Development by Muhazam Mustapha, September 2012.
Computer Graphics Using “Adobe Photoshop”
Summer 31: Web Authoring A trainee has started to create a single stylesheet to be used with the website. The stylesheet was not finished and contains.
Vector (Shapes) vs. Raster (Pixels)
Basic Concepts of Digital Imaging
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Presentation transcript:

Introducing a Bitmap Interchange Format OpenDocument Raster Introducing a Bitmap Interchange Format

OpenDocument file formats ODF already supports lots of file types text .odt spreadsheets .ods vector graphics .odg but... advanced bitmap graphics are missing! The goal of ODR: fill up this gap At the same time, proposing a graphics format: OpenRaster

Why a new image format? Current image formats are not suitable for interchange jpeg, png: no layers, limited colorspace support tiff: binary, difficult to expand, proprietary kra, xcf: serialisations of internal application structures Interchange being one of the key phrases... kra: Krita file format (xml + binary info) xcf: The Gimp file format (binary info)

Key elements of OpenRaster OpenRaster needs: a complex layer stack (pixel layers, effect layers) standardised operations (merge, blend, ...) full color management (CMYK, RGB, Lab, HDR, ...) meta-information

The link to OpenDocument Lots of graphics applications No standardised open bitmap file format Sharing images means degrading them ODF is extensible, open, and offers a good infrastructure Why reinvent the wheel?

OpenRaster vs OpenDocument Raster OpenRaster: open graphics interchange format OpenDocument Raster: OpenDocument "container"

The roadmap March 2006 start defining OpenRaster June 2006 public release of first draft by Boudewijn Rempt (Krita) August to October 2006 creation of the layer stack structure From November 2006 start writing the specification

Preview Compositing and applying effects are non-destructive. <image> <layers> <layer x='50' y='5'> <dropshadow radius='10' x='10' y='10' opacity='0.5'/> <layer src='data/OpenRaster.png'/> </layer> <layer y='50'> <invert/> <brightness-contrast brightness='0.0' contrast='0.8'/> <scale x='1.0' y='2.0'/> <layer src='data/romedalen.jpg'/> </layers> </image>

More information Mailing list create@freedesktop.org Websites http://create.freedesktop.org http://pippin.gimp.org/OpenRaster/ The actual draft: http://create.freedesktop.org/specs/OpenRaster-draft.pdf