White Balance – Photography

March 06th, 2009 | Author: Sunny

I went to my first photography course yesterday. White balance was something that I don’t really understand how it worked before… but I got some idea now. I may be wrong, but I am going to demonstrate here:

my D700 can adjust color temperature for 2500K to 10000K. Today it is a cloudy weather. I found about 5000k-6000k probably is the right color temperature setting for today.  I will use 5000k for comparison in this experiment.

5000k:
p-4


I also tried 2500k, 4000k, 8000k, and 10000k (remember the color temperatures here are  the white balance setting for my camera, so don’t be confused with the real color temperature for this cloudy day) :

2500k:
p-1

4000k:
p-5

8000k:
p-3

10000k:
p-2

Color temperatures is like this:
The lower the color temperature, light spectrums shift to contain more orange or red wavelengths.  In contrast, the higher the color temperature, light spectrums shift to contain more blue wavelengths.  As the color temperature rises, the color distribution becomes cooler.

Result:

In this experiment, the correct color temperature is 5000k.  If my camera white balance setting for color temperature is lower than 5000k, my camera will absorb more blue light, and as result my photo will become blueish.   (because the camera thinks that the color temperature is low.)

On the other hand, if my camera white balance setting for color temperature is higher than 5000k, my camera will absorb less blue light, and as result my photo will become reddish.   (because the camera thinks that the color temperature is high.)

Pretty simple concept.  If you want to learn more about white balance, I found the site has much better explanation how white balance setting and color temperature works.  the URL is: http://www.cambridgeincolour.com/tutorials/white-balance.htm


WordPress Theme – wp_enqueue_script() and Conditional Tags

March 06th, 2009 | Author: Sunny

Conditional Tag:

Using Conditional Tags for testing whether a certain condition is met, and then returns either TRUE or FALSE.

For example,
is_home() will return TRUE if the main blog page is being displayed.

Some of the conditional tags may contain parameters for conditions.  More information can be found here: http://codex.wordpress.org/Conditional_Tags
Function: wp_enqueue_script():

wp_enqueue_script(handle, src, deps, ver) is a function for adding Javascripts to a WordPress generated page.  It accepts four parameters:

Usage: wp_enqueue_script(handle, src, deps, ver)
handle - (string) Name of the script. Lowercase string.
src - (string) (Optional) Path to the script from the root directory of WordPress. Default is false.
deps - (array) (Optional) Array of handles of any script that this script depends on; scripts that must be loaded before this script.  Default is false.
ver - (string) (Optional) String specifying the script version number, if it has one. Defaults is false.

Category: WordPress | Tags: , , | 1 Comment

New Mac Pro (WTF)

March 05th, 2009 | Author: Sunny

Yesterday I was checking out the Apple site, and saw a new Mac Pro.  I was so pissed… because I just bought it like 2 months ago (which is Early 2008 model)  and the new model claims that it is 2x as fast as the Early 2008 3.2GHz system(mine is 2.8).  Damn… the new model really outdates my Mac Pro now.. and I paid more for upgrading to 4GB ram, and new model with the same amount of money I paid already comes with 6GB RAM already!!!! WHY!!!  Already pissed when I bought it ONE DAY before iLife ‘09 announced and no free upgrade… am I just bad luck???  damn Apple!

I still love your product, but it is heart broken and so does my money in my wallet! :(    (At least you should lower the price for a older model before the new model coming out!!)

Category: Mac Stuff | Tags: | Leave a Comment