mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Add option to convert to WebP when resizing oversized images
This commit is contained in:
parent
9f75788491
commit
d27f89f730
5 changed files with 14 additions and 13 deletions
|
|
@ -98,7 +98,8 @@ $lang->max_image_size_action_block = '초과시 업로드 금지';
|
|||
$lang->max_image_size_action_resize = '초과시 자동 크기 조정';
|
||||
$lang->max_image_size_action_cut = '초과시 자르기';
|
||||
$lang->max_image_size_same_format_Y = '동일한 포맷 유지';
|
||||
$lang->max_image_size_same_format_N = 'JPG로 변환';
|
||||
$lang->max_image_size_same_format_to_jpg = 'JPG로 변환';
|
||||
$lang->max_image_size_same_format_to_webp = 'WebP로 변환';
|
||||
$lang->max_image_size_admin = '관리자에게도 적용';
|
||||
$lang->image_quality_adjustment = '이미지 화질';
|
||||
$lang->about_image_quality_adjustment = '다른 설정에 의해 이미지가 변환될 경우 화질을 조정합니다.<br />75% (표준) 이상으로 설정시 오히려 원본보다 용량이 늘어날 수 있습니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue