From 79b5ae3d575b378752266e671ae71fc698ef325e Mon Sep 17 00:00:00 2001 From: tinydew4 Date: Thu, 6 Oct 2016 03:30:45 +0000 Subject: [PATCH 1/3] Modify docs to refelect the latest --- docs-translations/ko-KR/api/app.md | 1 + docs-translations/ko-KR/api/native-image.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs-translations/ko-KR/api/app.md b/docs-translations/ko-KR/api/app.md index de6acc98e00e..f4ff37f43f5f 100644 --- a/docs-translations/ko-KR/api/app.md +++ b/docs-translations/ko-KR/api/app.md @@ -799,6 +799,7 @@ Returns `Boolean` - 현재 데스크톱 환경이 Unity 인지 여부. ### `app.getLoginItemSettings()` _macOS_ _Windows_ Returns `Object`: + * `openAtLogin` Boolean - 앱이 로그인시 열리도록 설정되어있는 경우 `true`를 반환. * `openAsHidden` Boolean - 앱이 로구인시 숨겨진 채로 열리도록 설정되어있는 경우 `true`를 반환. 이 설정은 macOS에서만 지원됩니다. diff --git a/docs-translations/ko-KR/api/native-image.md b/docs-translations/ko-KR/api/native-image.md index 206aa3fda4bc..6e1bb114c45a 100644 --- a/docs-translations/ko-KR/api/native-image.md +++ b/docs-translations/ko-KR/api/native-image.md @@ -190,7 +190,9 @@ Returns `Boolean` - 이미지가 비었는지 여부. #### `image.getSize()` -Returns `Integer[]` - 이미지의 크기. +Returns `Object`: +* `width` Integer +* `height` Integer #### `image.setTemplateImage(option)` From 6af8a0fae4836195e84aee846c3542e946b6b6fd Mon Sep 17 00:00:00 2001 From: tinydew4 Date: Thu, 6 Oct 2016 14:26:41 +0000 Subject: [PATCH 2/3] Update ko docs --- docs-translations/ko-KR/api/web-contents.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs-translations/ko-KR/api/web-contents.md b/docs-translations/ko-KR/api/web-contents.md index 5d634b99b952..addf4d8788d9 100644 --- a/docs-translations/ko-KR/api/web-contents.md +++ b/docs-translations/ko-KR/api/web-contents.md @@ -154,7 +154,8 @@ Returns: 기본값으로 `BrowserWindow`는 `url`을 기반으로 생성됩니다. -`event.preventDefault()`를 호출하면 새로운 창이 생성되는 것을 방지할 수 있습니다. +`event.preventDefault()`를 호출하면 새로운 창이 생성되는 것을 방지할 수 +있습니다. 이러한 경우에, the `event.newGuest` may be set with a reference to a `BrowserWindow` instance to make it used by the Electron's runtime. #### Event: 'will-navigate' From 116dbc058190138171065d1544457a09ad1c0c2f Mon Sep 17 00:00:00 2001 From: tinydew4 Date: Thu, 6 Oct 2016 14:53:57 +0000 Subject: [PATCH 3/3] Update ko docs --- docs-translations/ko-KR/api/native-image.md | 30 +++++++++++++++++++++ docs-translations/ko-KR/api/web-contents.md | 3 ++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/docs-translations/ko-KR/api/native-image.md b/docs-translations/ko-KR/api/native-image.md index 6e1bb114c45a..4cededff05e5 100644 --- a/docs-translations/ko-KR/api/native-image.md +++ b/docs-translations/ko-KR/api/native-image.md @@ -204,4 +204,34 @@ Returns `Object`: Returns `Boolean` - 이미지가 템플릿 이미지인지 여부. +#### `image.crop(rect)` + +* `rect` Object - 잘라내기 위한 이미지 영역 + * `x` Integer + * `y` Integer + * `width` Integer + * `height` Integer + +Returns `NativeImage` - 잘라낸 이미지. + +#### `image.resize(options)` + +* `options` Object + * `width` Integer (optional) + * `height` Integer (optional) + * `quality` String (optional) - 크기 변경된 이미지의 원하는 품질. + 가능한 값은 `good`, `better`, `best` 이며, 기본값은 `best` 입니다. + 이 값은 원하는 품질/속도 균형을 표현합니다. 이것은 기본이되는 플랫폼의 성능 + (CPU, GPU) 에 의존하는 알고리즘에 특정 방법으로 변환됩니다. 주어진 + 플랫폼에서 세가지 방법이 모두 같은 알고리즘에 매핑될 수 있습니다. + +Returns `NativeImage` - 크기 변경된 이미지. + +`height` 또는 `width` 하나만 명시한다면 크기가 변경된 이미지에서도 종횡비가 +유지될 것 입니다. + +#### `image.getAspectRatio()` + +Returns `Float` - 이미지의 종횡비. + [buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer diff --git a/docs-translations/ko-KR/api/web-contents.md b/docs-translations/ko-KR/api/web-contents.md index addf4d8788d9..d69e0651d108 100644 --- a/docs-translations/ko-KR/api/web-contents.md +++ b/docs-translations/ko-KR/api/web-contents.md @@ -155,7 +155,8 @@ Returns: 기본값으로 `BrowserWindow`는 `url`을 기반으로 생성됩니다. `event.preventDefault()`를 호출하면 새로운 창이 생성되는 것을 방지할 수 -있습니다. 이러한 경우에, the `event.newGuest` may be set with a reference to a `BrowserWindow` instance to make it used by the Electron's runtime. +있습니다. 이 경우, `event.newGuest` 는 Electron 의 런타임에 의해 사용할 수 있게 +`BrowserWindow` 인스턴스에 대한 참조를 설정할 수 있습니다. #### Event: 'will-navigate'