imageserver.conf

来自「图片管理程序」· CONF 代码 · 共 30 行

CONF
30
字号
# Configuration for the image server# Use the internal image scaler (default).  If this does not work, try# ExternalImageServerScaler# scaler_class net.spy.photo.rmi.JavaImageServerScaler# 100% java based image scaler# scaler_class net.spy.rmi.JavaImageServerScaler# External image scaler, uses convert.cmd (see beolow) to perform the# conversionscaler_class net.spy.photo.rmi.ExternalImageServerScaler# Command to scale images.  This command will be called with the# following arguments:# argv[1] -geometry# argv[2] WxH  (where W is the numeric width and H is the numeric height)# argv[3] inputfile.jpg# argv[4] outputfile.jpgconvert.cmd	/usr/local/bin/convert # DB stuffdb.driver	org.postgresql.Driverdb.url	jdbc:postgresql://localhost/photodb.user	nobodydb.pass# Where the rhash server isrhash.url	//localhost/RObjectServer

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?