Might be nice to write a small javascript to simplify the process of requesting images dynamically. Something with an API like: ``` js request_image( storage_path, { adjustment: [args], adjustment2: [args] }, function callback (info_obj) { ... } ); ```