mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-17 19:19:47 +00:00
Comment out grayscale and 4:2:0 for now
This commit is contained in:
@@ -247,14 +247,14 @@ export default class AVIFEncoderOptions extends Component<Props, State> {
|
|||||||
<Expander>
|
<Expander>
|
||||||
{showAdvanced &&
|
{showAdvanced &&
|
||||||
<div>
|
<div>
|
||||||
<label class={style.optionInputFirst}>
|
{/*<label class={style.optionInputFirst}>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
data-set-state="grayscale"
|
data-set-state="grayscale"
|
||||||
checked={grayscale}
|
checked={grayscale}
|
||||||
onChange={this._inputChange('grayscale', 'boolean')}
|
onChange={this._inputChange('grayscale', 'boolean')}
|
||||||
/>
|
/>
|
||||||
Grayscale
|
Grayscale
|
||||||
</label>
|
</label>*/}
|
||||||
<Expander>
|
<Expander>
|
||||||
{!grayscale && !lossless &&
|
{!grayscale && !lossless &&
|
||||||
<label class={style.optionTextFirst}>
|
<label class={style.optionTextFirst}>
|
||||||
@@ -265,7 +265,7 @@ export default class AVIFEncoderOptions extends Component<Props, State> {
|
|||||||
onChange={this._inputChange('subsample', 'number')}
|
onChange={this._inputChange('subsample', 'number')}
|
||||||
>
|
>
|
||||||
<option value="1">4:2:0</option>
|
<option value="1">4:2:0</option>
|
||||||
<option value="2">4:2:2</option>
|
{/*<option value="2">4:2:2</option>*/}
|
||||||
<option value="3">4:4:4</option>
|
<option value="3">4:4:4</option>
|
||||||
</Select>
|
</Select>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user