mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
feat(version): v1 release. see history for details
This commit is contained in:
parent
a0fc602e69
commit
c57a8c1320
14 changed files with 181 additions and 108 deletions
|
|
@ -72,9 +72,9 @@ func TestImageInterpretation(t *testing.T) {
|
|||
name string
|
||||
interpretation Interpretation
|
||||
}{
|
||||
{"test.jpg", INTERPRETATION_sRGB},
|
||||
{"test.png", INTERPRETATION_sRGB},
|
||||
{"test.webp", INTERPRETATION_sRGB},
|
||||
{"test.jpg", InterpretationSRGB},
|
||||
{"test.png", InterpretationSRGB},
|
||||
{"test.webp", InterpretationSRGB},
|
||||
}
|
||||
|
||||
for _, file := range files {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue