# Scaling thumbnail filter properties. maxwidth=640 maxheight=480 # Optional scaling properties for landscape and portrait. #landscape.maxwidth=320 #landscape.maxheight=200 #portrait.maxwidth=200 #portrait.maxheight=320 # Scale option (allowmagnify or fitaspectratio) # allowmagnify: Magnify image if size < maxwidth and maxheight parameters above. # fitaspectratio: Modify aspect ratio to fit image dimension to maxwidthxmaxheight #scaleoption=allowmagnify # scalefactor allows to reduce or magnify image regardless to # maxwidth and maxheight parameters above. #scalefactor=0.5 # quality allows to select compression quality from 0.0 to 1.0 #quality=0.8 # Forward input metadata to scaled image (unknownmarker or all) #metadata=unknownmarker # Abort action on metadata issue (default is ignore) #metadata.error=abort # Watermark image (Use transparent PNG with dimensions < maxwidth x maxheight) #watermark=watermark.png # Watermark locations are: center, topleft, topright, topcenter, bottomleft, bottomright, bottomcenter #watermarklocation=bottomright # Watermark transparency factor from 0.0 to 1.0 (1.0 means no transparency) #watermarkfactor=0.3 # Temporary folder (if not available then it will use user's home. Use auto for same folder as original image) #tmpfolder=c:/temp # Scaled image filename. Values could be "append" or "rename" or "renameifneeded" renamepolicy=append # Supported input image formats for scaling. #For JRE 1.4 without IO Tools. extensions=jpg,jpeg,jpe,gif,png #For JRE 1.5 without IO Tools. #extensions=jpg,jpeg,jpe,gif,png,bmp #For JRE 1.4 or 1.5 with IO Tools. #extensions=jpg,jpeg,jpe,gif,png,bmp,tif,tiff,pnm,raw # Force RGB conversion. forcergb=true # SUN Bug 4881314 workaround. #imageloader=toolkit # Scaling implementation (AWT, ImageIO or ImageIOSubsample)Default is ImageIO. #impl=awt # Multi-step approach for best image quality with ImageIO scaling implementation. #multistep=true # Output image format after scaling (same as input if commented). # GIF outformat is not available. outformat=jpeg # Rotation algorithm (nearestneighbor, bilinear, bicubic). Default is bicubic #rotation.algorithm=nearestneighbor # Misc # Disable filter for image dimensions > maxpixels #maxpixels=9000000 # Stop upload on image operation error (default is ignore). #operation.error=abort # Enable filterparamX/filtervalueX reloading. enable=true