Image is not generated properly

generating a very large image 54k x 9k size, setting the background of the image to be white, but only 60% of the image is background color white, the other part is transparent, here’s the sample code:

License oLic = new License();
oLic.SetLicense(“Aspose.Total.lic”);

    Bitmap oImage = new Bitmap(54897, 9500, System.Drawing.Imaging.PixelFormat.Gdi);
    Graphics g = Graphics.FromImage(oImage);
    g.SmoothingMode = SmoothingMode.HighQuality;
    g.Clear(Color.White);


    oImage.Save(@"c:\temp\dw.png");

image.png (2.2 KB)

@dileepawijay,

Thanks for the details and sample image.

We reproduced the issue as you mentioned after an initial test. 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): DRAWINGNET-1267

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.

This issue shows resolved, we took the latest nuget and tested it, but the issue is not resolved, please create an image that is 54000 x 9500 pixels, and set the background to white, you will see only half the image is white.

@dileepawijay,

Yes, as per the Release notes document of the new version, your ticket was not mentioned. Hopefully, the fix will be included in the next version.

when is the next version available this is a critical bug in the product

@dileepawijay,

We will share our schedule/plan for publishing supported version. We will get back to you soon.