Skip to content

Commit 1024ed9

Browse files
authored
change option position in main class
1 parent df695ff commit 1024ed9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/ImageResize.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class ImageResize
2424
public $quality_webp = 85;
2525
public $quality_png = 6;
2626
public $quality_truecolor = true;
27+
public $gamma_correct = true;
2728

2829
public $interlace = 1;
2930

@@ -48,8 +49,6 @@ class ImageResize
4849

4950
protected $source_info;
5051

51-
protected $gamma_correct = true;
52-
5352
protected $filters = [];
5453

5554
/**

0 commit comments

Comments
 (0)