|
2013-12-12
, 22:30
|
Posts: 131 |
Thanked: 241 times |
Joined on Feb 2012
|
#42
|
#!/bin/bash
imageName=jolla-background-03.jpg
convert $imageName -crop 480x818+0+36 bg.png
convert $imageName -crop 480x36+0+0 Pstatus.png
convert $imageName meegotouch-desktop-bg.png
LimageName=meegotouch-desktop-bg-landscape.png
convert $LimageName -crop 854x444+0+36 bg-landscape.png
convert $LimageName -crop 854x36+0+0 Lstatus.png
|
2013-12-13
, 06:06
|
|
Posts: 644 |
Thanked: 480 times |
Joined on Jul 2012
@ Finland
|
#43
|
|
2013-12-13
, 06:26
|
|
Posts: 1,552 |
Thanked: 3,108 times |
Joined on Jun 2012
@ Russia, 96
|
#44
|
|
2013-12-13
, 06:32
|
|
Posts: 644 |
Thanked: 480 times |
Joined on Jul 2012
@ Finland
|
#45
|
|
2013-12-13
, 06:57
|
Posts: 131 |
Thanked: 241 times |
Joined on Feb 2012
|
#46
|
apt-get install imagemagick libmagick10
|
2013-12-13
, 07:22
|
|
Posts: 1,552 |
Thanked: 3,108 times |
Joined on Jun 2012
@ Russia, 96
|
#47
|
|
2013-12-13
, 13:52
|
Posts: 44 |
Thanked: 9 times |
Joined on Apr 2013
|
#48
|
I really like your Theme!
i made a small modification, in which i changed some colors and i changed the background images. I sometimes want to change the colors and backgrounds of my used theme.
It is easy to crop the images using imagemagick
I changes also a lot of colors in order to reduce all used to mainly three colors. I only want two text colors and a button background color,
I put a script which changes a lot of colors n the newest transparent theme 0.07. Just unzip the theme and run replace_colors.sh inside transparent directory.
The background images can be generated with crop_images.sh the 6 images should be copied into transparent/meegotouch/images/backgrounds/
|
2013-12-13
, 14:33
|
|
Posts: 644 |
Thanked: 480 times |
Joined on Jul 2012
@ Finland
|
#49
|
|
2013-12-13
, 15:54
|
Posts: 44 |
Thanked: 9 times |
Joined on Apr 2013
|
#50
|