jpeg-turbod ~master (2022-05-10T06:28:00.9317296)
Dub
Repo
Compressor
jpeg_turbod
compress
Undocumented in source.
class
Compressor {
this
();
~this
();
char
[]
errorInfo
();
bool
compress
(ubyte[] pixels, ubyte[] jpeg, int width, int height, int quality);
}
Constructors
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
compress
bool
compress
(ubyte[] pixels, ubyte[] jpeg, int width, int height, int quality)
Undocumented in source.
errorInfo
char
[]
errorInfo
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
jpeg_turbod
compress
classes
Compressor