You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this idea from https://github.com/varietywalls/variety, and they are using ImageMagick to transform the image. They also prove smart resizing which does 2 things ->
If the image aspect ratio is close to user diplay ratio, then it uses crop ( as very little information will be lost ).
If the image aspect ratio is not close to user display ratio, then it uses fit with blur ( as no information will be lost).
So either this can be left to user or can be implemented in swww. I still haven't looked into cli of image-magick.
Currently the option
--resize fit
willFit within screen, pad with black. preserving the original aspect ratio
.A new resize option where instead of using black to pad, blur background of same wallpaper is used.
For example ->
The text was updated successfully, but these errors were encountered: