下载:Galleryscr.pl:修订间差异

来自站长百科
跳转至: 导航、​ 搜索
(新页面: category:Downloads __NOTOC__ =galleryscr.pl= Author: Iain Lea (iain@bricbrac.de) ==Description== Perl script that fetches images from a Gallery or local directory structure and creat...)
 
无编辑摘要
 
(未显示同一用户的1个中间版本)
第2行: 第2行:
__NOTOC__
__NOTOC__
=galleryscr.pl=
=galleryscr.pl=
Author: Iain Lea (iain@bricbrac.de)
编写者:Iain Lea (iain@bricbrac.de)


==Description==
==描述==
Perl script that fetches images from a Gallery or local directory structure and creates a random image collage. It features inclusion or exclusion of specific images, random or sequential selection of images, and various output options. It can be useful for creating images for a screensaver.
Perl脚本,从某Gallery或本地目录结构中获取图片并创建一个随机的图片拼贴。其特点有特定图片的包含及排除,随机或有序的图片选取,以及多种输出选项。这在屏保图片创建方面很有用。


==Compatibility==
==兼容性==
Gallery G1 (currently working on G2 support)
Gallery G1(目前正在尝试在G2上的支持)


==Usage==
==用法==
Usage: galleryscr.pl [options] [file(s) | dir(s)]
用法:galleryscr.pl [options] [file(s) | dir(s)]
       -a album  album from which to download images (default: all)
       -a album  图片下载相册(默认:所有,all)
       -B        convert images to black & white in -m 3 collage mode
       -B        将图片转为-m 3拼贴模式中的黑白效果
       -C color  background color in -m 3 collage mode (default: black)
       -C color  -m 3拼贴模式中的背景(默认:黑色,black)
       -d dir    directory of local gallery containing images
       -d dir    含有图片的本地gallery目录
       -e text  exclude directories and/or images matching pattern
       -e text  排除符合样式的目录和/或图片
       -f mode  1=as-is 2=gallery.ext 3=gal%05d.ext (default: 1)
       -f mode  1=as-is 2=gallery.ext 3=gal%05d.ext(默认:1)
       -F file  image to use instead of default background in -m 3 collage mode
       -F file  取代-m 3拼贴模式中的背景的图片
       -g url    URL of gallery (default: http://gallery.yoursite.com)
       -g url    Gallery的URL(默认:http://gallery.yoursite.com)
       -G [1|2]  gallery version being accessed (default: v1.x)
       -G [1|2]  访问的gallery版本(默认:v1.x)
       -i text  include directories and/or images matching pattern
       -i text  包括符合样式的目录和/或图片
       -l        list available albums for specified gallery
       -l        为特定gallery列出可用相册
       -m mode  1=sequential 2=random 3=collage (default: 1)
       -m mode  1=有序 2=随机 3=拼贴(默认:1)
       -n num    output number of images and then exit
       -n num    输出图片数量并退出
       -o dir    output images to this directory (default: .)
       -o dir    将图片输出至此目录(默认:.
       -p pass  password to use to login to gallery
       -p pass  用于登入gallery的密码
       -q        quiet mode (unless errors are encountered)
       -q        静音模式(除非发生错误)
       -s secs  seconds to sleep before fetching next image (default: 15)
       -s secs  下次图片获取之前的睡眠计秒(默认:15)
       -S size  image size in -m 3 collage mode (default: 1024x768)
       -S size  -m 3拼贴模式中的图片尺寸(默认:1024x768)
       -u user  username to use to login to gallery (default: admin)
       -u user  用于登入gallery的用户名 (默认:admin)
       -z        zap all image files that were output during session
       -z        zap所有在对话中输出的图片文件
       -h        help
       -h        帮助
       -v        verbose
       -v        verbose


==Download==
==下载==
http://freshmeat.net/projects/galleryscr/
http://freshmeat.net/projects/galleryscr/

2008年10月11日 (六) 15:17的最新版本


galleryscr.pl[ ]

编写者:Iain Lea (iain@bricbrac.de)

描述[ ]

Perl脚本,从某Gallery或本地目录结构中获取图片并创建一个随机的图片拼贴。其特点有特定图片的包含及排除,随机或有序的图片选取,以及多种输出选项。这在屏保图片创建方面很有用。

兼容性[ ]

Gallery G1(目前正在尝试在G2上的支持)

用法[ ]

用法:galleryscr.pl [options] [file(s) | dir(s)]

      -a album  图片下载相册(默认:所有,all)
      -B        将图片转为-m 3拼贴模式中的黑白效果
      -C color  -m 3拼贴模式中的背景(默认:黑色,black)
      -d dir    含有图片的本地gallery目录
      -e text   排除符合样式的目录和/或图片
      -f mode   1=as-is 2=gallery.ext 3=gal%05d.ext(默认:1)
      -F file   取代-m 3拼贴模式中的背景的图片
      -g url    Gallery的URL(默认:http://gallery.yoursite.com)
      -G [1|2]  访问的gallery版本(默认:v1.x)
      -i text   包括符合样式的目录和/或图片
      -l        为特定gallery列出可用相册 
      -m mode   1=有序  2=随机  3=拼贴(默认:1)
      -n num    输出图片数量并退出
      -o dir    将图片输出至此目录(默认:.)
      -p pass   用于登入gallery的密码
      -q        静音模式(除非发生错误)
      -s secs   下次图片获取之前的睡眠计秒(默认:15)
      -S size   -m 3拼贴模式中的图片尺寸(默认:1024x768)
      -u user   用于登入gallery的用户名 (默认:admin)
      -z        zap所有在对话中输出的图片文件
      -h        帮助
      -v        verbose

下载[ ]

http://freshmeat.net/projects/galleryscr/