OpenRaster

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
OpenRaster
Filename extension .ora
Internet media type image/openraster[1]
Type of format Layered raster graphics
Extended from OpenDocument
Open format? Yes
Website freedesktop.org/wiki/Specifications/OpenRaster

OpenRaster is a file format proposed for the common exchange of layered images between raster graphics editors. It is meant as a replacement for later versions of the Adobe PSD format. OpenRaster is still in development and so far is supported by a few programs.[2] The default file extension for OpenRaster files is ".ora".

Background

The Adobe Photoshop PSD file format was widely used as a cross-application file format for layered images. Adobe allowed this by releasing the format's specifications publicly. In 2006 Adobe changed this license to only grant access to and use of the specifications and documentation "for the purposes of internally developing Developer Programs in connection with Adobe Software products and incorporating portions or all of the Sample Code into Developer Programs."[3] In response to these restrictions, the OpenRaster format was proposed by KDE and Krita developers Boudewijn Rempt[4] and Cyrille Berger[5] at the first Libre Graphics Meeting at Lyon, France in the spring of 2006 and is drawn from the Open Document Format.[6]

Requirements

Following features should be present:

General

  • full freely available documentation
  • OpenDocument type of file format (archive with multiple files inside)
  • extensible, but private undocumented extensions should be excluded, any extension should be added to the spec and documentation of the file format
  • applications are not expected to support all features of the file format, but when manipulating the file they should not lose any information they cannot handle

Metadata

Layers

  • storage of multiple layers
  • storage of each layer's coordinates
  • storage of blending (compositing) options for each layer
  • storage of adjustment layers
  • storage of layer effects
  • groups of layers
  • color information – profile, colorspace

Other

  • storage of paths, clipping paths and text on path
  • selections and masks
  • embedding documents within OpenDocument frameworks
  • support undo, history of commands and actions (like PSD)

Proposals and extensions

  • Palette
  • Embed Fonts (Proposal to extension)
  • Multiple pages
  • Animation support using multiple pages and a timer (like PSD)

Challenges

Lua error in package.lua at line 80: module 'strict' not found.

According to the draft specification (as of October 2010), a major challenge for a cross-application format is that because not all of the features are available in all the programs, an image won't be displayed the same way in different applications, especially for adjustment/filters layers.

A likely work-around is the optional storage of a redundant extra layer containing the fully rendered pixel data as seen after all image processing, or possibly a lower-resolution snapshot of it suitable for previewing and thumbnailing.

Different implementations levels might be defined, like, tiny, simple, small, normal, full and custom.

Application support

OpenRaster has limited support in a few graphics programs and among these its cross-application use is not seamless.[citation needed]

Application Status
DrawPile Basic (development version)[7]
GIMP Fundamental support with version 2.8.[8]
Inkscape Unsupported
Krita Supported.[9]
LazPaint Reading since version 5.0 and writing since 5.2[10]
MyPaint Default working file format.[11]
Nathive Default format since 0.908.[12]
Pinta Supported starting with version 0.4.[13]
XnView Supported starting with version 1.98.1[14]
Scribus Supported starting with version 1.5[15]

See also

References

<templatestyles src="Reflist/styles.css" />

Cite error: Invalid <references> tag; parameter "group" is allowed only.

Use <references />, or <references group="..." />

External links