AutoCAD 2010/2011/2012 DWG Format
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Export Block Thumbnail Image to a *.jpg File
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Thanks,
Mark
Re: Export Block Thumbnail Image to a *.jpg File
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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/listbloc ks
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/listbloc
Re: Export Block Thumbnail Image to a *.jpg File
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
*Terry W. Dotson
Re: Export Block Thumbnail Image to a *.jpg File
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
> 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
