This looks like a really great module but here is my siuation: I have a node type called "Album" and my users can upload images to a multi-value ImageField in those nodes. After they uploaded some images to their albums, my users should be able to insert some of them in a text node (e.g. Story). Since I allow images to be uploaded ONLY to the albums, there is no need for the "Upload New" link on top of Image Browser, i.e. I want to avoid any "stray images" - users can pick images that have already been uploaded to an album only.
Also when an image is selected in the browser, I see some options like: "ImageCache Preset:", "Link", "Styles", etc. While this gives great flexibility to power users and site admins, in my case the end users will use the Image Browser. No one can expect the average web user to know what ImageCache preset is ;-) Such options will only confuse the average user and I would like the ability to disable them.

Ideally I need some config options like:
- Enable/Disable the "Upload new" button
- Enable/Disable the "ImageCache Preset" selector
- Set default ImageCache Preset: ...

Thanks!