Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ScriptLineStudios/Imagscii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

Imagscii πŸ“·

Python 3.6

A free ascii image filter API Just upload an image and get the image back in ascii characters!

Untitled design(4)

Its your choice -> You decide how detailed you want your images to be! Just specify a spacing between characters and the character size!

Untitled design(3)

How to use it ❓

Sample request using Python and the requests module:

import requests
open("OUT_FILE.jpg", "wb").write(requests.post("https://imagscii.com/create/16/8", files={"file": open("FILE_TO_PROCESS.png", "rb")}).content)

The format for a request is the following: https://www.imagscii.com/create/FONT_SIZE/SPACING

The same request using curl: curl -X POST -F file=@FILE_TO_PROCESS.png https://www.imagscii/create/16/8 >> OUT_FILE.png

Releases

No releases published

Packages

No packages published

Languages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /