Output from DWG to PNG conversion is very pixelated in .NET

Converting one of the attached files to PNG using GroupDocs Conversion 24.2, results in a very pixelated image.
AutoCAD Pixelated.zip (607.4 KB)

Even with high resolution or DPI the result is not usable:
image.png (79.5 KB)

I used that code for conversion:

        using (var conv = new Conv.Converter(documentPath))
        {
            var imgOptions = new ImageConvertOptions()
            {
                Format = ImageFileType.Png,
                Width = 2000
            };

            Func<int, Stream> getPageStream = page => new FileStream(string.Format("Conversion{0}.png", page), FileMode.Create);
            conv.Convert(getPageStream, imgOptions);
        }
1 Like

@Clemens_Pestuka
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): CONVERSIONNET-6746

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.

1 Like

The issues you have found earlier (filed as CONVERSIONNET-6746) have been fixed in this update. This message was posted using Bugs notification tool by nikola.yankov