Next version proposals
Opened this issue · 0 comments
Finesse commented
- Use a color library for color notations. For example Primal Color.
- Add ability to auto-clip non-square rotated image. It should be second argument of the
rotate
method. - Remove
$isTransparent
from the constructor and detect it automatically before encoding. - Get rid of
ImageFactory
, make it's methods beImage
static methods.