Home
last modified time | relevance | path

Searched refs:scaling (Results 26 – 29 of 29) sorted by path

12

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.demo.php141 …n' => 'width=300px, watermark (absolute position (75x50), rotation (45), scaling (75x75)))'.$only_…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt227 ¤ "wmi" filter now supports watermark scaling & rotation
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php175 $scaling = (255 - abs($amount)) / 255;
182 $NewPixel[$key] = round($baseamount + ($OriginalPixel[$key] * $scaling));
209 $scaling = 1 + ($amount / 255);
211 $scaling = (255 - abs($amount)) / 255;
218 $NewPixel[$key] = min(255, max(0, round($OriginalPixel[$key] * $scaling)));
/plugin/revealjs/
H A DREADME.md272 …50px` (it is generally recommended to use only percent values - they are scaling nice with the res…
273 …tion - it is generally recommended to use only percent values - they are scaling nice with the res…

12