📄 diagnctxt.cpp
字号:
"Unknown marker was found in main header of codestream box. " "Decoder will try to ignore unknown marker and continue decoding.");TXT_DJP2CS_WARN(MainHeaderExtraCOD, "Extra COD marker was found in main header of codestream box. " "Decoder will try to ignore all previous COD markers and continue decoding.");TXT_DJP2CS_WARN(MainHeaderExtraQCD, "Extra QCD marker was found in main header of codestream box. " "Decoder will try to ignore all previous QCD markers and continue decoding.");TXT_DJP2CS_WARN(MainHeaderExtraCOC, "Extra QCD marker was found in main header of codestream box. " "Decoder will try to ignore all previous QCD markers and continue decoding.");TXT_DJP2CS_WARN(MainHeaderExtraQCC, "Extra QCC marker was found in main header of codestream box. " "Decoder will try to ignore all previous QCC markers and continue decoding.");TXT_DJP2CS_WARN(MainHeaderExtraPOC, "Extra POC marker was found in main header of codestream box. " "Decoder will try to ignore all previous POC markers and continue decoding.");TXT_DJP2CS_WARN(MainHeaderOnlyInCodestream, "Only main header was found in codestream box. " "It's a degenerated instance of codestream.");TXT_DJP2CS_WARN(TilePartHeaderUnknownMarker, "Unknown marker was found in tile-part header of codestream box. " "Decoder will try to ignore unknown marker and continue decoding.");TXT_DJP2CS_WARN(TilePartHeaderExtraCOD, "Extra COD marker was found in tile-part header of codestream box. " "Decoder will try to ignore all previous COD markers and continue decoding.");TXT_DJP2CS_WARN(TilePartHeaderExtraQCD, "Extra QCD marker was found in tile-part header of codestream box. " "Decoder will try to ignore all previous QCD markers and continue decoding.");TXT_DJP2CS_WARN(TilePartHeaderExtraCOC, "Extra QCD marker was found in tile-part header of codestream box. " "Decoder will try to ignore all previous QCD markers and continue decoding.");TXT_DJP2CS_WARN(TilePartHeaderExtraQCC, "Extra QCC marker was found in tile-part header of codestream box. " "Decoder will try to ignore all previous QCC markers and continue decoding.");TXT_DJP2CS_WARN(TilePartHeaderExtraPOC, "Extra POC marker was found in tile-part header of codestream box. " "Decoder will try to ignore all previous POC markers and continue decoding.");TXT_DJP2CS_WARN(ActualMarkerLengthBelowSpecified, "Some of the markers has actual length less then specified " "in marker length field. " "Decoder will try to ignore marker body padding and continue decoding. " "But it can be a damage in marker length field and in that case the " "successful decoding will be impossible.");TXT_DJP2CS_WARN(SpecifiedMarkerLengthExceedContainerTail, "The length specified for some of the markers exceeds tail space " "available in its container." "Decoder will try to ignore and continue decoding use available marker body. " "But the data damage can be so that successful decoding will be impossible.");TXT_DJP2CS_WARN(TLMUsed, "TLM marker was found in the codestream. " "TLM marker is positioning marker. The current implementation " "does not support random access to stream. But sequential decoding is possible " "in any case. " "So decoder will ignore this marker and continue decoding.");TXT_DJP2CS_WARN(PLMUsed, "PLM marker was found in the codestream. " "PLM marker is positioning marker. The current implementation " "does not support random access to stream. But sequential decoding is possible " "in any case. " "So decoder will ignore this marker and continue decoding.");TXT_DJP2CS_WARN(CRGUsed, "CRG marker was found in the codestream. " "CRG marker is 'center of mass' of component's samples. " "Decoder will ignore all the data in this marker.");TXT_DJP2CS_WARN(COMUsed, "COM marker was found in the codestream. " "COM marker is comment marker. " "Decoder will ignore all the data in this marker.");TXT_DJP2CS_WARN(PLTUsed, "PLT marker was found in the codestream. " "PLT marker is positioning marker. The current implementation " "does not support random access to stream. But sequential decoding is possible " "in any case. " "So decoder will ignore this marker and continue decoding.");TXT_DJP2CS_WARN(SOTTilePartIndexMismatch, "Tile-part index in SOT marker does not follow to contiguous order. " "Decoder will ignore tile-part index in SOT marker and will try " "to use index in contiguous order.");TXT_DJP2CS_WARN(SOTNOfTilePartsMismatch, "Different values for number of tile-parts specified in SOT marker " "for the same tile. " "Decoder will try to use the lagest one and continue decoding.");TXT_DJP2CS_WARN(SOTTilePartLengthLessHeaderSize, "The value for length of tile-part specified in SOT marker " "less then even tile-part header length. " "Decoder will try to ignore and continue decoding.");TXT_DJP2CS_WARN(SOTTilePartLengthLessActualLength, "The value for length of tile-part specified in SOT marker " "less then tile-part length required by specified coding progression. " "Decoder will try to use available data only and continue decoding.");TXT_DJP2CS_WARN(SOTTilePartLengthExceedActualLength, "The value for length of tile-part specified in SOT marker " "exceed tile-part length required by specified coding progression. " "Decoder will try to ignore padding and continue decoding.");TXT_DJP2CS_WARN(ActualNOfTilePartsExceedSpecifiedInSOT, "Actual number of tile-parts exceeds specified in SOT marker " "for the same tile (specified by index in SOT marker). " "Decoder will try to ignore SOT value for number of tile-parts " "and continue decoding.");TXT_DJP2CS_WARN(CodeStreamBodyUnknownMarker, "Unknown marker was found in the codestream box body. " "Decoder will try to ignore unknown marker and continue decoding.");TXT_DJP2FILE_WARN(UnknownBox, "Unknown box was found in the file stream body. " "Decoder will try to ignore unknown box and continue decoding.");TXT_DJP2FILE_WARN(UnexpectedBoxIsIgnored, "Some box was ignored because it is unknown not supported " "or unexpected (found not in the right place)");TXT_DJP2FILE_WARN(NonZeroFileTypeBoxMinorVersion, "Minor version field in FileType box is not equal zero.");TXT_DJP2FILE_WARN(NOfComponentsMismatchImageHeaderAndCodestreamBoxes, "Number of components specified in image header box " "and in codestream boxes are different. " "Decoder will try to ignore and continue decoding.");TXT_DJP2FILE_WARN(ImageSizeMismatchImageHeaderAndCodestreamBoxes, "Image size specified in image header box " "and in codestream boxes are different. " "Decoder will try to ignore and continue decoding.");TXT_DJP2FILE_WARN(BitsPerCompMismatchImageHeaderAndCodestreamBoxes, "Bits per component specified in image header box " "and in codestream boxes are different. " "Decoder will try to ignore and continue decoding.");TXT_DJP2FILE_WARN(BitsPerCompMismatchCSMainHeaderAndBitsPerCompBoxes, "Bits per component value specified in main header of codestream box " "and another one specified in bits per component boxes are different. " "Decoder will try to ignore and continue decoding.");TXT_DJP2MARKER_WARN(CODOrCOCZeroPrecStepOrderWidth, "Zero precinct width step order is specified in COD or COC marker " "for non the most coarse resolution level. It doesn't allowed by standard. " "Decoder will try to ignore and continue decoding.");TXT_DJP2MARKER_WARN(CODOrCOCZeroPrecStepOrderHeight, "Zero precinct height step order is specified in COD or COC marker " "for non the most coarse resolution level. It doesn't allowed by standard. " "Decoder will try to ignore and continue decoding.");TXT_DJP2MARKER_WARN(CODOrCOCOrPOCZeroNOfLayers, "Zero number of layers is specified in COD or COC or POC marker. " "It means that there is no actual data for any layer. " "Decoder will try to ignore and continue decoding.");TXT_DJP2MARKER_WARN(UnknonwRsiz, "Unknown capabilities was denoted in SIZ marker. " "Decoder will try to ignore.");TXT_DJP2MARKER_WARN(SIZTileGridOriginGreaterImageOrigin, "According to data specified in SIZ marker " "tile grid origin is greater then image origin in reference grid. " "It does not strictly handled by the standard. " "But decoder will try to handle it in appropriate way.");TXT_DJP2MARKER_WARN(SIZBitDepthExceedBounds, "Bit depth specified in SIZ marker " "exceed 38 bit limit defined by standard. " "Decoder will try to ignore and continue decoding.");TXT_DJP2MARKER_WARN(UnknownMCTUsage, "Unknown multichannel component transformation (MCT) is specified in COD marker. " "Decoder will try do not use MCT.");TXT_DPH_WARN(DPHBadPacketHeaderPadding, "Bad packet header bits padding was found. " "The bitstream is corrupted or incorrect. " "Decoder will try to ignore and continue decoding.");TXT_DPNM_WARN(WrongPNMMagicNumber, "PNM magic number is not corresponding to file extension. " "PNM decoder will try to continue decoding following magic number.");TXT_EDIB_WARN(EDIBCoreInfoStylePelsPerMeterLoss, "Actual pixels per meter resolution information will be lost " "during converting to DIB format in version with 'core' info header.");TXT_EDIB_WARN(EDIBCoreInfoStyleOrientationLoss, "The image data orientation will be lost " "during converting to DIB format in version with 'core' info header." "because all of such bitmaps are considered as 'bottom left' only.");TXT_EDIB_WARN(EDIBCoreInfoStyleNOfPaletteEntriesMismatch, "The actual exact information about palette will be lost " "during converting to DIB format in version with 'core' info header " "because all of such bitmaps have 'fixed' " "(and different from actual palette data) number of palette entries.");TXT_MEDIB_WARN(MEDIBBitDepthBelowAllowable, "Bit depth specified for actual image data " "exceeds allowable in DIB image data. " "Codec will try to scale values and continue decoding. ");TXT_MEDIB_WARN(MEDIBBitDepthExceedAllowable, "Bit depth specified for actual image data " "exceeds allowable in DIB image data. " "Codec will try to scale values and continue decoding. " "The image data loss is possible.");TXT_MEDIB_WARN(MEDIBBitDepthIsSigned, "Signed format specified for actual image data. " "DIB image data does not support signed format. " "Codec will try to offset values and continue decoding. ");TXT_MEDIB_WARN(MEDIBNOfComponentsIsNotAllowed, "Number of components specified for actual image data " "is not allowed for DIB image data format. " "Codec does not generate DIB file for this codestream and continue decoding. ");TXT_MEDIB_WARN(MEDIBPaletteNOfEntriesExceedAllowable, "Number of pallete entires specified in actual palette " "exceed allowable in DIB palette. " "Codec will try to ignore and continue decoding. " "The palette data loss is possible.");TXT_MEDIB_WARN(MEDIBPaletteBitDepthExceedAllowable, "Bit depth specified in actual palette " "exceed allowable in DIB palette. " "Codec will try to scale values and continue decoding. " "The palette data loss is possible.");TXT_MEDIB_WARN(MEDIBPaletteBitDepthBelowAllowable, "Bit depth specified in actual palette " "below allowable in DIB palette. " "Codec will try to scale values and continue decoding. ");TXT_MEDIB_WARN(MEDIBPaletteBitDepthIsSigned, "Signed format specified in actual palette. " "DIB palette does not support signed format. " "Codec will try to offset values and continue decoding. ");TXT_MEDIB_WARN(MEDIBPaletteNOfComponentsIsNotAllowed, "Number of components specified in actual palette " "does not supported in DIB (only 1 or 3 componenent data compatible). " "Codec will try to ignore and continue decoding. " "The palette data loss is possible.");TXT_MEDIB_WARN(MEDIBPaletteCnvrtToNonPalette, "There is no possibility to keep actual palette " "as DIB palette in direct conversion. " "Codec will try to use actual palette data to convert image data on its own. " "The palette data loss is possible.");TXT_MEDIB_WARN(MEDIBCaptureResolutionLoss, "Capture resolution values specified for actual image data " "will be lost during converting to DIB. " "Codec will try to ignore and continue decoding. ");TXT_MEDIB_WARN(MEDIBDisplayResolutionLoss, "Display resolution values specified for actual image data " "will be lost during converting to DIB. " "Codec will try to ignore and continue decoding. ");TXT_MEDIB_WARN(MEDIBDefaultResolutionIsUsed, "There are no resolution values specified for actual image data. " "Default resolution (3780 dot per meter or ~96 dpi) will be used for DIB. ");TXT_MEDIB_WARN(MEDIBAveragingOfComponents, "There is no possibility to save all channels of actual image data in DIB format. " "Codec will try to use averaging. ");TXT_MEPNM_WARN(MEPNMAveragingOfComponents, "There is no possibility to save all channels of actual image data in PNM format. " "Codec will try to use averaging. ");TXT_MEPNM_WARN(MEPNMBitDepthExceedAllowableForPNM, "Bit depth specified for actual image data " "exceeds allowable in PNM image data. " "Codec will try to scale values and continue decoding. " "The image data loss is possible.");TXT_MEPNM_WARN(MEPNMNOfComponentsIsNotAllowed, "Number of components specified for actual image data " "is not allowed for PNM image data format. " "Some image data will be lost");FMT_CMDOPTIONSQUANT_WARN(DangerDelta, "You specify quantization step is %lg that less then 1.0.\n" "This situation is allowed by JPEG 2000 standard.\n" "However dinamic range of wavelet components will be\n" "increased in this case, so data clipping can be produced\n" "during encoding or decoding.\n" "This implementation have some (but limited) reserve.\n" "32 integer bits (including sign bit) is used for\n" "storing quantized wavelet component data.\n" "It is enough in many cases.\n"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -