imageformats v6.1.2 (2017-10-31T11:08:58Z)
Dub
Repo
FileWriter
imageformats
Undocumented in source.
package
class
FileWriter :
Writer
{
this
(char[] filename);
this
(File f);
void
rawWrite
(ubyte[] block);
void
flush
();
}
Constructors
this
this
(char[] filename)
Undocumented in source.
this
this
(File f)
Undocumented in source.
Members
Functions
flush
void
flush
()
Undocumented in source. Be warned that the author may not have intended to support it.
rawWrite
void
rawWrite
(ubyte[] block)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Writer
rawWrite
void
rawWrite
(ubyte[] )
Undocumented in source.
flush
void
flush
()
Undocumented in source.
Meta
Source
See Implementation
imageformats
modules
bmp
jpeg
png
tga
aliases
LineConv
classes
FileReader
FileWriter
ImageIOException
MemReader
MemWriter
enums
ColFmt
_ColFmt
functions
get_converter
read_image
read_image_from_mem
read_image_info
write_image
interfaces
Reader
Writer
structs
IFImage
IFImage16