How can I set up custom ImageResizer urls?
问题 I'm just getting started with ImageResizer and I'm stuck on what seem like totally basic questions: I have an uploader that I use to put images into a directory that's not directly accessible over HTTP. (If I just put a image at, say, /images/myimage.jpg , then anyone could access it by just asking for it, whereas I want to limit access via thumbnails, watermarks, etc.). So I want to put it at /offlimits/myimage.jpg , but be able to serve it up at /public/images/myimage.jpg . I don't really