dtiv ~move_to_std_experimental_color (2022-05-22T20:04:38.008792)
Dub
Repo
RawImgWrapper
dtiv
main
Represents raw bytes picture Useful for testing purposes
struct
RawImgWrapper {
int
w
;
int
h
;
this
(string filename);
Pixel
getPixel
(int x, int y);
}
Constructors
this
this
(string filename)
Undocumented in source.
Members
Functions
getPixel
Pixel
getPixel
(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
h
int
h
;
Undocumented in source.
w
int
w
;
Undocumented in source.
Meta
Source
See Implementation
dtiv
main
functions
main
structs
IFImgWrapper
RawImgWrapper
Represents raw bytes picture Useful for testing purposes