⠀⠀
Size: a a a
⠀⠀
⠀⠀
⠀⠀
LG
⠀⠀
LG
⠀⠀
⠀⠀
AK
<?php
$binary_data = file_get_contents("source.jpg");
$image = imagecreatefromstring($binary_data);
imagejpeg($image, "destination.jpg", 100);
⠀⠀
<?php
$binary_data = file_get_contents("source.jpg");
$image = imagecreatefromstring($binary_data);
imagejpeg($image, "destination.jpg", 100);
S
⠀⠀
JS
ка
ка
S
$
ка
⠀⠀
JS