enthralled 发表于 2022-7-5 19:41:26

Move, scale and rotate images

Hi,
I've been given a lot of old scanned images like this:
https://drive.google.com/file/d/0B6Xql6Q_IBP-MVJ3NXUtYWFfUzA/edit?usp=docslist_api
I need to place all these rasters according to their x and y coordinates. I draw 2 points at opposite corners and move, scale and rotate the image. But this takes much time for many images. Is there anything I can use to help me out with this?
Thanks

Tharwat 发表于 2022-7-5 19:57:18

Can you give a real example showing BEFORE and AFTER and what are the needed steps to be taken from the user ?

eldon 发表于 2022-7-5 20:04:41

Because they are raster images, you have to do them one at a time. There are no entities that you can use Osnaps on.
 
The North sign looks like the one used by SoftDesk.

enthralled 发表于 2022-7-5 20:14:57

Steps I take for the image I attached above:
- I make a point with x=-343000 y=-49700
- move image so that the lower left grid intersection snaps to the point
- make another point x=-342800 y=-49500
- scale and rotate image so upper right grid intersection in the image matches the location of the second point

enthralled 发表于 2022-7-5 20:28:46

I need something to make the process a bit faster, like clicking on two grid intersections on image, then typing in the x and y which I want the clicks to match on the model space.

eldon 发表于 2022-7-5 20:38:38

Have you tried to use the command Align? That might do what you want in fewer clicks.
 
But you will still have to zoom in to see the accurate intersection of the grid lines.

enthralled 发表于 2022-7-5 20:47:58

 
You're right! I never used align before. It's just what I needed.
Thanks guys
页: [1]
查看完整版本: Move, scale and rotate images