• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD 2010/2011/2012 DWG Format

    Reply
    New Member
    Posts: 2
    Registered: ‎08-29-2008

    Export Block Thumbnail Image to a *.jpg File

    490 Views, 3 Replies
    02-22-2010 09:41 PM
    Hi - does anyone know how to export all the blocks out of AutoCAD drawing into seperate *.jpg or *.bmp files. That is, create a seperate picture for each AutoCAD block in the drawing. This is to develop a offline picture library of all the AutoCAD blocks.

    Thanks,

    Mark
    Please use plain text.
    *Expert Elite*
    3wood
    Posts: 639
    Registered: ‎03-25-2009

    Re: Export Block Thumbnail Image to a *.jpg File

    02-22-2010 11:10 PM in reply to: MarkEnwiller
    Instead of export jpg files,
    you might want to try export all blocks out to a folder, then insert all blocks in that folder into a new file as a few organized lists.
    http://sites.google.com/site/cadkits/home/blockout
    http://sites.google.com/site/cadkits/home/listblocks
    Please use plain text.
    Mentor
    Posts: 914
    Registered: ‎04-11-2008

    Re: Export Block Thumbnail Image to a *.jpg File

    02-23-2010 12:14 AM in reply to: MarkEnwiller
    depending how clear you want the thumbnail images to be you could use the thumbnails of the blocks from the design center
    Please use plain text.
    *Terry W. Dotson

    Re: Export Block Thumbnail Image to a *.jpg File

    02-23-2010 05:37 AM in reply to: MarkEnwiller
    On 2/23/2010 12:41 AM, MarkEnwiller wrote:

    > Hi - does anyone know how to export all the blocks out of AutoCAD
    > drawing into seperate *.jpg or *.bmp files. That is, create a
    > seperate picture for each AutoCAD block in the drawing. This is to
    > develop a offline picture library of all the AutoCAD blocks.

    Using stock AutoCAD you can use BEDIT to open the block, then use the
    PNGOUT command to make your bitmap. Note that JPG is a lossy format
    that works great for photos but is NOT recommended for linework. BMPOUT
    will work but makes huge files.

    We have completed some automation in this area for a future product. If
    you are interested, email dotson [at] dotsoft [dot] com.

    Terry
    --
    Never start any job without the right tools!
    AutoCAD Add-on Tools at http://www.dotsoft.com
    Please use plain text.