Page 1 of 1

Points rendering very thick with dwg2bmp

Posted: Wed Jun 05, 2019 2:21 am
by garciadelcastillo
Hi there!

Posting here because I just noticed that dwg2bmp is rendering points on the drawing as very thick circles:
test_file_points_clean.png
test_file_points_clean.png (264.39 KiB) Viewed 5338 times
Notice the two black circles where it says "RECIBIDOR" and all the black spot on the tree block.

I believe all the points in the file have min line weights set by a previous script, not sure if this is a problem with the point properties in the file, or something that dwg2bmp is skipping...

Posting the original dwg file as attachment.

Converting the file like this:

Code: Select all

dwg2bmp.bat -background=white -width=1024 -height=1024 -force -antialiasing -monochrome -color-correction -zoom-all -no-weight-margin -o .\test_file_points_clean.png .\test_file_points_clean.dwg
Thanks a lot!

Re: Points rendering very thick with dwg2bmp

Posted: Wed Jun 05, 2019 9:38 am
by andrew
Thanks for your report. Bug report at:
https://qcad.org/bugtracker/index.php?d ... sk_id=1894

The problem is related to PDSIZE being set to 0 which means "5% of drawing area height".

Re: Points rendering very thick with dwg2bmp

Posted: Wed Jun 05, 2019 1:54 pm
by garciadelcastillo
Wonderful, thank you Andrew!