# Convert-svg

### &#x20;Convert-Svg란.

1. svg 파일을 원하는 사이즈로 조정하는 프로그램입니다.
2. icon 파일의 크기 변환을 일괄로 처리할때 사용되는 프로그램입니다.
3. HamoniKR OS에서 사용되는 프로그램의 아이콘을 제작하거나, 아이콘팩을 제작할때 사용됩니다.

### 설치 방법

"Convert-svg"는 기본 프로그램으로 등록되지 않은 프로그램으로써 별도 설치 과정이 필요합니다.&#x20;

```
$ sudo apt-get update
$ sudo apt-get install -y convert-svg
```

### 사용법&#x20;

1. Convert-svg 프로그램 실행하기

* &#x20;"프로그램 메뉴에서 SVG 크기 변환" 프로그램을 선택하여 실행.
* "Albert" 프로그램에서 Convert-svg 입력하여 실행
* 터미널에서 convert-svg 명령어로 실행

<div><figure><img src="/files/TvF97CzhHBWfQqyG5b9n" alt="프로그램 메뉴에서 실행시"><figcaption><p>프로그램 메뉴에서 실행시</p></figcaption></figure> <figure><img src="/files/8B2ePxFyz3uqTerREEt3" alt="Albert로 실행시"><figcaption><p>Albert(alt+space)로 실행시</p></figcaption></figure></div>

2. SVG 크기 변환(Convert-svg) 프로그램이 실행된 그림이며, "SVG 파일이 있는 폴더"를 선택하고 "확인"버튼을 클릭합니다.&#x20;

<figure><img src="/files/CBGyXH95zvmE9Qnj6QjC" alt=""><figcaption></figcaption></figure>

2. "확인" 버튼을 클릭 하시면 "PNG 파일도 함께 생성하시겠습니까?" 안내창이 나옵니다.&#x20;
   1. "예" 버튼 클릭 시 : 변환할 크기별 svg 파일과 png 파일 생성해주는 옵션입니다.
   2. "아니오" 버튼 클릭 시 : 변환할 크기별 svg 파일만 생성해주는 옵션입니다.

<figure><img src="/files/xLmdRmejT24N5k6MhVMC" alt=""><figcaption></figcaption></figure>

3. 변한할 사이즈를 선택하고 "확인" 버튼을 클릭합니다.&#x20;

<figure><img src="/files/pgewRz5i7LsOZKClWJw1" alt=""><figcaption></figcaption></figure>

4. svg 크기 변환이 완료되면 선택하신 사이즈별 이미지 (svg or png)를 확인하실 수 있습니다.

<figure><img src="/files/qVMoKe9lH7wPEAAM5hMg" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hamonikr.org/hamonikr-7.0/key-features/undefined/undefined-2/convert-svg.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
