Skip to content

Commit

Permalink
Fix test for gamma
Browse files Browse the repository at this point in the history
  • Loading branch information
jawngee committed Jun 3, 2024
1 parent 9059fe2 commit 6e8ffb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vips/image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,6 @@ func TestImageRef_SetGamma(t *testing.T) {

image, err := NewImageFromFile(resources + "png-24bit.png")
require.NoError(t, err)
require.Equal(t, 8, image.Pages())

err = image.Gamma(1.0 / 2.4)
require.NoError(t, err)
Expand Down

0 comments on commit 6e8ffb5

Please sign in to comment.