Качество jpeg по-умолчанию - 95. Изменен алгоритм ресайзинга (добавление белых полосок) - отключен для изображений-оргиналов. (не проверено)

This commit is contained in:
Alexander Demidov
2013-09-23 14:07:03 +04:00
parent d3c15f3854
commit 13b2dbd2b0
2 changed files with 8 additions and 11 deletions

View File

@ -1,6 +1,6 @@
<?php
class Image extends File
abstract class Image extends File
{
public $width;
public $height;