More clarifications.

image
Oliver 1 year ago
parent fe3a4b46b1
commit 326f2db68c

@ -55,10 +55,11 @@ type pixel struct {
// [Image.SetDithering]). // [Image.SetDithering]).
// //
// Images are approximated by graphical characters in the terminal. The // Images are approximated by graphical characters in the terminal. The
// resolution is therefore limited by the number of characters that can be drawn // resolution is therefore limited by the number and type of characters that can
// in the terminal and the colors available in the terminal. The quality of the // be drawn in the terminal and the colors available in the terminal. The
// final image also depends on the terminal's font and spacing settings, none of // quality of the final image also depends on the terminal's font and spacing
// which are under the control of this package. Results may vary. // settings, none of which are under the control of this package. Results may
// vary.
type Image struct { type Image struct {
*Box *Box

Loading…
Cancel
Save