Easy way to get base64 for the image to display in the template, ... import os import base64 def image_as_base64(image_file, format='png'): ...
確定! 回上一頁