Poor thumbnail quality when the bitmap is set via Database.ThumbnailBitmap

Poor thumbnail quality when the bitmap is set via Database.ThumbnailBitmap

reuter.philipp
Enthusiast Enthusiast
354 Views
1 Reply
Message 1 of 2

Poor thumbnail quality when the bitmap is set via Database.ThumbnailBitmap

reuter.philipp
Enthusiast
Enthusiast

When I set the image with Application.DocumentManager.MdiActiveDocument.Database.ThumbnailBitmap = thumb;, no matter if I load it with bitmap thumb = new Bitmap("C:_size, _size); or with bitmap thumb = _doc.CapturePreviewImage(_size, _size);, the result is always the screenshot:

 

DWG.png

 

The .png saved with thumb.Save(imagePath, ImageFormat.Png);:

 

exported.png

 

And the Thumbnail with THUMBSIZE and "_QSAVE" run as command(All 3 have ~1024px as Size):

qsave.png

 

How to improve the poor thumbnail quality?

 

Greetings, Philipp

0 Likes
355 Views
1 Reply
Reply (1)
Message 2 of 2

R.Gerritsen4967
Advocate
Advocate
0 Likes