Edit file File name : flip-rotate.page Content :<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="flip-rotate" xml:lang="ko"> <info> <link type="guide" xref="index#edit"/> <desc>가로/세로, 시계 방향/시계 반대 방향</desc> <revision pkgversion="3.2" version="0.1" date="2011-09-05" status="outdated"/> <credit type="author"> <name>Tiffany Antopolski</name> <email>tiffany@antopolski.com</email> </credit> <license> <p>Creative Commons Share Alike 3.0</p> </license> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>류창우</mal:name> <mal:email>cwryu@debian.org</mal:email> <mal:years>2007-2008, 2011, 2014.</mal:years> </mal:credit> </info> <title>사진 뒤집기 또는 회전</title> <p>사진 방향이 잘못됐거나 뒤집혀 있는 경우, 사진을 뒤집거나 회전해서 바로잡을 수 있습니다.</p> <!-- TODO: Outdated in 3.24 - see https://bugzilla.gnome.org/show_bug.cgi?id=786012 --> <section id="flip"> <title>사진 뒤집기</title> <steps> <item><p><gui>편집</gui>을 누르십시오.</p></item> <item><p><gui>가로 방향으로 뒤집기</gui> 또는 <gui>세로 방향으로 뒤집기</gui>를 선택하십시오.</p></item> <item> <p>If you want to keep the picture flipped in this way, click <gui style="menuitem">Save</gui>.</p> <p>사진을 저장하지 않으면, 다음 번에 열 때 원래 방향으로 되돌아갑니다.</p> </item> </steps> </section> <section id="rotate"> <title>사진 회전하기</title> <steps> <item><p>Move the mouse pointer over the image. Two buttons with arrow will appear at the bottom.</p></item> <item><p>Select either <gui>Rotate the image 90 degrees to the left</gui> or <gui>Rotate the image 90 degrees to the right</gui>.</p></item> <item> <p>If you want to keep the picture rotated in this way, click <gui style="menuitem">Save</gui>.</p> <p>사진을 저장하지 않으면, 다음 번에 열 때 원래 방향으로 되돌아갑니다.</p> </item> </steps> <p>You can also use the keyboard shortcuts:</p> <table> <tr> <td><p>시계 방향 회전</p></td> <td><p><keyseq><key>Ctrl</key><key>R</key></keyseq></p></td> </tr> <tr> <td><p>시계 반대 방향 회전</p></td> <td><p><keyseq><key>Ctrl</key><key>Shift</key><key>R</key></keyseq></p></td> </tr> </table> </section> </page> Save