e-Book Tips Photoshop for Photography: Cara Membuat Efek ROL (Ray of Lights) pada Foto di Photoshop
0 Comments - 30 Jan 2012
oleh Ramadhan Bagaskara Arya Pramuka, Professional Photographer Indonesia Baru-baru ini, saya mendapat PM (private message) dari sahabat saya di Bandung Sriwijaya, yang memohon pencerahannya untuk membuat ROL (Ray of Lights). Saya menjawab bahwa, f...

More Link
Instagram Filters as Photoshop Actions
0 Comments - 01 Oct 2011
I recently did a google search to see if anyone had “converted” instagram filters to photoshop actions. After not finding any results, I decided to see if I could do it myself. I didn’t get a 100% exact match, but it’s pretty close. Im starting w...

More Link

Jumat, 23 Oktober 2009

Membuat Usplash

Langkah-langkah
1. Download file throbber dan konfigurasi theme usplash (ada di download area). Ekstrak ke folder usplash.

# mkdir usplash
# unzip throbber.zip usplash/

2. Kopikan file usplash.png anda

# cp -f usplash.png usplash/

3. Meng-generate .c source

# cd usplash/
# pngtousplash usplash.png > usplash.c
# pngtousplash throbber_back.png > throbber_back.c
# pngtousplash throbber_fore.png > throbber_fore.c

4. Meng-compile .c menjadi file object .o

# gcc -g -Wall -fPIC -o usplash.o -c usplash.c
# gcc -g -Wall -fPIC -o throbber_back.o -c throbber_back.c
# gcc -g -Wall -fPIC -o throbber_fore.o -c throbber_fore.c
# gcc -g -Wall -fPIC -o usplash-theme.o -c usplash-theme.c

5. Meng-compile semua file object menjadi shared library

# gcc -g -Wall -fPIC -shared -o usplash.so *.o

6. Kopi file usplah-default ke

# root-live/usr/lib/usplash/usplash-artwork.so
# initrd/usr/lib/usplash/usplash-artwork.so

Jangan lupa mengeset nilai resolusi usplash di usplash.conf, baik di /etc/usplash.conf maupun di initrd.

0 komentar:

Posting Komentar