ascii, asciiart: add Tamil translation (#8415)

This commit is contained in:
K.B.Dharun Krishna
2022-08-29 02:08:51 +05:30
committed by GitHub
parent 3648227344
commit 8b86e57401
2 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# asciiart
> படங்களை ASCII ஆக மாற்றவும்.
> மேலும் விவரத்திற்கு: <https://github.com/nodanaonlyzuul/asciiart>.
- ஒரு கோப்பிலிருந்து ஒரு படத்தைப் படித்து ASCII இல் அச்சிடவும்:
`asciiart {{பாதை/டு/படம்.jpg}}`
- URL இலிருந்து ஒரு படத்தைப் படித்து, ASCII இல் அச்சிடவும்:
`asciiart {{www.example.com/image.jpg}}`
- வெளியீட்டு அகலத்தைத் தேர்வு செய்யவும் (இயல்புநிலை 100):
`asciiart --width {{50}} {{பாதை/டு/படம்.jpg}}`
- ASCII வெளியீட்டை வண்ணமயமாக்கவும்:
`asciiart --color {{பாதை/டு/படம்.jpg}}`
- வெளியீட்டு வடிவமைப்பைத் தேர்வு செய்யவும் (இயல்புநிலை வடிவம் உரை):
`asciiart --format {{text|html}} {{பாதை/டு/படம்.jpg}}`
- எழுத்து வரைபடத்தைத் தலைகீழாக மாற்றவும்:
`asciiart --invert-chars {{பாதை/டு/படம்.jpg}}`