We got so much error log like this convert.exe: Unknown field with tag 293 (0x125) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/857.in stdErrResultconvertroot try. This error related to ImageToolbox plugin
and here is the detail of the error:
convert.exe: Unknown field with tag 293 (0x125) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/857.in stdErrResultconvertroot try at ssBidMart_Core.RssExtensionImageToolbox.MssConvert(HeContext heContext, Byte[] inParamSourceContent, String inParamOptions, Byte[]& outParamNewContent) at ssBidMart_Core.Actions.ActionConvertImage(HeContext heContext, Byte[] inParamOriginalImage, String inParamOption, Byte[]& outParamConvertedImage) at ssUnit_API.RsseSpaceBidMart_Core.MssConvertImage(HeContext heContext, Byte[] inParamOriginalImage, String inParamOption, Byte[]& outParamConvertedImage) at ssUnit_API.CsRESTExpose.CsUnitPicture.CsUnitPictureControllerFlows.FlowUnitPictureActionUnit_Picture(HeContext heContext, STunit_pictureStructure inParaminput, String inParamAPIKey, STresponAPIStructure& outParamstatus)
We never use TIFF Image in our application, but we got this error. Please help us. Thankyou
Hi Julia,
The stack trace shows the error is in the Convert() action of the Extension, which is called from the ConvertImage Action of the BldMart_Core Module. So if you're not using TIFF, than probably you're passing parameters that make the Extension thing you want something converted to TIFF?