Click here to Skip to main content
15,902,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HOWTO: Find the Pin
Jeremy Davis2-Oct-00 21:58
Jeremy Davis2-Oct-00 21:58 
GeneralNT Security Pin
Irfan Bashir Malik2-Oct-00 1:13
Irfan Bashir Malik2-Oct-00 1:13 
GeneralHTML viewer Pin
Rok Erjavec2-Oct-00 1:00
sussRok Erjavec2-Oct-00 1:00 
GeneralNeed Help in add-in Pin
Achyut Jagtap1-Oct-00 23:01
sussAchyut Jagtap1-Oct-00 23:01 
GeneralRe: Need Help in add-in Pin
Mike Melnikov2-Oct-00 22:07
Mike Melnikov2-Oct-00 22:07 
GeneralRe: Need Help in add-in Pin
Achyut2-Oct-00 22:20
Achyut2-Oct-00 22:20 
GeneralRe: Need Help in add-in Pin
Mike Melnikov3-Oct-00 23:54
Mike Melnikov3-Oct-00 23:54 
GeneralICM TranslateColors Problems Pin
Kurt1-Oct-00 10:14
Kurt1-Oct-00 10:14 
Has anyone successfully used ICM? I’m trying to write some color correction software using ICM and am running into what appear to be major bugs. I have the same software running on the Macintosh with ColorSync (the Macintosh equivalent of ICM) very well. If anyone does know ICM I’d really like to hear what you think of the following problems:

Originally, my calls to TranslateColors would often crash. I was passing arrays of the ICM COLOR structure along with pixel counts. After hours of pouring through all code and documentation, I debugged into ICM's 80x86 assembly code and found that it
expects 16 bytes per pixel. The COLOR structures are only 8 bytes per pixel so this doesn't make any sense. I can work around this immediate problem by allocating twice as much space for my buffers as necessary but this is a strong warning sign that either I’m doing something seriously wrong or that the current release of ICM isn’t usable.

My image comes through roughly correctly which indicates that I’m formatting my pixel data as ICM is expecting it. However I often get strong bizarre casts in the images I get back from TranslateColors. Especially when going from CMYK to RGB, the images look terrible.

Is anyone aware of sample code that uses TranslateColors?
Is anyone aware of free software that will use ICM (preferably through TranslateColors) on an image?
Are there any other Internet resources for ICM development?

Thanks,
Kurt
GeneralGet Parent Process Pin
Peter Scheir1-Oct-00 7:21
sussPeter Scheir1-Oct-00 7:21 
GeneralRe: Get Parent Process Pin
Gert Boddaert1-Oct-00 10:02
Gert Boddaert1-Oct-00 10:02 
Generaldll Pin
Larry1-Oct-00 7:16
Larry1-Oct-00 7:16 
GeneralRe: dll Pin
Mustafa Demirhan1-Oct-00 8:57
Mustafa Demirhan1-Oct-00 8:57 
QuestionHow to catch the 'Stop Build' event? Pin
GeVanCo1-Oct-00 2:04
GeVanCo1-Oct-00 2:04 
GeneralSendKeys Pin
Mustafa Demirhan1-Oct-00 0:16
Mustafa Demirhan1-Oct-00 0:16 
GeneralAdd Message Map Pin
S moses30-Sep-00 17:21
sussS moses30-Sep-00 17:21 
GeneralRe: Add Message Map Pin
Sam Hobbs30-Sep-00 18:11
Sam Hobbs30-Sep-00 18:11 
GeneralManualy add cpp and h file to project Pin
S moses30-Sep-00 11:42
sussS moses30-Sep-00 11:42 
GeneralRe: Manualy add cpp and h file to project Pin
Frank Deo30-Sep-00 12:00
Frank Deo30-Sep-00 12:00 
GeneralRe: Manualy add cpp and h file to project Pin
S moses30-Sep-00 17:20
sussS moses30-Sep-00 17:20 
GeneralProblem with CListCtrl::SetBkImage(..) Pin
Ronald L. Russell Jr. (Ron)30-Sep-00 11:12
sussRonald L. Russell Jr. (Ron)30-Sep-00 11:12 
GeneralRe: Problem with CListCtrl::SetBkImage(..) Pin
Michael Dunn2-Oct-00 9:55
sitebuilderMichael Dunn2-Oct-00 9:55 
General Disabling MS Language extensions Pin
Jim Crafton30-Sep-00 5:47
Jim Crafton30-Sep-00 5:47 
GeneralDisabling MS Language extensions Pin
Jim30-Sep-00 5:43
Jim30-Sep-00 5:43 
GeneralRe: Disabling MS Language extensions Pin
Erik Funkenbusch4-Oct-00 13:32
Erik Funkenbusch4-Oct-00 13:32 
GeneralGetCapture Pin
KarlKlose30-Sep-00 2:11
KarlKlose30-Sep-00 2:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.