File "graphicsmagick.php"
Full Path: /home/amervokv/ecomlive.net/wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/graphicsmagick.php
File size: 1014 B
MIME-type: text/html
Charset: utf-8
<div id="graphicsmagick" style="display:none;">
<div class="graphicsmagick converter-options">
<h3>Gmagick binary options</h3>
<p>This conversion method works by executing gmagick binary (the 'gm convert' command).</p>
<div>
<label for="graphicsmagick_use_nice">
Use nice
<?php echo helpIcon(
'Enabling this option saves system resources at the cost of slightly slower conversion.'
); ?>
</label>
<input type="checkbox" id="graphicsmagick_use_nice">
<br>
</div>
<br>
<?php
/*
Removed (#243)
if (!$canDetectQuality) {
printAutoQualityOptionForConverter('graphicsmagick');
}*/
?>
<!--
<button onclick="updateConverterOptions()" class="button button-primary" type="button">Update</button>
-->
<!-- <a href="javascript: tb_remove();">close</a> -->
<?php webp_express_printUpdateButtons() ?>
</div>
</div>