added docker compose to run everything in one go
This commit is contained in:
@@ -38,6 +38,8 @@ func TestImgForModel(c *Context, model *BaseModel, path string) (result bool) {
|
||||
model_color = "greyscale"
|
||||
case color.NRGBAModel:
|
||||
fallthrough
|
||||
case color.RGBAModel:
|
||||
fallthrough
|
||||
case color.YCbCrModel:
|
||||
model_color = "rgb"
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user