Mario Hero
Mario Hero
Same request, you can use Glide on Java which support avif easily, or use libavif on C directly. The avif files are much smaller than jpg, so I convert almost...
Ok, I solved it... I simply added the dependency "com.github.bumptech.glide:avif-integration:$latestversion" and built it, then it worked!!!!!!!!!!! Now it can show avif pictures on my Huawei Nova7
I uploaded the apk, you can try it at https://github.com/Mario-Hero/Simple-Gallery-AVIF/releases/tag/Publish > nice! did you tested with images created from photos using imagemagick "convert" tool? I noticed that some sample avif...
hey @tibbi I add the avif dependency and make a pull request, it works fine. Check it at [here](https://github.com/SimpleMobileTools/Simple-Gallery/pull/3030). The apk is [here](https://github.com/Mario-Hero/Simple-Gallery-AVIF/releases/tag/Publish). Thanks!
> @Mario-Hero Did you try move it to https://github.com/FossifyOrg? No, and i don't know what is Fossify.
what? ---- Replied Message ---- | From | ***@***.***> | | Date | 01/07/2024 15:37 | | To | ***@***.***> | | Cc | Mario ***@***.***>***@***.***> | | Subject |...
打开脚本文件夹,打开你要解压的文件所在的文件夹,直接把你想要解压的文件拖动到这个脚本的图标上就能执行,相当于在cmd里直接执行 toolUnRar.py 要解压的文件.rar,之所以用拖动是因为拖动更快,不用输入文件地址。我是在桌面创建了脚本的快捷方式,然后把文件拖到这个快捷方式,这样更方便。在Windows下就是按上述操作来做,在Linux下就只能输入命令了,不是很方便。 使用前,你需要打开脚本,把你常用的密码输入到PASSWD里。
我刚刚上传了新版本,支持Linux。在我的Fedora 36上没什么问题,你下载测试一下?
需要
你先拿下面的代码试一下。我再测试几天看看 ```python #!/usr/bin/python3 # _*_ coding: UTF-8 _*_ # Created by Mario Chen, 04.04.2021, Shenzhen # My GitHub site: https://github.com/Mario-Hero import random import shutil import sys import os import subprocess...