dimage.util

Undocumented in source.

Public Imports

bitleveld.reinterpret
public import bitleveld.reinterpret;
Undocumented in source.

Members

Functions

adam7
ubyte[] adam7(ubyte[] input, size_t bytedepth)

Adam7 deinterlacing algorithm

bigEndianStreamToNative
T[] bigEndianStreamToNative(T[] source)

Converts a Big Endian stream to native.

compareImages
void compareImages(Image a, Image b)

Image compatison for unittests

getFirstString
string getFirstString(ubyte[] stream)

Separates the first string out from the datastream.

nativeStreamToBigEndian
T[] nativeStreamToBigEndian(T[] source)

Converts a native stream to Big Endian.

stringCpy
void stringCpy(CR target, string input)

Copies the content of a string array into a static char array

Meta