Image frames plot even though IMAGEFRAME is set to 0 or 2 (2024)

AutoCAD Forum

Turn on suggestions

Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.

Showing results for

Showonly | Search instead for

Did you mean:

Image frames plot even though IMAGEFRAME is set to 0 or 2

22 REPLIES 22

SOLVED

Back to AutoCAD Category

Back to Topic Listing

Reply

Topic Options

  • Subscribe to RSS Feed
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Printer Friendly Page
  • Back to Topic Listing
  • Previous
  • Next
  • «Previous
    • 1
    • 2
  • Next»

Message 1 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (1)

Anonymous

11834 Views, 22 Replies

‎12-18-201802:23 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎12-18-201802:23 AM

Image frames plot even though IMAGEFRAME is set to 0 or 2

On some drawings, my image frames plot even though IMAGEFRAME variable is set to 0 or 2. In order to get them to not plot, I need to set IMAGEFRAME to 1 and then back to 0 or 2. It then works correctly, but why does it not work the first time?

I think that at some point in the past I have reset the variable from 1 to 0 using the 'reset all' option on the System Variable Monitor, and I think the change to the variable didn't 'stick'.

Has anyone else had this problem? Any suggestions beyond just checking on Plot Preview every time I run a plot?

Solved!Go to Solution.

Solved by neaton. Go to Solution.

Report

0Likes

Reply

  • Back to Topic Listing
  • Previous
  • Next

22 REPLIES 22

Message 2 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (2)

Image frames plot even though IMAGEFRAME is set to 0 or 2 (3)jayhar

in reply to:Anonymous

‎12-18-201803:30 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎12-18-201803:30 AM

Hi,

FRAME <0>

http://docs.autodesk.com/ACD/2011/ENU/filesACR/WS73099cc142f48755-1257e12111bf108800e3ca5.htm

About Showing and Hiding Raster Image Boundaries

https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/AutoC...

Thanks

Jayhar.M.J

Please Subscribe YouTube Channel
https://www.youtube.com/channel/UCclj8v9vHQiFa8_DriuAk3w

Please Mark the Post or Posts as Solution(s) to help others find the answer quickly.

Report

0Likes

Reply

Message 3 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (4)

Anonymous

in reply to:jayhar

‎12-18-201807:28 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎12-18-201807:28 AM

FRAME is just the overall variable for all frames, my problem is that image frames printeven though IMAGEFRAME is already 0.

Report

1Like

Reply

Message 4 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (5)

Image frames plot even though IMAGEFRAME is set to 0 or 2 (6)pendean

in reply to:Anonymous

‎12-18-201807:42 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎12-18-201807:42 AM

Set the image layer to color 255 (it should be on its own layer anyway), that should do it.

Report

2Likes

Reply

Message 5 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (7)

Image frames plot even though IMAGEFRAME is set to 0 or 2 (8)neaton

in reply to:Anonymous

‎12-18-201808:48 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎12-18-201808:48 AM

FRAME changes all the other *FRAME system variables so if IMAGEFRAME is 0 then FRAME is changed to 1 the image frame will print. Is there a background plot routine running that changes FRAME to 1?

Image frames plot even though IMAGEFRAME is set to 0 or 2 (9)

Nancy

@Anonymouswrote:

FRAME is just the overall variable for all frames, my problem is that image frames printeven though IMAGEFRAME is already 0.

Report

1Like

Reply

Message 6 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (10)

Anonymous

in reply to:neaton

‎12-18-201809:03 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎12-18-201809:03 AM

FRAME is 3 (which means that some of the frame variables have different settings to each other)

However, if I set the preferred value for FRAME to be 0 in the SYSVARMONITOR, and click 'reset all' on that dialog, it will statethat FRAME variable is now 0but it will still plot the frame.

In order for it to not plot the frame, I need to manually set the FRAME or IMAGEFRAME variable to 0 (or, if it has been reset to 0 in the system variable monitor, I need to change it to a different value and then back to 0) in order for it to not plot.

So it seems to be a glitch in the System Variable Monitor 'reset all' thing. I will see if I can reproduce this in an example file tomorrow and I'll upload for you to experiment with.

Report

0Likes

Reply

Message 7 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (11)

Image frames plot even though IMAGEFRAME is set to 0 or 2 (12)neaton

in reply to:Anonymous

‎12-18-201809:14 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎12-18-201809:14 AM

I tried using SYSVARMONITOR to change FRAME to 0 and it appears to work but when you check it is always 3. I assume SYSVARMONITOR runs through the list so sets FRAME to 0 then IMAGEFRAME to 1, thereby resetting FRAME to 3. You need to set FRAME and IMAGEFRAME to 0 or 2 for it to work as expected.

Nancy

@Anonymouswrote:

FRAME is 3 (which means that some of the frame variables have different settings to each other)

However, if I set the preferred value for FRAME to be 0 in the SYSVARMONITOR, and click 'reset all' on that dialog, it will statethat FRAME variable is now 0but it will still plot the frame.

In order for it to not plot the frame, I need to manually set the FRAME or IMAGEFRAME variable to 0 (or, if it has been reset to 0 in the system variable monitor, I need to change it to a different value and then back to 0) in order for it to not plot.

So it seems to be a glitch in the System Variable Monitor 'reset all' thing. I will see if I can reproduce this in an example file tomorrow and I'll upload for you to experiment with.

Report

1Like

Reply

Message 8 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (13)

Anonymous

in reply to:neaton

‎12-19-201803:34 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎12-19-201803:34 AM

So it seems that, if I open a new drawing from acadiso.dwt in a drawing session that I've done nothing in, IMAGEFRAME is set to 1. If I change that variable to 0 and open another new drawing, the variable *says* it is 0 but in fact the image frames still display and plot. Also, even if I change FRAME to 0 in the first drawing, it reverts to 3 when I open a new drawing.Image frames plot even though IMAGEFRAME is set to 0 or 2 (14)

The only way I've found to correct the behaviour is to manually change IMAGEFRAME to 1 and then back to 0 - changing FRAME from 3 to 0 doesn't do anything. Once I change IMAGEFRAME manually, it 'sticks' and the image frames don't plot.

You should be able to reproduce this on your own system since I'm using standard autocad templates but if you can't i can upload a drawing with the behaviour.

In my company template, IMAGEFRAME = 2 and that behaves properly (displays, doesn't plot) whether or not previous drawings have IMAGEFRAME set to 1. So it could just be a weird behaviour of the default templates.

Report

1Like

Reply

Message 9 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (15)

Image frames plot even though IMAGEFRAME is set to 0 or 2 (16)neaton

in reply to:Anonymous

‎12-19-201808:37 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎12-19-201808:37 AM

I can duplicate the behavior in both ACAD 2018 and 2019 in the ACAD templates, but not my own no matter if IMAGEFRAME is set to 0, 1 or 2 initially in the template.

Nancy

@Anonymouswrote:

So it seems that, if I open a new drawing from acadiso.dwt in a drawing session that I've done nothing in, IMAGEFRAME is set to 1. If I change that variable to 0 and open another new drawing, the variable *says* it is 0 but in fact the image frames still display and plot. Also, even if I change FRAME to 0 in the first drawing, it reverts to 3 when I open a new drawing.Image frames plot even though IMAGEFRAME is set to 0 or 2 (17)

The only way I've found to correct the behaviour is to manually change IMAGEFRAME to 1 and then back to 0 - changing FRAME from 3 to 0 doesn't do anything. Once I change IMAGEFRAME manually, it 'sticks' and the image frames don't plot.

You should be able to reproduce this on your own system since I'm using standard autocad templates but if you can't i can upload a drawing with the behaviour.

In my company template, IMAGEFRAME = 2 and that behaves properly (displays, doesn't plot) whether or not previous drawings have IMAGEFRAME set to 1. So it could just be a weird behaviour of the default templates.

Report

2Likes

Reply

Message 10 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (18)

Anonymous

in reply to:neaton

‎12-19-201808:41 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎12-19-201808:41 AM

I think at this point I'll just keep an eye out for it when I'm plotting drawings and change IMAGEFRAME manually when it crops up - don't think we're going to get a magic fix for it. Most of my drawings will be started from our company template anyway so I just have to keep an eye out for it in drawings created by other people. Thanks for your help Nancy.

Report

0Likes

Reply

Message 11 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (19)

Anonymous

in reply to:Anonymous

‎04-21-202104:33 PM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎04-21-202104:33 PM

I know this is an old thread but recently I notice the same issue using Autocad 2020. Frames of TIF images are plotting even though IMAGFRAME is set to 2. I can enter IMAGEFRAME at the command line and enter 2, but it still plots the frame. The only way to fix it is to set the value to 0 or 1 and then back to 2 again. It's as if Autocad is reporting the value as 2 but it is actually 1. It is apparently random. I don't know what conditions produce the problem.

I often print with sheet sets printing 12 or 15 sheets at a time, so I can't do a plot preview. All the drawings appear to have IMAGEFRAME set as 2, but some of the plots will show frames and others will not. The only way to be sure is to open each drawing beforehand, set IMAGEFRAME to 0 and back to 2 and save before plotting. Defeats the purpose of using sheet sets. I'm better off plotting one at a time so I can preview first.

This occurs on two different PC's, one Dell and one MSI laptop. Both on Windows 10.

Report

0Likes

Reply

Message 12 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (20)

Image frames plot even though IMAGEFRAME is set to 0 or 2 (21)neaton

in reply to:Anonymous

‎04-21-202105:38 PM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎04-21-202105:38 PM

Another option is to put images on a layer with color Background.
Nancy

Report

0Likes

Reply

Message 13 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (22)

Anonymous

in reply to:neaton

‎04-21-202106:02 PM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎04-21-202106:02 PM

Please clarify that. Do you mean on a layer with a color other than white?

Report

0Likes

Reply

Message 14 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (23)

Anonymous

in reply to:Anonymous

‎04-21-202107:08 PM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎04-21-202107:08 PM

I figured out what color BACKGROUND meant. Tried it but doesn't work. The image disappears from the screen but still plots with the frame.

Report

0Likes

Reply

Message 15 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (24)

Image frames plot even though IMAGEFRAME is set to 0 or 2 (25)neaton

in reply to:Anonymous

‎04-21-202107:25 PM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎04-21-202107:25 PM

Yes, if you choose either color 255 or from the layer manager, 3rd tab, you
can choose, Drafting Tooltip color.

Report

0Likes

Reply

Message 16 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (26)

Anonymous

in reply to:Anonymous

‎04-22-202101:05 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎04-22-202101:05 AM

In the end I wrote myself a little script to paste into the command line when I opened the affected drawings:

imageframe 1
imageframe 0

For some reason it was only one project that was affected and I haven't noticed it since - but I'm still on Autocad 2019 so I'll keep an eye out for it in future

Report

0Likes

Reply

Message 17 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (27)

Anonymous

in reply to:Anonymous

‎04-22-202108:26 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎04-22-202108:26 AM

@AnonymousI have one of those, too!

@Anonymouswrote:

In the end I wrote myself a little script to paste into the command line when I opened the affected drawings:

imageframe 1
imageframe 0

Report

0Likes

Reply

Message 18 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (28)

Anonymous

in reply to:Anonymous

‎04-22-202108:29 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎04-22-202108:29 AM

Actually thinking on it, I wonder if it's possible to just make that script run every time autocad opens a drawing, and whether that would also work for publishing via sheet sets - after all, Autocad opens each drawing (in the background) as it publishes.

Report

0Likes

Reply

Message 19 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (29)

Anonymous

in reply to:Anonymous

‎04-22-202108:49 PM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎04-22-202108:49 PM

Good idea about a script, but I don't know how that would work when publishing a sheet set. Maybe a pre-publish script that opens each drawing, changes frame to 1 and back to 2, then saves and closes. Run the script first, then publish. I like your idea better--set the value when the file is first opened. I need to go through all my templates once again to make sure FRAME is set properly.

I appreciate your response.

Report

0Likes

Reply

Message 20 of 23

Image frames plot even though IMAGEFRAME is set to 0 or 2 (30)

Image frames plot even though IMAGEFRAME is set to 0 or 2 (31)rsligar

in reply to:Anonymous

‎09-16-202112:26 PM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report

‎09-16-202112:26 PM

Was having the same problem in 2021. Occasionally had to switch from 0 to 1 back to 0. Upgraded to 2022 and was having the same issue but switching from 1 to 0 still didn't help. Found this on accident, but if you click on the image and have the properties window open, under Misc, there is a Background Transparency toggle and mine was set to "No." When I changed it to "Yes" the frame went away!

Problem solved.. for me anyway.

Report

1Like

Reply

Image frames plot even though IMAGEFRAME is set to 0 or 2 (32)

Image frames plot even though IMAGEFRAME is set to 0 or 2 (33)

  • «Previous
    • 1
    • 2
  • Next»

Reply

Topic Options

  • Subscribe to RSS Feed
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Printer Friendly Page
  • Back to Topic Listing
  • Previous
  • Next
  • «Previous
    • 1
    • 2
  • Next»
Image frames plot even though IMAGEFRAME is set to 0 or 2 (2024)

FAQs

How to use image frame in autocad? ›

For JPGs, type IMAGEFRAME in the Command line. For PDFs, type PDFFRAME in the Command line. Press Enter. When prompted, enter one of the following values, depending on your preference.

What is the imageframe system variable in Autocad? ›

Controls whether image and map image frames are displayed and plotted.

How do I turn off the image frame in AutoCAD? ›

At the Command prompt, enter IMAGEFRAME. To hide image boundaries, enter 0; to show and plot image boundaries, enter 1; to show image boundaries but not plot them, enter 2.

How do I create a plot frame in AutoCAD? ›

To create a plot from a blank layout, see Creating a New Plot Without a Template. Do either of the following: Rotate, scale, or move the map placeholder frame as desired using grip points to define the portion of the map to plot. To specify a new map placeholder frame, click New Frame.

How to set frame in AutoCAD? ›

Click the Frame Setting property, then select a setting from the list:
  1. Frame above displays the frame above the image.
  2. Frame below hides the frame behind the image, but you can still select the image by selecting the frame.
  3. Frames off turns off the frames.

How do I reset system variables in AutoCAD? ›

Solution:
  1. Choose Reset All to reset every variable in the list to the preferred settings.
  2. Choose Edit List... to add or remove system variables to be monitored.
  3. Check or uncheck the boxes to enable or disable the following settings: Notify when these system variables change. Enable balloon notification.
Jun 14, 2024

What is Setvar in AutoCAD? ›

Sets an AutoCAD system variable to a specified value.

How to remove image border? ›

Remove a border from a picture
  1. Choose the picture you want to remove a border from.
  2. Under Picture Tools, select the Format tab, then do one of the following: If the border is an outline, in the Picture Border list, choose No Outline.

How to plot without border in AutoCAD? ›

Method #2
  1. Switch to the layout that contains the viewport border that you do not want plotted.
  2. On the Object Properties toolbar, click the Layers toolbar button.
  3. In the Layers dialog box, click New.
  4. Name the new layer.
  5. Select the Plot/Do Not Plot icon for the new layer. ...
  6. Click OK to close the dialog box.
Aug 21, 2024

What is xclipframe in AutoCAD? ›

Determines whether xref clipping boundaries are visible or plotted in the current drawing.

How do I turn off the Xref frame in AutoCAD? ›

Turning clipping boundaries on and off
  1. 1 Do one of the following:
  2. On the ribbon, choose Insert > Clip Xref (in Reference).
  3. On the menu, choose Modify > Xref Clip.
  4. Type xclip and then press Enter.
  5. 2 Select the desired external references.
  6. 3 Press Enter.
  7. 4 To turn off clipping boundaries, choose Off. ...
  8. 5 Press Enter.

How do I turn off viewport frame in AutoCAD? ›

From Layout, enter mview on the command line. At the prompt, enter off. Select the viewport to turn off and press ENTER.

How do I turn off angle override in AutoCAD? ›

Under the Display Properties tab, select the "Plan" Display Representation. Click the Edit Display Properties icon (upper right) to see the setting overrides. Under the Other tab, remove the checkmark from the "Override Swing Angle" setting (bottom). Select OK, then OK again.

How do you use a picture frame? ›

Some people lay a cloth or towel onto a table surface.
  1. Step 1- Unwrapping the Photo Frame. ...
  2. Step 2 - Remove the Backing Board. ...
  3. Step 3- Remove the Face Paper. ...
  4. Step 4 - Wipe the Frame Glass with a Lint-Free Cloth. ...
  5. Step 5 - Place Your Photo into the Photo Frame. ...
  6. Step 6 - Close the Back of Your Photo Frame. ...
  7. Step 7 - Final Check.

How do I use an image clip in AutoCAD? ›

To Clip an Image
  1. At the Command prompt, enter IMAGECLIP.
  2. Select the image to clip by selecting the image boundary.
  3. At the Command prompt, Enter n (New Boundary).
  4. If prompted, enter n (No) or y (Yes) to delete the old boundary.
  5. Enter p (Polygonal) or r (Rectangular), and then draw the boundary on the image.

How do I insert an image into AutoCAD layout? ›

To Attach an Image
  1. Click Insert tab References panel Attach. Find.
  2. In the Select Image File dialog box, select a file name from the list or enter the name of the image file in the File Name box. Click Open.
  3. In the Image dialog box, use one of the following methods to specify insertion point, scale, or rotation: ...
  4. Click OK.

References

Top Articles
Latest Posts
Article information

Author: Ray Christiansen

Last Updated:

Views: 6005

Rating: 4.9 / 5 (69 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Ray Christiansen

Birthday: 1998-05-04

Address: Apt. 814 34339 Sauer Islands, Hirtheville, GA 02446-8771

Phone: +337636892828

Job: Lead Hospitality Designer

Hobby: Urban exploration, Tai chi, Lockpicking, Fashion, Gunsmithing, Pottery, Geocaching

Introduction: My name is Ray Christiansen, I am a fair, good, cute, gentle, vast, glamorous, excited person who loves writing and wants to share my knowledge and understanding with you.