Skip to content
  • Michael Natterer's avatar
    libgimpcolor: optimize gimp_color_profile_get_format() for cairo-RGB24 · 7326f346
    Michael Natterer authored
    Trick lcms into converting cairo-RGB24 pixels directly, by using
    TYPE_BGRA_8 on little endian and TYPE_ARGB_8 on big endian. They have
    the same byte order, and the alpha channel (ignored by lcms anyway)
    takes the place of the unused byte of cairo-RGB24.
    
    This saves two babl conversions around cmsDoTransform().
    7326f346