freeimage.h

FreeImage_JPEGTransformCombinedU

DLL_API BOOL DLL_CALLCONV FreeImage_JPEGTransformCombinedU(const wchar_t *src_file,
const wchar_t *dst_file, FREE_IMAGE_JPEG_OPERATION operation, int* left, int* top,
int* right, int* bottom, BOOL perfect FI_DEFAULT(TRUE));

Esta función trabaja exactamente igual que FreeImage_JPEGTransformCombined pero soporta nombres de fichero UNICODE. Esta función sólo funciona en sistemas operativos MS Windows. En otros sistemas, la función no hace nada y retorna FALSE.