gi*: add Korean translation (#14301)

This commit is contained in:
HoJeong Im
2024-10-21 13:56:59 +09:00
committed by GitHub
parent 88709832c4
commit 46c11730bf
6 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# gifdiff
> 동일한 시각적 모양을 위해 두 개의 GIF를 비교.
> 참고: `gifsicle`.
> 더 많은 정보: <https://www.lcdf.org/gifsicle>.
- GIF가 어떻게 다른지 확인:
`gifdiff {{경로/대상/첫번째파일.gif}} {{경로/대상/두번째파일.gif}}`
- GIF가 다른지 확인:
`gifdiff --brief {{경로/대상/첫번째파일.gif}} {{경로/대상/두번째파일.gif}}`