Save Image to TIFF with Compression

I know that i can save the image as:


using (MemoryStream inputStream = new MemoryStream(InputFile))
{
Aspose.Imaging.Image imgInput=Aspose.Imaging.Image.Load(inputStream);
using (MemoryStream outputStream = new MemoryStream())
{
imgInput.Save(outputStream, new Aspose.Imaging.SaveOptions.TiffSaveOptions());
}
        }</pre><pre style="font-family: Consolas; font-size: 13px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; background-position: initial initial; background-repeat: initial initial; "><br></pre><pre style="font-family: Consolas; font-size: 13px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; background-position: initial initial; background-repeat: initial initial; ">But how can i set my own compress (<span style="background-color: white; ">CCITT4)?</span></pre><pre style="font-family: Consolas; font-size: 13px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; background-position: initial initial; background-repeat: initial initial; "><span style="background-color: white; "><br></span></pre><pre style="font-family: Consolas; font-size: 13px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; background-position: initial initial; background-repeat: initial initial; "><span style="background-color: white; ">Thanks</span></pre><pre style="font-family: Consolas; font-size: 13px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; background-position: initial initial; background-repeat: initial initial; "><br></pre></div>

Hi,


Thank you for your interest in Aspose products.

I am afraid, at the moment you can not specify any parameters like Compression Mode while saving any image to Tiff file format. Although, you will be glad to know that we have already added this feature in our road map and we are working to provide it in our future release v1.3 or latter.

Once this feature is available, we will let you know here.

I am wondering the sameā€¦ mmm

Hi,


I have attached this thread to the appropriate ticket from our tracking system. You will be notified via this thread, once this feature is available. The ticket Id for reference is IMAGING-33119.

Regards,

The issues you have found earlier (filed as IMAGING-33119) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

The issues you have found earlier (filed as ) have been fixed in this Aspose.Words for JasperReports 18.3 update.