OSHW Alchemist님의 블로그에서 퍼왔습니다.
http://dokkodai.tistory.com/36
Importing the Image into Altium
- Download the Altium Example Scripts from here.
- Extract the Scripts folder to "C:\Program Files (x86)\Altium\AD 10\Examples\" (or whever your Altium Examples folder is located)
- Online Documentation for Altium Products - How to import a graph
- If you're going to be using this script a lot, load the PCBLogoCreator.PRJSCR Script Project into your Altium Workspace. This can be done in 1 of 2 ways:
- Navigate to "C:\Program Files (x86)\Altium\AD 10\Examples\Scripts\Delphiscript Scripts\PCB\PCB Logo Creator" and double click "PCBLogoCreator.PRJSCR".
- Start Altium, select File->Open... and navigate to PCBLogoCreator.PRJSCR and click "Open".
- If you only want to use it sparingly you can do the following:
- Start Altium
- Click the "DXP" button in the upper left corner & select "Run Script..."
- Click "Browse" in the lower right and navigate to the PCBLogoCreator.PRJSCR file. Select it and click "Open".
- Now, regardless of which method you just chose to use do the following
- Click the "DXP" button in the upper left corner & select "Run Script..."
- Click "RunConverterScript" and hit "OK"
- Now a new PcbDoc should have opened and a "PCB Logo Creator" dialog box appeared.
- Click "Load" and select the .BMP file you prepared above.
- Select the "Board Layer" (I recommend Top Overlay for most purposes).
- Select the "Scaling Factor" (you're going to have to experiment with this but 1000 mils = 1 inch).
- Choose any check box options you want (typically you won't need any).
- Hit "Convert" & wait a bit.
- Once the conversion has completed click the "Exit" button
- Now you have a Logo built out of Top Overlay lines! You can get it onto your chosen PCB via Copy/Paste or make it reusable by reading the next section.
Making your Imported Image reusable
- At this point you should a .PcbDoc with a Top Overlay instance of your Logo
- Hit Ctrl-A (to highlight all objects on the .PcbDoc)
- Hit Ctrl-C (to copy everything to the clipboard)
- Click somewhere near the center of the logo
- Open up an existing (or create a new) .PcbLib
- Right click on the "Components" Pane under the "PCB Library" Tab
- Select "New Blank Component"
- Click in the main PCB window & hit Ctrl-V & click to paste everything into the Component
- Double click the "PCBComponent_1" in the "Components" Pane and give it a meaningful "Name" and "Description"
'Tool 사용법 > 알티움(Altium) 정보' 카테고리의 다른 글
[Altium Tip] GND 보강 VIA Flood over 하기. (0) | 2017.03.03 |
---|---|
알티움 단축기 정리!! (0) | 2016.12.08 |
알티움 환경설정 !! (0) | 2016.12.08 |
알티움 Atwork전에 회로 설정하기 (0) | 2016.12.08 |
알티움(Altium) 입문하기 !! (2) | 2016.12.08 |