📄 diagnctxt.cpp
字号:
"But some decoders may have less dinamic range,\n" "so at least you should care about appropriate decoder.");FMT_CMDOPTIONSQUANT_WARN(WrongDelta, "Derived quantization step reduced to %lg");TXT_MEMORY_EXCEPT(faultMalloc, "Memory allocation failure.\n" "There is no sufficient memory resource in the system.")TXT_DPNM_EXCEPT(WrongPNMMagicNumberException, "Wrong magic number.\n" "PNM image file must start with the magic string.\n" "\"P4\" (\"P1\") for PBM\n" "\"P5\" (\"P2\") for PGM\n" "\"P6\" (\"P3\") for PPM")TXT_DJP2MARKER_EXCEPT(NegativeBodyLen, "Negative length of marker body was found.")TXT_DJP2MARKER_EXCEPT(SIZGeometryTooLage, "One of the geometrical parameters " "(tile size or tile offset or image size or image offset in reference grid) " "defined for image in SIZ marker is greater than 2147483647. " "At the moment decoder can't deal with such a big numbers.")TXT_DJP2MARKER_EXCEPT(SIZImageNeagativeSize, "Negative image size (width or height).")TXT_DJP2MARKER_EXCEPT(BadCODProgressionOrder, "Unknown progression order is specified in COD marker.(SGcodA parameter).")TXT_DJP2MARKER_EXCEPT(BadCODOrCOCNumberOfDecompositionLevels, "Number of wavelet decomposition levels specified in COD or COC marker " "exceeds limit allowed by standard (32).")TXT_DJP2MARKER_EXCEPT(BadCODOrCOCCodeBlockWidth, "Code block width specified COD or COC marker exceeds limit allowed by standard (1024).")TXT_DJP2MARKER_EXCEPT(BadCODOrCOCCodeBlockHeight, "Code block height specified COD or COC marker exceeds limit allowed by standard (1024).")TXT_DJP2MARKER_EXCEPT(BadCODOrCOCTransformationType, "Unknown wavelet transformation specified in COD or COC marker.")TXT_DJP2MARKER_EXCEPT(POCResLevelIndexExceedBound, "Resolution level index in POC marker greater than maximal allowed by standard (33).")TXT_DJP2MARKER_EXCEPT(POCCompIndexExceedNOfComponents, "Cmponent index in POC marker greater than or equal to the number of components.")TXT_DJP2MARKER_EXCEPT(POCInverseResLevelProgr, "Inverse order specified in POC marker for progression of resolution levels.")TXT_DJP2MARKER_EXCEPT(POCInverseCompProgr, "Inverse order specified in POC marker for progression of components.")TXT_DJP2FILE_EXCEPT(signatureBoxNotFound, "JPEG2000 Signature box was not found in begin of file stream.")TXT_DJP2FILE_EXCEPT(signatureBoxNotRight, "Signature box isn't right.")TXT_DJP2FILE_EXCEPT(fileTypeBoxNotFound, "File Type box was not found after JPEG2000 Signature box.")TXT_DJP2FILE_EXCEPT(fileTypeBoxJP2Incompatible, "FileType box is incompatible with JP2 mode.")TXT_DJP2FILE_EXCEPT(headerBoxNotFound, "JP2 Header Super box was not found before Codestream box.")TXT_DJP2CSUNSUPP_EXCEPT(SOPStyleUsed, "The mode when SOP marker could be present in stream was used during compression.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(EPHStyleUsed, "The mode when EPH marker could be present in stream was used during compression.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(PPMUsed, "PPM marker was used during compression.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(PPTUsed, "PPT marker was used during compression.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(RGNUsed, "RGN (roi coding) marker was used during compression.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(POCUsed, "POC (progression order change) marker was used during compression.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(badCodeblockSize, "Not supported codeblock subdivision size was used during compression.\n" "Only 64x64 codeblocks subbdivision supported.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(badCodeblockStyle, "Not supported codeblock style was used during compression.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(signedComponent, "Signed interpretation of color components not supported.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(isNotEnumeratedColourspace, "The method used in Colour Specification box " "to define the colourspace of the decompressed image is not supported.\n" "At the moment only 'Enumerated Colourspace' method is supported.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(cmapNotSupportedNOfChannels, "The number of channels specified in Component Mapping box is not supported.\n" "At the moment only 3-channel palettized images is supported.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(cmapChannelDirectUse, "At least one channel in Component Mapping box specified for direct use.\n" "At the moment only imges with all channels used through palette is supported.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(cmapBadComponentNumber, "Bad number for component that is mapped to one from channels in Component Mapping box.\n" "At the moment 3-channels RGB palette is supported only for 1-component images.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(cmapBadPaletteComponentIndex, "Bad palette component index was used in Component Mapping box.\n" "At the moment 3-channels RGB palette is supported.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(pclrBadNOfPaletteEntries, "Bad number of palette entries was found in Palette box.\n" "At the moment maximum 256 entries are supported for 3-channels RGB palette.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(pclrBadNOfPaletteChannels, "Bad number of palette channels was found in Palette box.\n" "At the moment only 3-channels RGB palette is supported.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")TXT_DJP2CSUNSUPP_EXCEPT(pclrBadPaletteBitDepth, "Bad bit depth for palette channels was found in Palette box.\n" "At the moment only 3-channels RGB unsigned 8-bit palette is supported.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")#ifdef XSCALETXT_DJP2CSUNSUPP_EXCEPT(mctIsResampled, "Resampled multicomponent color transforms are not supported.\n" "The reason is unsupported decoding mode.\n" "In cause of doubt, please, contact the program developers.")#endifTXT_DJP2CS_EXCEPT(SOTTileIndexExceedNOfTiles, "Tile index specified in SOT marker exceed number of tiles.")TXT_DJP2CS_EXCEPT(SOCNotFound, "SOC marker not found in begin of codestream.")TXT_DJP2CS_EXCEPT(SIZNotFound, "SIZ marker not found after SOC marker.")TXT_DJP2CS_EXCEPT(COCIndexExceedNOfComponents, "Component index in COC marker greater than or equal to the number of components.")TXT_DJP2CS_EXCEPT(QCCIndexExceedNOfComponents, "Component index in QCC marker greater than or equal to the number of components.")TXT_DJP2CS_EXCEPT(CODNotFound, "COD marker not found in Main Header.")TXT_DJP2CS_EXCEPT(QCDNotFound, "QCD marker not found in Main Header.")TXT_DJP2CS_EXCEPT(OCDOrQCCLackOfQuantValues, "QCD or QCC marker does not provide sufficient quantization parameters.")TXT_DJP2BOX_EXCEPT(boxOfUnknownType, "Box of unknown (not defined in standard) type was found.")TXT_DJP2BOX_EXCEPT(badLBoxValue, "Not acceptable value for LBox (Box Length) was found.")TXT_DJP2BOX_EXCEPT(badXLBoxValue, "Not acceptable value for XLBox (Box Extended Length) was found.")TXT_DJP2BOX_EXCEPT(tooLongBoxLen, "Too long box length was specified. Box of length more then 4 gigabyte is not supported")TXT_DJP2BOX_EXCEPT(imageHeaderBoxNotFound, "Image Header box was not found.")TXT_DJP2BOX_EXCEPT(imageHeaderBoxSize, "Heigth or width field in Image Header box is less than 1.")TXT_DJP2BOX_EXCEPT(imageHeaderBoxComponentNumber, "Number of components in Image Header box is less than 1.")TXT_DJP2BOX_EXCEPT(imageHeaderBoxCompressionType, "Compression type in Image Header box is not equal 7.")TXT_DJP2BOX_EXCEPT(imageHeaderBoxIntellectualProperty, "Intellectual property field in Image Header box is more than 1.")TXT_DDIB_EXCEPT(DataDamage, "There is a damge in the bitmap data or this file is not a bitmap file.")TXT_DDIB_EXCEPT(NotSupportedBitCount, "The bitmap data has not supported bit depth.\n" "At the moment this program support only 24-bit and 8-bit depth bitmap images.")TXT_DDIB_EXCEPT(NotSupportedCompression, "The bitmap data is compressed.\n" "At the moment this program does not support any (RLE or other) compression.")TXT_CMDOPTIONS_EXCEPT(cannotParseCmdLine, "Cannot parse command line, please check selected options.\n" "Please, use -h key for help.")TXT_CMDOPTIONS_EXCEPT(srcFileNameIsAbsent, "You should specify input file name.\n" "Please, use -h key for help.")TXT_CMDOPTIONS_EXCEPT(wlevExceedBounds, "-wtlev value exceed bounds (it must be > 0).")TXT_CMDOPTIONS_EXCEPT(ratioExceedBounds, "-ratio value exceed bounds (it must be >= 0).")TXT_CMDOPTIONS_EXCEPT(srcFileHasUnknownExtension, "source file has unknown extension.")TXT_CMDOPTIONS_EXCEPT(dstFileHasUnknownExtension, "destination file has unknown extension.")TXT_CMDOPTIONS_EXCEPT(badGrayscaleMode, "Bad 'gray' (grayscale encoding mode) switch specified. \n" "The following values are valid: \n" " auto - to detect grayscale palette, \n" " force - to use grayscale encoding in any case, \n" " never - always save palette information in jp2 file.")TXT_CMDOPTIONS_EXCEPT(badWTMode, "Bad 'wt' (wavelet transform encoding mode) switch specified. \n" "The following values are valid: \n" " wt53 - for reversible integer transform, \n" " wt97 - for irreversible float point transform. ")TXT_CMDOPTIONS_EXCEPT(incompatibleWT97AndLosslessMode, "Both wt97 irreversible float point wavelet transform\n" "and lossless mode (-ratio 0) were specified.\n" "Please, use different 'ratio' value or 'wt' mode.")TXT_CMDOPTIONS_EXCEPT(badPNMOutputMode, "Bad 'pnm' (output mode) switch specified.\n" "The following values are valid: \n" " binary - for binary output, \n" " plain - for ASCII output. ")TXT_BYTEINPUT_EXCEPT(noDataToRead, "There is no data to read from input stream.\n" "The reason is the data damage in the input file.\n" "In cause of doubt, please, contact the program developers.")TXT_DISPLAY_EXCEPT(cannotDisplayPixMap, "Cannot display decoded image.\n" "The reason is the fail of OS API function.\n" "In cause of doubt, please, contact the program developers.")TXT_TRANSCODING_EXCEPT(missingJP2Codestream, "There are no codestreams in JP2 files, so there are no actual image data to read.")#ifdef XSCALETXT_MEDIB_EXCEPT(compsAreResampledForDIB, "The resampling of components to store in DIB format are not supported.")TXT_MEPNM_EXCEPT(compsAreResampledForPNM, "The resampling of components to store in PNM format are not supported.")#endifFMT_FILE_EXCEPT(cannotOpen, "Cannot open \"%.800s\" file.")FMT_FILE_EXCEPT(cannotCreate, "Cannot create \"%.800s\" file.")FMT_FILE_EXCEPT(cannotOpenOrCreate, "Cannot open or create \"%.800s\" file.")FMT_MAPFILE_EXCEPT(cannotCreateMapping, "Cannot create \"%.800s\" file mapping.\n" "The reason is the fail of OS API function" "probably becouse of insufficient system resources.\n" "In cause of doubt, please, contact the program developers.")FMT_MAPFILE_EXCEPT(cannotMapView, "ERROR: Cannot map view of \"%.800s\" file.\n" "The reason is the fail of OS API function" "probably becouse of insufficient system resources.\n" "In cause of doubt, please, contact the program developers.")
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -