icc

Print image with embedded color profile using GDI

What is the correct way to print an image containing an embedded icc profile? The way I am trying right now is to: call DocumentProperties to get the size of a DEVMODE struct call DocumentProperties to get a default DEVMODE set dmICMMethod = DMICMMETHOD_SYSTEM and dmICMIntent = DMICM_CONTRAST call DocumentProperties to merge my setti...

using openmp with a makefile and g++

I am building a large project with a makefile that was originally built with icpc, and now I need to get it running with g++. When it compiles the file that uses openmp, it uses the -c flag, and doesn't use any libraries, so it ends up being serial instead of openmp. All of the examples I am seeing aren't using this -c flag. Is there s...

Is this a bug in the Intel C++ Compiler (ICC)?

The following testing code does correctly in VS either with debug or release, so does it in gcc. It also does correctly for ICC with debug, but not when optimization enabled (-O2). #include <cstdio> class tClassA{ public: int m_first, m_last; bool isEmpty() const {return (m_first == m_last);} void updateFirst() {m_first = m_f...

How can one perform color transforms with ICC profiles on a set of arbitrary pixel values not in an image?

I'd like to convert a set of pixel values from one profiled colorspace to another, without these values residing in an image file, such as (say) a list of RGB/RGBA/CMYK/etc data structures. I have python and PIL at my disposal (but I'm interested in solutions in related environments if that's what it takes). The latest PIL has very nic...

.gvs (GuideView openmp statictics) file format

Hi Is there a format of *.gvs files, used by GuideView OpenMP performance analyser? The "guide.gvs" is generated, f.e. by intel's OpenMP'ed programmes with $ export LD_PRELOAD=<path_to_icc_or_redist>/lib/libiompprof5.so $ ./openmp_parallelized_prog $ ls -l guide.gvs ...

Can Adobe Air do this?

I've written a lot of JavaScript before, and adobe air looks really interesting, my question is can Adobe Air: Access ICC profiles stored on a users computer Detect which ICC profile the monitor is currently using Use the SDK for specialist USB hardware Do all this one both Windows and Mac computers Thanks for any information. If no...