Terminal Graphics
Single-file, header-only C++20 functionality for producing graphics on the terminal using the sixel protocol
|
Adapter class to magnify an image. More...
Public Member Functions | |
magnify (const ImageType &image, int factor) | |
int | width () const |
int | height () const |
decltype(std::declval< const ImageType >()(0, 0)) | operator() (int x, int y) const |
Adapter class to magnify an image.
This makes the image factor
bigger than the original.
|
inline |
|
inline |
|
inline |
|
inline |