From b759d0dc6b74ebc312f12d3695ad4338c28d956a Mon Sep 17 00:00:00 2001 From: Semyon Krestyaninov <krestyaninov@perx.ru> Date: Fri, 27 Dec 2024 10:31:54 +0300 Subject: [PATCH] update images GetRequest --- proto/images/images.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proto/images/images.proto b/proto/images/images.proto index b58c473..78f4169 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; -- GitLab