Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Tuesday, November 18, 2014 8:56:26 PM(UTC)

arg  
arg

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"
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Wednesday, November 19, 2014 4:40:57 AM(UTC)

mohamed  
mohamed

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.

LEAD Logo
 
#3 Posted : Wednesday, November 19, 2014 8:06:59 PM(UTC)

arg  
arg

Groups: Registered
Posts: 4


Thanks a lot :)
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.048 seconds.