![]() |
Sailfish Silica pattern for your backgrounds
You always wanted to do your own backgrounds in Sailfish OS Silica style?
http://abload.de/img/jolladly27.png I created a photoshop pattern and a tileable PNG for your pleasure. Have fun with it! :) http://db.tt/YitXvQS8 |
Re: Sailfish Silica pattern for your backgrounds
and this
Code:
composite -compose Screen -tile jolla_pyramid.png wallpaper.jpg output.jpg If composite returns command not found type Code:
apt-get install imagemagick you will need Morpog's file in the working directory A better version according to my taste: 1. darken Morpog's image (you only need to do this once) Code:
convert jolla_pyramid.png -modulate 50 jolla_pyramid_dark.png Code:
convert your_image.jpeg -blur 0x4 temp.jpg Code:
mogrify -modulate 80 temp.jpg Code:
composite -compose Screen -tile jolla_pyramid_dark.png temp.jpg test.jpg Code:
rm temp.jpg full code, assuming darkened jolla_pyramid Code:
#!/bin/sh |
Re: Sailfish Silica pattern for your backgrounds
awesome qwazix!
|
All times are GMT. The time now is 11:39. |
vBulletin® Version 3.8.8