LEADTOOLS Support
General
General Questions
Error: CMP codec is needed to use this feature, Codecs Load()
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, November 18, 2014 8:56:26 PM(UTC)
Groups: Registered
Posts: 4
I saved a picture with byte[] in database.
I want to show this in RasterImageViewer.
var ms=new MemoryStream(bytes);
var img=codecs.Load(ms, 0, ms.Lenght);
but in Load, i get error "CMP codec is needed to use this feature"
#2
Posted
:
Wednesday, November 19, 2014 4:40:57 AM(UTC)
Groups: Registered, Tech Support
Posts: 179
It looks like you need to add the Leadtools.codecs.cmp.dll to your project.
Please read the following "files to be included" help topic for further help:
https://www.leadtools.com/help/leadtools/v18/dh/to/leadtools.topics~leadtools.topics.filestobeincludedwithyourapplication.html
Mohamed Abedallah
Developer Support Engineer
LEAD Technologies, Inc.
#3
Posted
:
Wednesday, November 19, 2014 8:06:59 PM(UTC)
Groups: Registered
Posts: 4
LEADTOOLS Support
General
General Questions
Error: CMP codec is needed to use this feature, Codecs Load()
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.