We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Syncfusion has any control that support Jp2k format images?

Hi

Syncfusion has any control that support Jp2k  format images?


Thank you
Santhosh Devi

3 Replies

KJ Keerthana Jegannathan Syncfusion Team September 15, 2017 08:42 AM UTC

Hi Santhosh Devi,

Thank you for contacting Syncfusion support.

As you have requested for the control which support Jp2k format, can you share below details that will helps us analyze and provide the solution at earliest.

1)Type of the component in which need to use Jp2k image format

2)The way in which Jp2k image format is used in the component.

Based on your update, we will proceed further on this.

Regards,

Keerthana J



DE Devi September 15, 2017 09:10 AM UTC

Hi Keerthana,

We have an requirement to display Jpeg2000 image format inside our own Custom control to display image like gallery view.

As of now we are using system.Drawing.Image from .Net framework, but it doesnt support Jpeg2000 imageformat

So we are looking for the control which can able to display Jpeg2000 imageformat

As we are already sorted syncfusion chart and grid control, we are searching our requirements inside your controls

Thank you,

Santhosh Devi



DS Durgadevi Selvaraj Syncfusion Team September 18, 2017 03:19 PM UTC

Hi Devi, 
Thanks for your update. 
We would like to inform you that, we have exported chart as image by using RenderTargetBitmap and have a support for exporting with various image format(like JPEG 2000). we can set the code as like in the below, 
MainWindow.cs: 
  private void Button_Click(object sender, RoutedEventArgs e) 
        { 
            chart.Save("image.jpf"); 
            //chart.Save("image.jpx"); 
           // chart.Save("image.jp2); 
        } 
 
We have prepared a sample for exporting chart control and please find the sample from below link, 
Sample:Save_chart
 
Please find the exported chart image , 
Regards, 
Durgadevi S 


Loader.
Live Chat Icon For mobile
Up arrow icon