diff --git a/libraries/preprocess/image.py b/libraries/preprocess/image.py index 2040963..a7175cd 100644 --- a/libraries/preprocess/image.py +++ b/libraries/preprocess/image.py @@ -42,7 +42,7 @@ def __convert_svg_to_png256( overwrite: Whether to overwrite the PNG image. Notes: - The SVG image is converted to a 256x256 PNG image with 300 DPI. + The SVG image is converted to a 256x256 PNG image with 96 DPI. """ png256_path = png_path or svg_path.parent.joinpath("image-256.png") if overwrite or not os.path.isfile(png256_path): @@ -52,7 +52,7 @@ def __convert_svg_to_png256( write_to=str(png256_path), output_width=256, output_height=256, - dpi=300, + dpi=96, scale=2, ) diff --git a/networks/evm-137/image-128.png b/networks/evm-137/image-128.png index a5eba55..610530a 100644 Binary files a/networks/evm-137/image-128.png and b/networks/evm-137/image-128.png differ diff --git a/networks/evm-137/image-256.png b/networks/evm-137/image-256.png index e8cc4bf..e2dfa10 100644 Binary files a/networks/evm-137/image-256.png and b/networks/evm-137/image-256.png differ diff --git a/networks/evm-137/image-32.png b/networks/evm-137/image-32.png index 69dcd65..836b898 100644 Binary files a/networks/evm-137/image-32.png and b/networks/evm-137/image-32.png differ diff --git a/networks/evm-137/image-64.png b/networks/evm-137/image-64.png index ed9efa9..888ab3c 100644 Binary files a/networks/evm-137/image-64.png and b/networks/evm-137/image-64.png differ diff --git a/networks/evm-80002/image-128.png b/networks/evm-80002/image-128.png index 26595c4..1745b82 100644 Binary files a/networks/evm-80002/image-128.png and b/networks/evm-80002/image-128.png differ diff --git a/networks/evm-80002/image-256.png b/networks/evm-80002/image-256.png index 84ac732..0ff52f4 100644 Binary files a/networks/evm-80002/image-256.png and b/networks/evm-80002/image-256.png differ diff --git a/networks/evm-80002/image-32.png b/networks/evm-80002/image-32.png index abd03de..d8d26f3 100644 Binary files a/networks/evm-80002/image-32.png and b/networks/evm-80002/image-32.png differ diff --git a/networks/evm-80002/image-64.png b/networks/evm-80002/image-64.png index 2808f70..7c17f3c 100644 Binary files a/networks/evm-80002/image-64.png and b/networks/evm-80002/image-64.png differ