Inserting Images that last

Discussion in 'AutoCAD' started by Kirk_P, Feb 17, 2004.

  1. Kirk_P

    Kirk_P Guest

    I have a problem where I am programmatically inserting an image into a drawing (a company logo), but when someone external to our company views the drawing all that they see is the drawing path (no access to out network).

    Is there a way to imbed the image permanantly into the drawing to avoid these path issues?
     
    Kirk_P, Feb 17, 2004
    #1
  2. Wish there was. Best thing to do is include the picture file with the
    drawing file
    drawing (a company logo), but when someone external to our company views the
    drawing all that they see is the drawing path (no access to out network).
    these path issues?
     
    Frank Richarz, Feb 17, 2004
    #2
  3. Kirk_P

    John Crocco Guest

    Or make it a drawing block, and insert it as such.
     
    John Crocco, Feb 17, 2004
    #3
  4. Kirk_P

    dean_bourke Guest

    If the image is not accessible, that won't work either.
    Best thing to do is use eTransmit or Pack and Go for earlier versions. This way you avoid other problems with fonts etc as well.

    Dean
     
    dean_bourke, Feb 17, 2004
    #4
  5. Kirk_P

    Kirk_P Guest

    Thanks for the feedback so far. If I do a DXFOUT will that make any difference as far as holding the image in the drawing?
     
    Kirk_P, Feb 18, 2004
    #5
  6. Kirk_P

    TCEBob Guest

    No.

    However there are several graphics programs that will write to dxf. I
    use Konvertor http://www.logipole.com/indexe.html, a remarkable tour de
    force. The resulting dxf will consist of plines, connected as best the
    program can guess. If you have a weed routine you can reduce the number
    of nodes considerably. But it will still be pretty large.

    rs

    difference as far as holding the image in the drawing?
     
    TCEBob, Feb 18, 2004
    #6
  7. Kirk_P

    dean_bourke Guest

    No. You need to supply the image.

    Dean
     
    dean_bourke, Feb 18, 2004
    #7
  8. Kirk_P

    John Crocco Guest

    Just make a "drawing" of it, if possible, like it ifs just a logo, shouldnt
    be a problem. Then you can just insert it like anything else. Thats what I
    did with our logo, works all the time.
     
    John Crocco, Feb 18, 2004
    #8
  9. Kirk_P

    LCancilla Guest

    Yes!... but I don't know if it is possible programaticly. Here is how I have done it manually on our borders. On the "Insert" menu select "OLE Object" and then pick "Bitmap Image". Choose the option "Create from file" and you will get a Browse button to select a file. Make sure "Link" & "Display as icon" are unchecked. Resize the image as desired. Save and exit the drawing. Done! To test this, open the drawing somewhere without access to the image you previously selected (rename the folder or unplug from your network) and you will see the image right inside AutoCAD. Note, it may not display as sharp in AutoCAD as it would in the different viewer but it will print as clear as the original.
     
    LCancilla, Feb 18, 2004
    #9
  10. Kirk_P

    dean_bourke Guest

    Do you mean using autocad entities that don't rely on the image file?

    Deab
     
    dean_bourke, Feb 18, 2004
    #10
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.