Method Image.Image()->make_ascii()
- Method make_ascii
make_ascii(stringobjectorient1,objectorient2,objectorient3,objectorient4,int|voidtlevel,int|voidxsize,int|voidysize)- Description
-
This method creates a string that looks like the image. Example:
//Stina is an image with a cat. array(object) Stina4=Stina->orient4(); Stina4[1]*=215; Stina4[3]*=215; string foo=Stina->make_ascii(@Stina4,40,4,8);
- Returns
-
some nice acsii-art.
- Note
-
experimental status; may not be exact the same output in later versions
| / - \ hue= 0 64 128 192 (=red in an hsv image) - See also
-
orient,
orient4