From: Sophon Date: 星期一, 16 Aug 2021 07:28:23 +0000 (+0800) Subject: Update bootup logo X-Git-Tag: v1.0~5 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=8498af39fd6836127c8312875bbb122741b8198d;p=edk2-sdm845.git Update bootup logo Version output is temporarily disabled. TODO: Add 1440p res. Signed-off-by: Sophon --- diff --git a/assets/Logo.bmp b/assets/Logo.bmp index ab497c6..bdfe238 100644 Binary files a/assets/Logo.bmp and b/assets/Logo.bmp differ diff --git a/assets/generate-logo.py b/assets/generate-logo.py index 3c49a46..362de96 100644 --- a/assets/generate-logo.py +++ b/assets/generate-logo.py @@ -37,7 +37,7 @@ font = ImageFont.truetype(word_css,word_size) im1=Image.open(imageFile) draw = ImageDraw.Draw(im1) print(font.getsize(strs)) -draw.text((x, y),strs,(255,255,0),font=font) +# draw.text((x, y),strs,(255,255,0),font=font) new_filename = file_save_dir +outputName.replace(",","-").replace("\n","-")+".bmp" im1.save(new_filename)