imagingmodules/jp2kcodec/Data/101F862D_extra.rss
changeset 0 469c91dae73b
equal deleted inserted replaced
-1:000000000000 0:469c91dae73b
       
     1 /*
       
     2 * Copyright (c) 2003, 2004 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Extra resource file for JPEG2000 codec.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 STRUCT DECODER_INFO
       
    20     {
       
    21     LTEXT   decoder_name;
       
    22     LTEXT   image_format;
       
    23     LTEXT   image_dimensions;
       
    24     LTEXT   image_depth[];
       
    25     LTEXT   image_details[];
       
    26     }
       
    27 
       
    28 RESOURCE DECODER_INFO theDecoderInfo
       
    29     {
       
    30     decoder_name = "Decoder: Jp2 decoder V1.0";
       
    31     image_format = "Format: Jp2/J2k";
       
    32     image_dimensions = "Dimensions: %dx%d pixels";
       
    33     image_depth = {"Depth: %dbpp b&w", "Depth: %dbpp colour"};
       
    34     image_details = {"Details: Profile 1", "Details: CClass 1"};
       
    35     }