Home | History | Annotate | Download | only in metadata
      1 # Licensed to the Apache Software Foundation (ASF) under one or more
      2 # contributor license agreements.  See the NOTICE file distributed with
      3 # this work for additional information regarding copyright ownership.
      4 # The ASF licenses this file to You under the Apache License, Version 2.0
      5 # (the "License"); you may not use this file except in compliance with
      6 # the License.  You may obtain a copy of the License at
      7 #
      8 #      http://www.apache.org/licenses/LICENSE-2.0
      9 #
     10 #  Unless required by applicable law or agreed to in writing, software
     11 #  distributed under the License is distributed on an "AS IS" BASIS,
     12 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13 #  See the License for the specific language governing permissions and
     14 #  limitations under the License.
     15 
     16 # Descriptions of elements and attributes of the plugin neutral metadata format
     17 # (see IIOStandardMetadataFormat)
     18 
     19 # Messages for EN locale
     20 Chroma=Chroma (color) information
     21 ColorSpaceType=The raw color space of the image
     22 ColorSpaceType/name=The raw color space of the image
     23 NumChannels=The number of channels in the raw image, including alpha
     24 NumChannels/value=The number of channels in the raw image, including alpha
     25 Gamma=The image gamma
     26 Gamma/value=The image gamma
     27 BlackIsZero=True if smaller values represent darker shades
     28 BlackIsZero/value=True if smaller values represent darker shades
     29 Palette=Palette-color information
     30 PaletteEntry=A palette entry
     31 PaletteEntry/index=The index of the palette entry
     32 PaletteEntry/red=The red value for the palette entry
     33 PaletteEntry/green=The green value for the palette entry
     34 PaletteEntry/blue=The blue value for the palette entry
     35 PaletteEntry/alpha=The alpha value for the palette entry
     36 BackgroundIndex=A palette index to be used as a background
     37 BackgroundIndex/value=A palette index to be used as a background
     38 BackgroundColor=An RGB triple to be used as a background
     39 BackgroundColor/red=The red background value
     40 BackgroundColor/green=The green background value
     41 BackgroundColor/blue=The blue background value
     42 
     43 Compression=Compression information
     44 CompressionTypeName=The name of the compression scheme in use
     45 CompressionTypeName/value=The name of the compression scheme in use
     46 Lossless=True if the compression scheme is lossless
     47 Lossless/value=True if the compression scheme is lossless
     48 NumProgressiveScans=The number of progressive scans used in the image encoding
     49 NumProgressiveScans/value=The number of progressive scans used in the image encoding
     50 BitRate=The estimated bit rate of the compression scheme
     51 BitRate/value=The estimated bit rate of the compression scheme
     52 
     53 Data=Information on the image layout
     54 PlanarConfiguration=The organization of image samples in the stream
     55 PlanarConfiguration/value=The organization of image samples in the stream
     56 SampleFormat=The numeric format of image samples
     57 SampleFormat/value=The numeric format of image samples
     58 BitsPerSample=The number of bits per sample
     59 BitsPerSample/value=A list of integers, one per channel
     60 SignificantBitsPerSample=The number of significant bits per sample
     61 SignificantBitsPerSample/value=A list of integers, one per channel
     62 SampleMSB=The position of the most significant bit of each sample
     63 SampleMSB/value=A list of integers, one per channel
     64 
     65 Dimension=Dimension information
     66 PixelAspectRatio=The width of a pixel divided by its height
     67 PixelAspectRatio/value=The width of a pixel divided by its height
     68 ImageOrientation=The desired orientation of the image in terms of flips and counter-clockwise rotations
     69 ImageOrientation/value=The desired orientation of the image in terms of flips and counter-clockwise rotations
     70 HorizontalPixelSize=The width of a pixel, in millimeters, as it should be rendered on media
     71 HorizontalPixelSize/value=The width of a pixel, in millimeters, as it should be rendered on media
     72 VerticalPixelSize=The height of a pixel, in millimeters, as it should be rendered on media
     73 VerticalPixelSize/value=The height of a pixel, in millimeters, as it should be rendered on media
     74 HorizontalPhysicalPixelSpacing=The horizontal distance in the subject of the image, in millimeters, represented by one pixel at the center of the image
     75 HorizontalPhysicalPixelSpacing/value=The horizontal distance in the subject of the image, in millimeters, represented by one pixel at the center of the image
     76 VerticalPhysicalPixelSpacing=The vertical distance in the subject of the image, in millimeters, represented by one pixel at the center of the image
     77 VerticalPhysicalPixelSpacing/value=The vertical distance in the subject of the image, in millimeters, represented by one pixel at the center of the image
     78 HorizontalPosition=The horizontal position, in millimeters, where the image should be rendered on media
     79 HorizontalPosition/value=The horizontal position, in millimeters, where the image should be rendered on media
     80 VerticalPosition=The vertical position, in millimeters, where the image should be rendered on media
     81 VerticalPosition/value=The vertical position, in millimeters, where the image should be rendered on media
     82 HorizontalPixelOffset=The horizonal position, in pixels, where the image should be rendered onto a raster display
     83 HorizontalPixelOffset/value=The horizonal position, in pixels, where the image should be rendered onto a raster display
     84 VerticalPixelOffset=The vertical position, in pixels, where the image should be rendered onto a raster display
     85 VerticalPixelOffset/value=The vertical position, in pixels, where the image should be rendered onto a raster display
     86 HorizontalScreenSize=The width, in pixels, of the raster display into which the image should be rendered
     87 HorizontalScreenSize/value=The width, in pixels, of the raster display into which the image should be rendered
     88 VerticalScreenSize=The height, in pixels, of the raster display into which the image should be rendered
     89 VerticalScreenSize/value=The height, in pixels, of the raster display into which the image should be rendered
     90 
     91 Document=Document information
     92 FormatVersion=The version of the format used by the stream
     93 FormatVersion/value=The version of the format used by the stream
     94 SubimageInterpretation=The interpretation of this image in relation to the other images stored in the same stream
     95 SubimageInterpretation/value=The interpretation of this image in relation to the other images stored in the same stream
     96 ImageCreationTime=The time of image creation
     97 ImageCreationTime/year=The full year (e.g., 1967, not 67)
     98 ImageCreationTime/month=The month, with January = 1
     99 ImageCreationTime/day=The day of the month
    100 ImageCreationTime/hour=The hour from 0 to 23
    101 ImageCreationTime/minute=The minute from 0 to 59
    102 ImageCreationTime/second=The second from 0 to 60 (60 = leap second)
    103 ImageModificationTime=The time of the last image modification
    104 ImageModificationTime/year=The full year (e.g., 1967, not 67)
    105 ImageModificationTime/month=The month, with January = 1
    106 ImageModificationTime/day=The day of the month
    107 ImageModificationTime/hour=The hour from 0 to 23
    108 ImageModificationTime/minute=The minute from 0 to 59
    109 ImageModificationTime/second=The second from 0 to 60 (60 = leap second)
    110 
    111 Text=Text information
    112 TextEntry=A text entry
    113 TextEntry/keyword=A keyword associated with the text entry
    114 TextEntry/value=the text entry
    115 TextEntry/language=The language of the text
    116 TextEntry/encoding=The encoding of the text
    117 TextEntry/compression=The method used to compress the text
    118 
    119 Transparency=Transparency information
    120 Alpha=The type of alpha information contained in the image
    121 Alpha/value=The type of alpha information contained in the image
    122 TransparentIndex=A palette index to be treated as transparent
    123 TransparentIndex/value=A palette index to be treated as transparent
    124 TransparentColor=An RGB color to be treated as transparent
    125 TransparentColor/value=An RGB color to be treated as transparent
    126 TileTransparencies=A list of completely transparent tiles
    127 TransparentTile=The index of a completely transparent tile
    128 TransparentTile/x=The tile's X index
    129 TransparentTile/y=The tile's Y index
    130 TileOpacities=A list of completely opaque tiles
    131 OpaqueTile=The index of a completely opaque tile
    132 OpaqueTile/x=The tile's X index
    133 OpaqueTile/y=The tile's Y index
    134