mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Add option to always reencode images #2601
This commit is contained in:
parent
e676949669
commit
2a9b336988
5 changed files with 25 additions and 0 deletions
|
|
@ -107,6 +107,8 @@ $lang->image_autorotate = '이미지 회전 수정';
|
|||
$lang->about_image_autorotate = '모바일 기기 등에서 잘못 회전된 이미지를 바로잡습니다.';
|
||||
$lang->image_remove_exif_data = 'EXIF 제거';
|
||||
$lang->about_image_remove_exif_data = '프라이버시를 위해 이미지 파일에서 카메라, GPS 정보 등이 포함되어 있는 EXIF 데이터를 삭제합니다.<br />이 옵션을 사용하지 않아도 다른 설정에 의해 이미지가 변환될 경우에도 EXIF 데이터가 삭제될 수 있습니다.';
|
||||
$lang->image_always_reencode = '무조건 재인코딩';
|
||||
$lang->about_image_always_reencode = '위에서 설정한 조건에 해당되지 않더라도 무조건 일정한 화질로 재인코딩하여 용량과 트래픽을 절약합니다.';
|
||||
$lang->image_autoconv_gif2mp4 = 'GIF → MP4 변환';
|
||||
$lang->about_image_autoconv_gif2mp4 = '움직이는 GIF 이미지를 MP4 동영상으로 변환하여 용량 및 트래픽을 절약합니다.<br />아래에서 ffmpeg 설정을 해야 하며, 구형 브라우저에서는 동영상이 재생되지 않을 수도 있습니다.';
|
||||
$lang->max_video_size = '동영상 크기 제한';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue