Program to update Raster Image file path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I've been trying to teach myself AutoLISP solely to fix the pesky issue of my raster images being blown in my projects every time I open them. The only thing I have been able to find was the use of the (-image) command and action recorder. Because you need to know the name or file path already within (-image) instead of just selecting on the wanted image, I have been trying to make a program that stores the image name and current file path from selection and then inputs it into the (-image) command. For example:
After typing -image in command prompt, you are given a list of options. The actrecord will select the Path option. From there when you are prompted to insert a new file path (in this case its the exact same because they're blown images), the program will take the stored file path and input it there.
I know its a lot but searching through as many forums I can get, this might be the best way. If not, I would love to hear your opinions on how best to go about fixing these broken raster images.
Thanks.