Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: How to use webimageviewer
Started by johnadvid at 10-25-2008 17:50. Topic has 11 replies.

Print Search « Previous Thread Next Thread »
  10-25-2008, 17:50
johnadvid is not online. Last active: 10/28/2008 12:26:40 AM johnadvid

Top 500 Posts
Joined on 10-25-2008
Posts 8
How to use webimageviewer
Reply Quote

protected void Page_Load(object sender, EventArgs e)

{

RasterCodecs.Startup();

WebImageViewer1.ImageUrl=("~\\Resources\\button.jpg");

}

I want to be able to display DICOM images.

Any help will be greatly appreciated.


   Report 
  10-26-2008, 9:46
Adam Boulad is not online. Last active: 1/6/2009 1:25:47 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 540
Re: How to use webimageviewer
Reply Quote
Have you tried the steps in the help topic "How to Run LEADTOOLS Web Demos"? If yes, what exactly is the problem? Can you provide more details?
Adam Boulad
LEADTOOLS Technical Support

   Report 
  10-27-2008, 19:45
johnadvid is not online. Last active: 10/28/2008 12:26:40 AM johnadvid

Top 500 Posts
Joined on 10-25-2008
Posts 8
Re: How to use webimageviewer
Reply Quote

I have ran the web demos.

 

I get a Error     Invalid File Format      When I run it.

 

Is it a Java Applet or a .Net conrol?

 


   Report 
  10-28-2008, 9:26
Adam Boulad is not online. Last active: 1/6/2009 1:25:47 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 540
Re: How to use webimageviewer
Reply Quote

Did you include the DLLs for the file format that you are trying to load? For example, if you want to load JPEG images, you must include the Leadtools.Codecs.Cmp.dll.
The WebImageViewer Class is a .NET control.


Adam Boulad
LEADTOOLS Technical Support

   Report 
  10-29-2008, 14:38
johnadvid is not online. Last active: 10/28/2008 12:26:40 AM johnadvid

Top 500 Posts
Joined on 10-25-2008
Posts 8
Re: How to use webimageviewer
Reply Quote
I have include all the dll's. Do you have an example of displaying a DICOM image in the webimageviewer control using C# asp.net?
   Report 
  10-30-2008, 10:06
Adam Boulad is not online. Last active: 1/6/2009 1:25:47 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 540
Re: How to use webimageviewer
Reply Quote
Dozens of formats that can be loaded using our RasterCodecs class can also be passed to WebImageViewer.ImageUrl and should load correctly. This includes DICOM files that contain image pixel data, provided you add our DICOM DLLs to the project assembly references at the server.
This means the same demo project shipped with our toolkit can be used with DICOM images, and you don't need a special code sample for that.
Adam Boulad
LEADTOOLS Technical Support

   Report 
  10-30-2008, 10:58
johnadvid is not online. Last active: 10/28/2008 12:26:40 AM johnadvid

Top 500 Posts
Joined on 10-25-2008
Posts 8
Re: How to use webimageviewer
Reply Quote
Which sample is that?
   Report 
  10-30-2008, 15:08
GregR is not online. Last active: 1/2/2009 9:03:27 AM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 1,811
Re: How to use webimageviewer
Reply Quote
<LEADTOOLS>\Examples\DotNet\CS\WebFormsDemo
Greg Ross
LEADTOOLS Technical Support
   Report 
  10-31-2008, 8:51
johnadvid is not online. Last active: 10/28/2008 12:26:40 AM johnadvid

Top 500 Posts
Joined on 10-25-2008
Posts 8
Re: How to use webimageviewer
Reply Quote

See that sample only shows single image display.

leadtools promotes the DICOM Web Viewer but never shows any sample code or help on developing such a thing.

I need to be able to play cine loops.


   Report 
  11-02-2008, 10:11
Adam Boulad is not online. Last active: 1/6/2009 1:25:47 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 540
Re: How to use webimageviewer
Reply Quote

Are you referring to the new LEADTOOLS Medical Web Viewer Framework Module?
If this is what you mean, did you download and install the Medical Web Viewer Framework Module?
If you have downloaded and installed the Medical Web Viewer Framework, you can find more information regarding this in the Cine mode in the MedicalWebViewer whitepaper.
Adam Boulad
LEADTOOLS Technical Support

   Report 
  11-07-2008, 9:55
johnadvid is not online. Last active: 10/28/2008 12:26:40 AM johnadvid

Top 500 Posts
Joined on 10-25-2008
Posts 8
Re: How to use webimageviewer
Reply Quote
I took a look at the white papers. But really doesn't show any information on how to integrate into asp.net.
   Report 
  11-09-2008, 10:23
Adam Boulad is not online. Last active: 1/6/2009 1:25:47 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 540
Re: How to use webimageviewer
Reply Quote
We currently have documentation for the classes and there's also the source code of the demos shipped with the Viewer Framework.
To be able to use and configure the demo, please see the README.doc file shipped with the setup. Also, the demo itself runs with ASP.NET. Have you tried the pre-built demo?
You will find it in the following directory:
[LEADTOOLS Medical Web Viewer Framework 16]\Demo\Medical Web Viewer Welcome Page
Adam Boulad
LEADTOOLS Technical Support

   Report 
Post
LEAD Support Fo... » General » Example Request... » Re: How to use webimageviewer

Powered by Community Server, by Telligent Systems