Imbedding a tiff image into a dwg file to eliminate the use of a secondary tiff file.

Imbedding a tiff image into a dwg file to eliminate the use of a secondary tiff file.

gv6823otG42ZL
Enthusiast Enthusiast
1,517 Views
11 Replies
Message 1 of 12

Imbedding a tiff image into a dwg file to eliminate the use of a secondary tiff file.

gv6823otG42ZL
Enthusiast
Enthusiast

The company i work for currently stores drawings in a centralized drawing library database. Some of our older drawings have a .TIF file that is linked to the DWG file. Whenever someone checks an older drawing out that has a tiff associated with it, they also have to check out the .TIF file as well. Is there any way that the tiff file can be almost embedded into the drawing and allow the TIF file that's linked to the DWG to be removed but still allow modification of the existing raster? I don't know if this sort of thing is possible or if anybody else has had a similar issue and how they addressed it. I have attached some pictures to make a little more sense. Any solutions or advice would be amazing!

gv6823otG42ZL_0-1715855452183.png

gv6823otG42ZL_1-1715855489419.png

 

 

0 Likes
Accepted solutions (1)
1,518 Views
11 Replies
Replies (11)
Message 2 of 12

paullimapa
Mentor
Mentor
Accepted solution

Checkout steps provided on this thread


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 3 of 12

CodeDing
Advisor
Advisor

@gv6823otG42ZL ,

 

To break down the concepts here just for your knowledge. There are essentially 2 ways to insert images into a DWG file:

 

1) Raster Image - This is when the image is NOT hosted inside the drawing file, and is linked to save DWG file size.

PROS: Smaller DWG file size / ability to rotate image inside DWG / Adjust Brightness & Contrast / Able to Crop / Able to have image transparency

CONS: Additional file required (the linked image file)

 

2) OLE - This is when the image IS hosted inside the drawing file, no external file is required after inserting.

PROS: No additional file required

CONS: Larger DWG size / Unable to rotate image inside DWG / Unable to adjust brightness & contrast / Unable to Crop / Unable to have image transparency

 

It looks like you are using method 1, and you can use method 2 by opening any image, copying it, then PASTESPEC > Bitmap in AutoCAD. Paint method not required, but is good to know. Just understand your limitations.

 

Best,

~DD

Message 4 of 12

baksconstructor
Advocate
Advocate

 

Use this - AutoImportCAD 

 

 

tif.PNG

0 Likes
Message 5 of 12

gv6823otG42ZL
Enthusiast
Enthusiast

I tried using the windows paint method to embed the tiff and it kind of works. The issue I run into is it now prevents me from modifying the image. If I need to remove a portion, I am unable to do it using method 2.

0 Likes
Message 6 of 12

gv6823otG42ZL
Enthusiast
Enthusiast

Will this allow me to still modify the raster that gets embedded into the dwg? That’s the issue that I am seeing with these methods. Each of them work until I try to modify the raster like moving a portion of it or deleting a portion of the raster and it prevents me from doing so.

0 Likes
Message 7 of 12

baksconstructor
Advocate
Advocate

Tiff files are initially raster.
You cannot change Tiff except to change the drawings.

0 Likes
Message 8 of 12

gv6823otG42ZL
Enthusiast
Enthusiast

So there wouldn’t be a way to merge the tiff into the dwg and make one file but still allow the editing portion to happen on the tiff portion of the drawing ? 

0 Likes
Message 9 of 12

baksconstructor
Advocate
Advocate

You can combine Tiff into the drawing using the program.
BUT....
But initially, inside Tiff, everything is created by pictures. This is a format in which there are only pictures that are easy to view. You won't be able to edit pictures. Even if you insert them into a drawing, they will remain pictures.

You need a program to convert images to DXF, but the quality of the result will not be ideal.

0 Likes
Message 10 of 12

Sea-Haven
Mentor
Mentor

You asked how to embed a image and now your asking I want to edit it, basicly pick one but can not have both. Etransmit adds images in output, you may need to use that.

 

SeaHaven_0-1716002116779.png

 

0 Likes
Message 11 of 12

gv6823otG42ZL
Enthusiast
Enthusiast
I was just seeing if it’s possible to embed it into the drawing but still how the modification of the raster
0 Likes
Message 12 of 12

baksconstructor
Advocate
Advocate

@gv6823otG42ZL wrote:
how the modification of the raster

MSPaint

 

 

0 Likes