# Image 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 # 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 "rename" or "append". 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) #impl=awt # Output image format after scaling (same as input if commented). # GIF outformat is not available. outformat=jpg # 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