Image saving failed. EPS to PNG

Hi,

I am trying to convert eps to png but it is throwing an exception - Image saving failed, Can you please look into this.

    string input = @"C:\Users\ams2889\Pictures\Input.eps";
	
	using (var image = Aspose.Imaging.Image.Load(input))
    {
      var exportOptions = new PngOptions();
      VectorRasterizationOptions rasterizationOptions = new EpsRasterizationOptions();
      rasterizationOptions.PageWidth = image.Width;
      rasterizationOptions.PageHeight = image.Height;
      exportOptions.VectorRasterizationOptions = rasterizationOptions;
      image.Save("output.png", exportOptions);
    }

Aspose.Imaging, Version=24.3.0.0

Input.zip (6.2 MB)

@amolm
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): IMAGINGNET-7009

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.

Hi @Denis.Sitko

Thanks for your reply.
Please let me know once this issue is fixed

Thanks,

Hi @Denis.Sitko
Can you please update me?

Hello, @amolm , it is likely to enter the next 24.05 release or 24.06 in cases of any difficulties during the release process.