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
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
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
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
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