[docs] New arguments for the image-cache: crop=guides-cross [guides-index=x,y]: Crop _around_ the point specified by the intersection of the two guides. Useful with max-width=.. and max-height=..., primary for thumbnail generation. crop=guides-region [guides-index=x1,y1[-x2,y2]] Crop to the specified region before doing any scales. Also useful with max-width=... and max-height=... for thumbnail generation. If guides-index is x1,y1, the guides x1,y1 and x1+1,y1+1 will be used, counting from the left and the top, respectively. If both the ending and starting indexes (x2,y2) are specified, thoose guides will be used. Rev: server/base_server/roxen.pike:1.630