disable image loading

Discussion in 'AutoCAD' started by swu, Jul 19, 2004.

  1. swu

    swu Guest

    Is there a setvar or other way to disable image loading. I would like to do this to save time manipulating layers that contain images.

    Thanks in advance,

    Scott
     
    swu, Jul 19, 2004
    #1
  2. swu

    zeha Guest

    Scott,

    (command ".-image" "unload" "*"); for unload all the image

    and

    (command ".-image" "reload" "*") ;for reload
     
    zeha, Jul 20, 2004
    #2
  3. swu

    ECCAD Guest

    Read up on system variable:
    PROXYGRAPHICS

    Bob
     
    ECCAD, Jul 20, 2004
    #3
  4. swu

    ECCAD Guest

    Zeha,
    IF the drawing is sent to someone, without the images to 'load', would that cause a problem ?

    Bob
     
    ECCAD, Jul 20, 2004
    #4
  5. swu

    zeha Guest

    Bob,

    Proxygraphics sets to 1 saves also unloaded images
    You are correct if the proxygraphics sets to 0 and send the drawing to someone else.


    The question was is there another way to disable image loading.

    Harrie
     
    zeha, Jul 20, 2004
    #5
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.