Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8843807
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:19:34+00:00 2026-06-14T11:19:34+00:00

What is the preferred way of doing the conversion using PIL/Numpy/SciPy today?

  • 0

What is the preferred way of doing the conversion using PIL/Numpy/SciPy today?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T11:19:35+00:00Added an answer on June 14, 2026 at 11:19 am

    Since 2010 when the linked question was asked the corresponding code moved from scipy to a separate toolkit:
    http://scikit-image.org/

    So here’s the code I was actually looking for:

    from skimage import io, color
    rgb = io.imread(filename)
    lab = color.rgb2lab(rgb)
    

    It should also be noted that due to Lab nature srgb->lab conversion depends on an additional parameter: whitepoint, eg:
       • Photoshop uses a white point called D50 (which is a standard for icc)
       • OpenCV and skimage use D65 (which is a standard for srgb).
       • default Matlab implementation uses D50 (it is capable of using others),

    This nice FAQ explains it this way:

    You should use D65 unless you have a good reason to use something
    else.
    The print industry commonly uses D50 and photography commonly
    uses D55.
    These represent compromises between the conditions of indoor
    (tungsten) and daylight viewing.

    You can tell which whitepoint you’re dealing with by converting RGB (0,0,255) to Lab:
       • D50 would give you (30, 68, -112)
       • D55                         (30, 73, -110)
       • D65                         (32, 79, -108)

    The numbers after ‘D’ correspond to (internally) used color temperature of white point: D50 = 5003 K (yellowish), D65 = 6504 K (blueish)

    I’m grateful to Alex and Roman for their answers because they pointed me into the right direction.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When using git submodules, what is the preferred way of doing customizations? Should I...
Of the following, which is the preferred way of doing things, and why? Are
Is there a preferred way of doing fine grained access that can be modified
What is the preferred way to work with Singleton class in multithreaded environment? Suppose
What is the preferred way of deploying a compojure/sinatra applications? I have multiple sites
What is the preferred way to build application gui components tree? Instantiate all components
Which is the preferred way of defining class properties in Python and why? Is
What’s the preferred way to handle 404 errors with Play 2.0 and show a
So what will be the preferred way of initializing records? With a 'factory function':
I'm producing XML right from PL/SQL in Oracle. What is the preferred way of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.