freeimage.h

FreeImage_JPEGCropU

DLL_API BOOL DLL_CALLCONV FreeImage_JPEGCropU(const wchar_t *src_file, const wchar_t
*dst_file, int left, int top, int right, int bottom);

Esta función trabaja exactamente igual que FreeImage_JPEGCrop 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.