Skip to content

Commit

Permalink
fixup! [Traits] Add traits/specifications for common post workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
foundrytom committed Nov 30, 2023
1 parent b521e8e commit bc39a99
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions traits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,17 +328,24 @@ traits:
description: >
Entity data is encoded in a pixel grid of two dimensions.
Also known as 'raster' data.
Note: Properties to describe overscan and/or other cases
where the data window differs, need to be added once we have
a more concrete definition of required workflows.
properties:
displayWindowWidth:
description: >
The number of visible pixels in the width dimension. If
the data contains additional hidden pixels (overscan) then
this should not be included in this value.
The number of visible pixels in the width dimension before
pixel aspect ratio is taken into account. If the data
contains additional hidden pixels (overscan) then this
should not be included in this value.
type: integer
displayWindowHeight:
description: >
The number of visible pixels in the height dimension. If
the data contains additional hidden pixels (overscan) then
The number of visible pixels in the height dimension
before pixel aspect ratio is taken into account. If the
data contains additional hidden pixels (overscan) then
this should not be included in this value.
type: integer
pixelAspectRatio:
Expand Down

0 comments on commit bc39a99

Please sign in to comment.