利用 Java 以不同形狀剪裁圖像 (Use Java to cut a shape of area from an image)

import java.awt.image.BufferedImage;import java.awt.Graphics2D;import java.awt.Color;import java.awt.Polygon;import java.awt.Rectangle;import java.awt.geom.Ellipse2D;

public static BufferedImage cutEllipse(BufferedImage source, int x, int y, int width, int height, int cx, int cy, Color color){    BufferedImage out = new BufferedImage(width, height, source.getType());    Graphics2D
apple.jpg
Continue reading...

Tetro("踏盡天涯路") ------ 不是大製作,卻是大師級!
























Film : Tetro (2009)
Directed by Francis Ford Coppola
Written by Francis Ford Coppola
Starring Vincent Gallo/ Alden Ehrenreich/ Maribel Verdú/ Carmen Maura/ Klaus Maria Brandauer
Music by Osvaldo Golijov
Language English/ Italian/ Spanish

1. 看到哥普拉加Vincent Gallo(Buffalo ’66),不用想,一定要看!結果沒有失望,暫時今年HKIFF我看過的最好的一齣,也相信餘下未

假如我先死

這幾天家裏裝修,把全屋的地氈換上木地板,雖然不是很大的工程,但也要將大小房間廳堂裏的東西搬來搬去。最頭痛的當然是我的書房,先要把書入箱, 搬出書房,那已是十多個箱子,然後搬書架;那幾個大書架都跟牆壁接駁

Lebanon("黎巴嫩") ------ See the War from the Tank Inside!
























Film : Lebanon (2009)
Directed by Samuel Maoz
Written by Samuel Maoz
Starring Oshri Cohen/ Zohar Shtrauss/ Itay Tiran/ Michael Moshonov/ Yoav Donat
Music by Alex Claude, David Liss
Country: Israel
Language: Hebrew
Running time: 90 minutes

1. 全片幾乎全是拍攝在一坦克內的情況及坦克瞄準器看出面的情況!故事背景是1982年以色列入侵黎巴嫩

How not to set up IP aliases on Ubuntu (and probably Debian)

Suppose that you need some IP aliases on an Ubuntu machine. So you go to /etc/network/interfaces and slavishly make yourself some, copying themain stanza a number of times to make entries that looks like this:

auto eth0:0iface eth0:0 inet static  address 128.100.1.A  network 128.100.1.0  netmask 255.255.255.0  broadcast 128.1

利用 Java 反轉圖片 (Use Java to reverse an image)

import java.awt.image.BufferedImage;

public static BufferedImage verticalReverse(BufferedImage source){    BufferedImage out = new BufferedImage(source.getWidth(), source.getHeight(), source.getType());    for (int i = 0; i < source.getWidth(); i++){        for (int j = 0; j < source.getHeight(); j++){            out.setRGB(i, j, source.getRGB(i, source.getWidth
apple.jpg
Continue reading...

Colour

Just as a writer plays with words, a painter works with colours. Good painters dance back and forth across an infinite splendour of hues. For novice like me, it may require a hell of a lot of lessons to learn the know-how.

Yes, though it shames me to say it now, I wasn't sure what to answer when my wife quizzed me about the three primary colours. Truth be told, I've been having a hard time figuring out the colours of the clothes in my

小公告

我的facebook account不明不白被admin disabled了,(快d俾返個acc我呀!!!!!)

所以,

有興趣繼續與我吹水的朋友們,

除了email,

可在twitter follow我和在微博關注我~


https://twitter.com/petitelaine

https://t.sina.com.cn/petitelaine




The Killer Inside Me(殺慾魔警) ----- Sigmund Freud's theory示範作!
























Film : The Killer Inside Me (2010 USA)
Directed by Michael Winterbottom
Written by Jim Thompson/ Robert Weinbach/ Michael Winterbottom/
Starring Casey Affleck/ Jessica Alba/ Kate Hudson/ Bill Pullman
Music by Melissa Parmenter
Running Time: 120mins

1. 改編自50s的同名小說,原來美國那些好的戲名全也是改自小說!原來此戲由50s已有人想把它拍成電

因為 Up In The Air ……

**最近看了 << 寡佬飛行日記 >> ( Up In The Air ) ,很感慨,但不是關心 George Clooney飾演的 Ryan Bingham 感情有沒有著落,而是戲中一幕又一幕的炒人場面,驚心動魄。

我想起許多年前的一篇舊文 << 一份工 >> , 訴說了一個打工仔的無奈,那

Continue reading...