| Fri, 2009 Jan 2 am 3:44 | ps: ghostscript: png: ps: imagemagick: It turns out imagemagick uses ghostscript to convert eps files to a raster format. So if you want special options (like specifying the resolution in DPI, -r XXX), then you use ghostscript. Here's my example: gs -r140 -dSAFER -dBATCH -dNOPAUSE -dEPSCrop -sDEVICE=png16m -dGraphicsAlphaBits=4 -sOutputFile=tmp.png imageMarked-center1000.eps |
| Sat, 2008 Dec 27 am 11:11 | IoOQWFqBzGt |
| Mon, 2008 Dec 22 am 7:28 | chinese: cn: Chinese Bible (Union, traditional character set) |
| Sun, 2008 Dec 21 pm 8:35 | mORIJurKHcWqZtkgoft |
| Sat, 2008 Dec 20 am 3:44 | mKvMeVxkMq |
| Thu, 2008 Dec 18 am 8:37 | quote: humor: paper: Paper quote of the day: "Watching people move is a favorite human pastime," Horprasert et al., "An anthropometric shape model for estimating head orientation" 3rd International Workshop on Visual Form, 1997 |
| Wed, 2008 Dec 17 am 10:58 | IyEswIeYENfNIWJ |
| Wed, 2008 Dec 17 am 9:38 | template: style: css: A page with a simple yet pleasant CSS style |
| Tue, 2008 Dec 16 am 8:15 | sshfs: sshfs: ssh: mount: I use sshfs to mount an ssh-accessible filesystem which looks just like a local filesystem. I followed The Linux Journal instructions. The Ubuntu Blog was also helpful. |