AS a package user, I want to be able to output the image as a converted ASCII art #116
Labels
No labels
blocked
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs tests
question
spike
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
epic
type
investigation
type
story
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Total time spent: 14 minutes 51 seconds
Due date
Vylpes
14 minutes 51 seconds
No due date set.
Dependencies
No dependencies set.
Reference: RabbitLabs/random-bunny#116
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Epic: #70
Story Points: 5
AS a package user, I want to be able to output the image as a converted ASCII art
SO THAT I can for fun see the image in the terminal
Acceptance Criteria
AS a package user
GIVEN I want to see the ASCII art
WHEN I use the flag
-a
or--ascii
THEN the output should be the image converted into ascii
AS a package user
GIVEN I want to see the ASCII art in colour
WHEN I use the flag
-ac
or--ascii --colour
THEN the output should be the image converted into ascii with 8 bit colour
AS a package user
GIVEN I want to change the size of the ASCII art
WHEN I use the flag
-a --size=100
or--ascii --size=100
THEN the output should be the image at the size of 100x100
Subtasks
--ascii
/-a
flag--colour
/-c
flag--size
flagNotes
--colour
and--size
should only be allowed to be used when--ascii
is suppliedThe CLI should be able to output the image as ASCII artto AS a package user, I want to be able to output the image as a converted ASCII art