CAD programs that don't suck
September 30, 2006 5:05 PM
Subscribe
Looking for a decent free CAD program that can import an existing blueprint in TIFF or JPG format.
I need to make some redline changes to the basic layout of an apartment I'm renting and have had a hell of a time trying to find something that will work for me. I need to be able to import the original drawing and then add new walls and appliances and stuff. Something that could take the scale from the original drawing would be ideal. Don't even really need a CAD program, could do it all in MSPaint if it had a free rotate function. Any ideas?
Oh yeah, something easy to use would rock.
posted by Jawn to computers & internet (10 comments total)
1 user marked this as a favorite
Basically, your image is a large set of color values for the pixels in the image. There's no information there on whether or not a particular pixel is part of a wall, the floor, a notation, or whatever. The CAD program expects to get data that says, explicitly, that there is a wall from a point at (4', 4') to (4', 16').
You could write a PhD thesis on accurate conversion from an image to what the CAD program wants. (And people have; and I'm working on a related problem for mine.)
Since you said you'd be happy with a painting program, may I recommend Inkscape. It's a vector graphics program that will allow you to import raster images for use in your vector layout. You can then add your walls, appliances, etc. with the vector graphics, and export the entire thing as a new PNG (or whatever).
posted by Netzapper at 5:35 PM on September 30, 2006