tjFree

Free an image buffer previously allocated by TurboJPEG. You should always use this function to free JPEG destination buffer(s) that were automatically (re)allocated by #tjCompress2() or #tjTransform() or that were manually allocated using #tjAlloc().

@param buffer address of the buffer to free

@sa tjAlloc()

extern (C)
void
tjFree
(
ubyte* buffer
)

Meta