Take to much time to load .ai file

Take to much time to load .ai file

Sample Code:
using (var image = (AiImage)Aspose.PSD.Image.Load(new FileStream(@“example.ai”, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)))
{
Aspose.PSD.ImageOptions.TiffOptions tiffOptions = new Aspose.PSD.ImageOptions.TiffOptions(Aspose.PSD.FileFormats.Tiff.Enums.TiffExpectedFormat.TiffCcittFax4);
tiffOptions.ResolutionSettings = new Aspose.PSD.ResolutionSetting(300, 300);
image.Resize(2550, 3300);
image.Save(@“asm.tiff”, tiffOptions);
}

Required files: example.zip (2.4 MB)

@hemalp
Provided AI file is in the modern AI format, it’s PDF-based, we plan to add support of this formats in second half of 2023. Until it fixed you can use Aspose.PDF to read it and export to other format. It has basic functionality for it.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PSDNET-1643

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@hemalp
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PSDNET-1871

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Hello @Dmitriy.Sorokin

According to your Issue Status PSDNET-1643 (Closed), the issue has been fix or not ?

@hemalp it should be fixed partially. Process Time became less, but there are some more cases for optimization. The release notification will be when the Aspose.PSD for .NET will be published.