How to change pixelformat to ARGB?Hi > How to change pixelformat to ARGB? >this doesn't seem to be supported and the modifiers >dont look like they will convert anything there - or have I missed something? >I'm using the graphics32 library from www.g32.org for Delphi which uses ARGB.
Is pretty simple, just use TYPE_ARGB_8 or TYPE_ARGB_16 :-? Wait... Ah!, now I see where the problem is. The Delphi unit does not have those formats defined. Ok, here they are: TYPE_ARGB_8 $44099 TYPE_ARGB_16 $4409a Sorry, lcms does support a lot more formats that those defined in lcmsdll.pas I am now fixing that. Regards, Mart� Maria The little cms project http://www.littlecms.com [EMAIL PROTECTED] ----- Original Message ----- From: Jon Hopkins To: '[EMAIL PROTECTED]' Sent: Tuesday, February 11, 2003 2:46 PM Subject: [Lcms-user] How to change pixelformat to ARGB? Hi, this doesn't seem to be supported and the modifiers dont look like they will convert anything there - or have I missed something? I'm using the graphics32 library from www.g32.org for Delphi which uses ARGB. thanks, Jon ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Lcms-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lcms-user
