Changes between Version 2 and Version 3 of FDORfc10
- Timestamp:
- 08/23/07 03:10:02 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc10
v2 v3 27 27 28 28 Currently, WMS Provider supports four image formats: image/png, image/jpg, image/tif, image/gif. They are defined as: 29 30 {{{ 29 31 enum FdoWmsOvFormatType{ 30 32 … … 34 36 FdoWmsOvFormatType_Gif 35 37 }; 38 }}} 36 39 37 40 This enhancement will support additional parameters and bit-depth variations such as: 38 41 42 {{{ 39 43 image/png; PhotometricInterpretation=PaletteColor 40 44 image/png; PhotometricInterpretation=RGB 41 45 image/png; mode=24bit 42 46 }}} 43 47 44 48 == Proposed Solution ==