Hi,
I am looking to convert to .png from binary formate image.
please help me on this case.
i am getting input image as in binary formate and i need to convet it to .png formate.
i am using this in webapi service.
thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Maen BadwanPosted Aug 16, 2018, 2:15 AM
You need first to load your raw image using the RasterCodecs.Load() method into a RasterImage object and handle the RasterCodecs.LoadInformation() event, which is triggered when calling the Load method.
https://www.leadtools.com/help/leadtools/v20/dh/co/rastercodecs-loadinformation.html
Jenith ThakkarPosted Jul 16, 2018, 7:40 AM