Added background image support

This commit is contained in:
Oleg Sh
2023-10-21 12:08:07 +02:00
parent 131f1a0e14
commit 6f477f1e94
18 changed files with 275 additions and 26 deletions

View File

@@ -164,7 +164,7 @@
$g_lang["color"] = "颜色";
$g_lang["alpha"] = "透明度";
$g_lang["background_style"] = "背景颜色";
$g_lang["background_style"] = "Background";
$g_lang["adjacency_matrix_multigraph_description"] = "多重图包含最短边的权重.";
@@ -297,4 +297,11 @@
$g_lang["save_edge_for_future"] = "Save edge to reuse in the future";
$g_lang["reuse_saved_edge"] = "Reuse saved edge";
$g_lang["remove_background_image"] = "Remove background image";
$g_lang["upload"] = "Upload";
$g_lang["background_image"] = "Background image";
$g_lang['wrong_image_background_format'] = "Wrong image format. Only JPEG and PNG are supported";
$g_lang['wrong_image_background_size'] = "Image size is too big. Image size must be less than {0} pixels.";
?>