html how to picutres code example
Example 1: resgion html
<!--#region main -->
<div></div>
<!--#endregion -->
Example 2: size pilimage
from PIL import Image
MyImage = Image.open('path/to/my/image.jpg')
width, height = MyImage.size
<!--#region main -->
<div></div>
<!--#endregion -->
from PIL import Image
MyImage = Image.open('path/to/my/image.jpg')
width, height = MyImage.size