- 最后登录
- 2011-9-29
- 在线时间
- 247 小时
- 阅读权限
- 30
- 注册时间
- 2008-6-21
- 积分
- 663
- 帖子
- 544
- 精华
- 0
- UID
- 35262
- 性别
- 男
- 积分
- 663
- 帖子
- 544
- 精华
- 0
- UID
- 35262
- 性别
- 男
|
你也可以用这个方法:
stickers: this is a 27 character string describing the stickers of the visible part of the cube. It will first describe the U face, then the F face and finally the R face. The stickers are described in "reading order", which means from the top left to the bottom right as you look at it. The symbols used are:
r: for red
o: for orange
g: for green
b: for blue
w: for white
y: for yellow
x: for grey
size: this is the size (width and height) of the image in pixels. If you don't include this parameter, the script will just take 200 pixels as the size.
So to generate a cube with the F2L solved, like the one shown above, one could use:
<img src="http://william.keniver.com/imagecube.php?stickers=yyoyygybbbyrrrrrrryyygggggg&size=100"> |
|