Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO #1

Open
KarelWintersky opened this issue Aug 27, 2024 · 1 comment
Open

TODO #1

KarelWintersky opened this issue Aug 27, 2024 · 1 comment

Comments

@KarelWintersky
Copy link
Member

$wm 
    = (new \AJUR\Wrappers\GDImageInfo('test.jpg'))
    ->load()
    ->resizeImageAspect()
    ->applyFilter(123)
    ->crop()
    ->setQuality()
    ->setFilename()
    ->store()
    ->destroyImage();

Что-то подобное делает ajur-media/php-image-resize , которая сделана на базе Gumlet/php-image-resize

но нам нужна библиотека, которая умеет делать цепочки вызовов и при этом имеет статические методы-хелперы для частых задач (внутри они делают цепочки вызовов)

@KarelWintersky
Copy link
Member Author

В качестве цвета нужно принимать GDColor объект (red, green, blue, alpha) и его же возвращать.

  • конверсия объекта в массив с ключами/без ключей.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant