LEADTOOLS Support
General
General Questions
[Lead13][VB.NET]How to stream a picture in j2k
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
Groups: Registered
Posts: 3
Hi
i have a problem
my enterprise gave me the leadtool suite version 13
i have created a website in VB.NET and i have to stream j2k picture from a database to my website
but i don't know how to do that
my questions are :
- which DLL have i to register?
- how can i "decode/stream" the picture (bitmapdatapath? base64decode? Binarywrite?)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Thank you for contacting LEADTOOLS. I believe you are trying to display the images in the client's browser using an IMG tag If this is the case, you will need to have a page that loads the J2K image usign LEADTOOLS and saves a JPEG to a memory stream that you can return using Response.BinaryWrite()
To load the images, you can use the 'bitmapdatapath' or the 'loadarray' functions. If these are JPEG2000 images, you will need lfj2k13n.dll which also requires that you purchase or JPEG2000 Plug-in. To save the file to memory, you can use the 'savememory' function.
LEADTOOLS Support
General
General Questions
[Lead13][VB.NET]How to stream a picture in j2k
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.