-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello and thanks for this amazing library!
I'm trying to use it for CLI captcha generation based on this library.
As understand, there is no way to make image smaller or increase the resolution because symbols are hardcoded
But maybe I have missed some trick or the API option
Here is my captcha example, that takes lot of space in terminal:
I can operate with the width attribute only but no luck to reduce it less than 50 value:
$image = new \Ixnode\PhpCliImage\CliImage(
$captcha->get(),
50 // that is min possible value in my case
);Metadata
Metadata
Assignees
Labels
No labels

