RE: [Lcms-user] RGB to CMYK transform in VB 6

2005-09-12 Thread Tyler Kivari
Re: [Lcms-user] RGB to CMYK transform in VB 6 > Actually you can get VB to read strings from pointers returned by LCMS, I > have a VBA class that 100% supports LCMS - and also uses ICM2. (Yes in VBA - > no Joke!) Hey, that's cool! Maybe I would give a try again -- not for

Re: [Lcms-user] RGB to CMYK transform in VB 6

2005-09-12 Thread Marti
Actually you can get VB to read strings from pointers returned by LCMS, I have a VBA class that 100% supports LCMS - and also uses ICM2. (Yes in VBA - no Joke!) Hey, that's cool! Maybe I would give a try again -- not for 1.15 though, because the shedule is to freeze the beta in a couple of

Re: [Lcms-user] RGB to CMYK transform in VB 6

2005-09-12 Thread Glenn Wilton
lenn Wilton - Original Message - From: "Marti" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Monday, September 12, 2005 8:23 PM Subject: Re: [Lcms-user] RGB to CMYK transform in VB 6 Hi, Hi there, I'm trying to create a small VB app to apply a color transfo

Re: [Lcms-user] RGB to CMYK transform in VB 6

2005-09-12 Thread Marti
Hi, Hi there, I'm trying to create a small VB app to apply a color transform fom RGB to CMYK between two different profiles. Visual Basic is unsupported because there is no way to implement some functions, like those returning strings. But for the transform stuff, it works quite well. You nee

[Lcms-user] RGB to CMYK transform in VB 6

2005-09-10 Thread Ty Kivari
Hi there, I'm trying to create a small VB app to apply a color transform fom RGB to CMYK between two different profiles. I have put together the following code: In my module I have: '--- Public Type TRGB8 r As Long g As Long b As Long End Type Public Typ