2 * MSCMS - Color Management System for Wine
4 * Copyright 2004, 2005 Hans Leidekker
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 #include "wine/debug.h"
32 WINE_DEFAULT_DEBUG_CHANNEL(mscms);
34 BOOL WINAPI AssociateColorProfileWithDeviceA( PCSTR machine, PCSTR profile, PCSTR device )
36 FIXME( "( %p, %p, %p ) stub\n", machine, profile, device );
41 BOOL WINAPI AssociateColorProfileWithDeviceW( PCWSTR machine, PCWSTR profile, PCWSTR device )
43 FIXME( "( %p, %p, %p ) stub\n", machine, profile, device );
48 BOOL WINAPI CheckBitmapBits( HTRANSFORM transform, PVOID srcbits, BMFORMAT format, DWORD width,
49 DWORD height, DWORD stride, PBYTE result, PBMCALLBACKFN callback,
52 FIXME( "( %p, %p, 0x%08x, 0x%08lx, 0x%08lx, 0x%08lx, %p, %p, 0x%08lx ) stub\n",
53 transform, srcbits, format, width, height, stride, result, callback, data );
58 BOOL WINAPI CheckColors( HTRANSFORM transform, PCOLOR colors, DWORD number, COLORTYPE type,
61 FIXME( "( %p, %p, 0x%08lx, 0x%08x, %p ) stub\n", transform, colors, number, type, result );
66 BOOL WINAPI ConvertColorNameToIndex( HPROFILE profile, PCOLOR_NAME name, PDWORD index, DWORD count )
68 FIXME( "( %p, %p, %p, 0x%08lx ) stub\n", profile, name, index, count );
73 BOOL WINAPI ConvertIndexToColorName( HPROFILE profile, PDWORD index, PCOLOR_NAME name, DWORD count )
75 FIXME( "( %p, %p, %p, 0x%08lx ) stub\n", profile, index, name, count );
80 BOOL WINAPI CreateDeviceLinkProfile( PHPROFILE profiles, DWORD nprofiles, PDWORD intents,
81 DWORD nintents, DWORD flags, PBYTE *data, DWORD index )
83 FIXME( "( %p, 0x%08lx, %p, 0x%08lx, 0x%08lx, %p, 0x%08lx ) stub\n",
84 profiles, nprofiles, intents, nintents, flags, data, index );
89 BOOL WINAPI CreateProfileFromLogColorSpaceA( LPLOGCOLORSPACEA space, PBYTE *buffer )
91 FIXME( "( %p, %p ) stub\n", space, buffer );
96 BOOL WINAPI CreateProfileFromLogColorSpaceW( LPLOGCOLORSPACEW space, PBYTE *buffer )
98 FIXME( "( %p, %p ) stub\n", space, buffer );
103 BOOL WINAPI DisassociateColorProfileFromDeviceA( PCSTR machine, PCSTR profile, PCSTR device )
105 FIXME( "( %p, %p, %p ) stub\n", machine, profile, device );
110 BOOL WINAPI DisassociateColorProfileFromDeviceW( PCWSTR machine, PCWSTR profile, PCWSTR device )
112 FIXME( "( %p, %p, %p ) stub\n", machine, profile, device );
117 BOOL WINAPI EnumColorProfilesA( PCSTR machine, PENUMTYPEA record, PBYTE buffer, PDWORD size,
120 FIXME( "( %p, %p, %p, %p, %p ) stub\n", machine, record, buffer, size, number );
125 BOOL WINAPI EnumColorProfilesW( PCWSTR machine, PENUMTYPEW record, PBYTE buffer, PDWORD size,
128 FIXME( "( %p, %p, %p, %p, %p ) stub\n", machine, record, buffer, size, number );
133 DWORD WINAPI GetCMMInfo( HTRANSFORM transform, DWORD info )
135 FIXME( "( %p, 0x%08lx ) stub\n", transform, info );
140 BOOL WINAPI GetNamedProfileInfo( HPROFILE profile, PNAMED_PROFILE_INFO info )
142 FIXME( "( %p, %p ) stub\n", profile, info );
147 BOOL WINAPI GetPS2ColorRenderingDictionary( HPROFILE profile, DWORD intent, PBYTE buffer,
148 PDWORD size, PBOOL binary )
150 FIXME( "( %p, 0x%08lx, %p, %p, %p ) stub\n", profile, intent, buffer, size, binary );
155 BOOL WINAPI GetPS2ColorRenderingIntent( HPROFILE profile, DWORD intent, PBYTE buffer, PDWORD size )
157 FIXME( "( %p, 0x%08lx, %p, %p ) stub\n", profile, intent, buffer, size );
162 BOOL WINAPI GetPS2ColorSpaceArray( HPROFILE profile, DWORD intent, DWORD type, PBYTE buffer,
163 PDWORD size, PBOOL binary )
165 FIXME( "( %p, 0x%08lx, 0x%08lx, %p, %p, %p ) stub\n", profile, intent, type, buffer, size, binary );
170 BOOL WINAPI RegisterCMMA( PCSTR machine, DWORD id, PCSTR dll )
172 FIXME( "( %p, 0x%08lx, %p ) stub\n", machine, id, dll );
177 BOOL WINAPI RegisterCMMW( PCWSTR machine, DWORD id, PCWSTR dll )
179 FIXME( "( %p, 0x%08lx, %p ) stub\n", machine, id, dll );
184 BOOL WINAPI SelectCMM( DWORD id )
186 FIXME( "( 0x%08lx ) stub\n", id );
191 BOOL WINAPI SetColorProfileElementReference( HPROFILE profile, TAGTYPE type, TAGTYPE ref )
193 FIXME( "( %p, 0x%08lx, 0x%08lx ) stub\n", profile, type, ref );
198 BOOL WINAPI SetColorProfileElementSize( HPROFILE profile, TAGTYPE type, DWORD size )
200 FIXME( "( %p, 0x%08lx, 0x%08lx ) stub\n", profile, type, size );
205 BOOL WINAPI TranslateBitmapBits( HTRANSFORM transform, PVOID srcbits, BMFORMAT input,
206 DWORD width, DWORD height, DWORD inputstride, PVOID destbits,
207 BMFORMAT output, DWORD outputstride, PBMCALLBACKFN callback,
210 FIXME( "( %p, %p, 0x%08x, 0x%08lx, 0x%08lx, 0x%08lx, %p, 0x%08x, 0x%08lx, %p, 0x%08lx ) stub\n",
211 transform, srcbits, input, width, height, inputstride, destbits, output, outputstride,
217 BOOL WINAPI TranslateColors( HTRANSFORM transform, PCOLOR inputcolors, DWORD number,
218 COLORTYPE input, PCOLOR outputcolors, COLORTYPE output )
220 FIXME( "( %p, %p, 0x%08lx, 0x%08x, %p, 0x%08x ) stub\n", transform, inputcolors,
221 number, input, outputcolors, output );
226 BOOL WINAPI UnregisterCMMA( PCSTR machine, DWORD id )
228 FIXME( "( %p, 0x%08lx ) stub\n", machine, id );
233 BOOL WINAPI UnregisterCMMW( PCWSTR machine, DWORD id )
235 FIXME( "( %p, 0x%08lx ) stub\n", machine, id );