Keep proto compatibility

This commit is contained in:
Ben Olden-Cooligan 2024-01-03 16:12:58 -08:00
parent 3fe4ab874d
commit bb1cd23896

View File

@ -22,6 +22,8 @@ message SerializedImageMetadata {
Grayscale = 1;
BlackAndWhite = 2;
}
bool lossless = 2;
string pageSize = 3;
bool lossless = 3;
string pageSize = 4;
reserved 2;
}