diff --git a/proto/images/images.proto b/proto/images/images.proto
index b58c473680bc45b6f8ed2e0c74adcf1c36f5c96b..78f4169a3b2d01f054c51da820fc008053c43a3d 100644
--- a/proto/images/images.proto
+++ b/proto/images/images.proto
@@ -15,6 +15,12 @@ message GetRequest {
 
   message GetOptions {
     repeated Param params = 1;
+    optional string preset = 2;
+    optional string format = 3;
+    optional int32 quality = 4;
+    optional string hint = 5;
+    optional string resampling = 6;
+    optional bool no_cache = 7;
   }
 
   files.File source = 1;