PDA

View Full Version : Improve image quality of block library slides



Wish List System
2022-04-07, 03:15 PM
Summary: Improve readability of slides in a library.

Description: The slide library images in block libraries throughout Autodesk's history have always been blurry and unreadable. The fix (read: work around) is to remove lines and text within the file you're going to use so they are clearer. You would think with today's technology we could get slides that aren't blurry and unreadable.
This has been an issue since slide libraries were introduced (yes, I'm that old).

My wish is to see image quality of slides for block libraries improved.

Product and Feature: AutoCAD - Blocks

Submitted By: jlogan02 on 04/07/2022

Tom Beauford
2022-04-08, 12:02 PM
There are a number of much easier ways to manage and add blocks now than block libraries.

I keep all our Typical blocks in a drawing called Typicals. With this BLOCKSPALETTE (https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-77C0C748-2152-476D-BC78-A7FB193D7330) (Command) macro anyone I work with can pick and insert whatever typicals they need.

^C^C-blocknavigate;"G:/ENGDESGN/BeaufordT/Blocks/Typicals/Typicals.dwg";_blockspalette
Building, adding or modifying the blocks in a drawing is a piece of cake, doesn't require rebuilding a library and displays the blocks exactly how they will appear when inserted, much better than you ever could with a block library.

Another method that's been around a while is using the ADCNAVIGATE (https://help.autodesk.com/view/ACD/2023/ENU/?guid=GUID-FE421165-22DD-4030-AEC1-2A5B0934326A) (Command) in a macro.
I have a drawing with blocks of all the MUTCD road sign blocks. This macro displays all those sign blocks in Design Center with their names.

^C^C^P(command "adcnavigate" "G:/ENGDESGN/BeaufordT/Blocks/MUTCD.dwg")

Tool Palettes are another way to handle this we didn't have for much of AutoCAD's history.

I taught an ATP class here on AUGI on Customization that covered creating block libraries back in 2003. Before AutoCAD was upgraded to 32 bit there was a download that made creating and editing block libraries easy. Haven't used them in years though.

AutoCAD really does improve with every version. Embrace all the upgrades they've made to the interface, don't become a dinosaur.

dotson
2022-04-09, 03:28 PM
The AutoCAD .SLD File Format is a documented decimal vector based format. The quality problems you are perceiving may be caused by the lack of a regen or a small viewport before creation using the MSLIDE command. Also, many times .SLD files are displayed in small tiles in DCL dialog boxes making it appear to have low quality. The main thing is that the .SLD format is not to blame.

More importantly users have all but abandoned SLD in favor of bitmap images for previews, etc. Even though the images are truly choppy when displayed in small tiles, they are the new normal. We're actually fortunate that Autodesk hasn't abandoned .SLD and they certainly are not likely to improve on it.