« January 2008 | Main | March 2008 »

February 2008

February 21, 2008

We Don't Need No Steenking Retraining

I love this.

February 20, 2008

The Story of Stuff

Please visit The Story of Stuff and watch the video and then do at least something about it, even if it's small right now.


Technorati Tags:
, , ,


February 18, 2008

The Almost Perfect Food

For one brief moment, I had found the perfect food... Fior di nocciola. It's basically organic nutella.

I read the nutrition label... calories per serving... 140. Servings per container... 1. ONE?! You mean this ENTIRE 12oz JAR OF CHOCOLATE HAZELNUT GOODNESS is only 140 calories?!?!?!

You could eat like 10 jars a day and still lose weight! BLISS!!!

But it was not to be. Then I read the serving size. Those *#&#%$@ people screwed up their nutrition label. Yes it says 1 serving per container, but 1 serving is only 28 grams... hellooooo there are 350 grams in the jar!

NOOOOoooooooooo!


Technorati Tags:
, ,


February 13, 2008

Aperture 2 Mini-Review

So Aperture 2 (affectionally A2 from here on) is out, and it's pretty good. My initial impressions, subjective of course:

  • Performance is much improved, especially once previews are rendered (or if you turn them off)
  • Quick Preview mode is fabulous for edits
  • To my eye, the RAW conversions look even better, and they were already my favorite of the RAW converters (tied with Capture One Pro). Keep in mind I haven't imported any of my old images and I can't upgrade my library until I buy A2, so this is based on new images shot around the house
  • The new interface is nice, I prefer it (the tabbed interface on one side) to the two-side-panes interface of 1.x
  • The new adjustment tools are excellent... the retouch tool has worked very well for me so far, the definition and vibrance controls are very welcome, and the new exposure brick is really nice
  • Vignette tool! Hopefully it isn't broken like Lightroom's
  • The straighten tool is much improved and much, much faster
  • Publish to standalone .Mac web gallery is very nice
  • Workflow is essentially the same with some incremental improvements... this is a good thing, workflow is the biggest reason I use Aperture (that and the RAW conversion quality)
  • Background exporting!

Things that disappoint:

  • No curves adjustment (come ON people... yes I know Aperture's quarter tone levels manipulate an S-curve... but sometimes I don't WANT an S-curve, I want a W-curve, or a C-curve, or just any bloody curve I want... Apple should not have shipped a major upgrade without curves, there is no excuse)
  • No color-based B&W conversion (vs. channel-based)... sigh... to Photoshop I go, to Photoshop I go, hi-ho... etc.

Things I haven't tried:

  • Tethered shooting... the demo/tutorial for this makes it look fabulous
  • Searches... I hear they're faster
  • Time Machine... not using it yet
  • Vaults... I assume they are unchanged
  • Importing my 1.5 library
  • Actually publishing/exporting except to local folders
  • Plugins like FlickrExport

Supposedly there's an image adjustment API/SDK now? Which could mean actual plugins? Which could mean curves or good noise reduction or what have you? That would rock. I haven't confirmed this yet.

All in all, it's a very good upgrade. It's a little weak for a 2.0 IMO, but that's because I'm really put off by the lack of curves. A2 is an incremental upgrade, it feels like a very nice 1.6 or a bit weak 2.0 to me, but maybe that feeling will change as I use it. Will I pay for it? Yep.



Technorati Tags:
, , , ,


February 12, 2008

Aperture 2

Aperture 2 has been released! Woohoo! Hopefully this is a really big update. Unfortunately, the store has it but the link above is still showing Aperture 1.5, but I'm sure it'll be updated sometime soon.

Looking forward to checking out what the new feature set is... (Apple, please update your website... thanks).

February 11, 2008

And There Was Much Rejoicing: Starbucks Axes T-Mobile

Woohoo!

I'll be dropping my T-Mobile subscription... like it's hawt. Thankfully it's month-to-month.

Of course, I've basically written Starbucks off now anyway as they have gotten rid of organic milk and in so doing have become incapable of producing a good latte (the organic milk foamed better and stayed sweeter, and I think the fact that hardly anyone ordered it made the process work better because they were steaming un-steamed, cold milk every time).

It was very nice to have the T-Mobile subscription when traveling, that's the main reason I have kept it... which will now be unnecessary.


Technorati Tags:
, , ,


February 05, 2008

Color Profiles, Digital Photography, Photoshop, and YOU

...or "Everything I Know About Color Profiles"...

Note: this is something of a rough draft... I would appreciate feedback and will try to incorporate it as much as possible.

It is really, really important to understand and be comfortable with ICC color profiles if you're serious about digital photography. So this is everything I know about the subject, in one place, mostly so that I can send people this link if they are having questions or issues.

Questions this might answer:

  • Why do my images look great on my screen at home, but too [whatever] on someone else's?
  • Why do my images look great on a PC, but washed out on a Mac?
  • Why do my images look great in Safari, but washed out in Firefox?
  • Why do my prints look terrible when the images look great on screen?
  • Do I want to enable color management in Photoshop?

    If you know a bit about color management and just want the short answer, here it is: shoot in Adobe RGB, use a color-managed workflow (such as Aperture or Lightroom, or Photoshop with color management enabled), calibrate your monitor, export for the web in sRGB with an embedded profile.

    Some people will disagree with some of the above, some people will have different software, etc. OK.

    Digital Color and Color Spaces

    Pixels in images shot on digital cameras have three numeric values, a red value, a green value, and a blue value, aka RGB. An 8-bit image (JPEG is an 8-bit format, for example) can have everything from (0,0,0) to (255,255,255) ("pure" black to "pure" white, respectively). My baby's eyes have many different shades of blue in them, but one of them is (103,115,136).

    Every digital image ever recorded was recorded in a particular color space, whether intentionally or by default. A color space defines a gamut, which could be described as the field on which a pixel in that space can play. A "larger" gamut is a larger field, there are more possible colors than in a "smaller" gamut. A pixel, i.e. one set of (R,G,B) color values, only has meaning in a color space. The color space defines what that pixel really means in the universe of all colors.

    Where matters get complicated is in dealing with rendering an image onto a device, such as a monitor or piece of paper. Physical devices have varying capabilities and gamuts, and thus it is necessary to convert, or translate, a pixel's value from whatever space it is in to the space it is being rendered on.

    Color Profiles

    An ICC color profile is a description of a particular color space suitable for computers to convert between it and another color space (profile). As I said earlier, every image exists in a color space, that is, it has a color profile. The question then is whether we know what that profile is.

    Here's where this becomes practical, and really not very complicated (yet). Most image formats support embedding the ICC profile in the image file itself, and thus any application wishing to render the image has the opportunity to properly interpret its pixel values. So the first thing to take away from this is: embed the ICC profile in every image you save! (providing that the format supports the concept... JPEG, PSD, TIFF, etc. all support this)

    Which Color Space?

    So by now you're probably asking this question... which color space should I use? The answer is it depends. But here are some guidelines:

  • sRGB was designed to approximate the gamut (and gamma) of a standard PC monitor
  • sRGB has quite a small gamut as a result
  • Many digital cameras shoot in sRGB only
  • Digital SLRs and maybe some others may allow you to shoot in AdobeRGB, which is a much larger gamut than sRGB
  • Because it was designed to look approximately correct without converting color spaces, sRGB is the profile of choice for web use
  • Shooting in AdobeRGB will preserve more information than shooting in sRGB
  • As such, it would be "better" to shoot in AdobeRGB if you can, as long as that doesn't put a big road block in your workflow (because you will now need to convert your web output to sRGB)
  • Color managed workflow software, such as Aperture and Lightroom, make all of this much easier

    The Problem

    So what's the big deal, why do color space issues and questions come up over and over and over?

    The problem is applications. Virtually all applications on the Windows platform are totally unaware of color profiles. This means that even on a calibrated PC display, images may or may not render correctly. sRGB images should look pretty close on most. This is the big reason to save your web output in the sRGB space, it's really the only hope of getting an image to look close to correct for Windows users.

    Most Mac applications do obey color profiles because that handling is embedded into the OS, but there are some notable exceptions.

    Web Browsers (The Problem Continued)

    Only one web browser obeys color profiles: Safari (by Apple). Every other browser will ignore them completely. This is extremely unfortunate, and it is the cause of much frustration, oddly enough to Mac users.

    UPDATE: It appears that Firefox 3 (currently in beta) supports color profiles, but you have to enable it. It would be nice if it was on by default, sigh... but support is a far cry from no support, so thank-yous to Mozilla (and to the commenter who pointed it out). [updated 04.04.08]

    The problem is this: the default gamma on the Mac is 1.8, whereas it is 2.2 on the PC (I like 1.8, FWIW). This means that an uncorrected image that looks correct on a PC display will look washed out on a Mac display (if gammas are left at their defaults). But Safari obeys profiles, so if you embed the ICC profile, it will render every one of your images correctly, even though the gamma is different (because it is converting between the embedded profile and the profile of your display).

    However, Firefox does not obey color profiles, and thus Mac Firefox users will see just about everything on the web a little washed out.

    Conclusions

    What can we learn from all this?

  • Use color management. Turn it on in Photoshop, use color-managed workflow tools, etc.
  • Calibrate your display so that at least you are seeing accurate color.
  • Embed color profiles. This gives you the best chance of someone else seeing the image as you intended.
  • Don't use Firefox on the Mac for looking at photos (e.g. on Flickr).

    FAQ

    Back to those questions...

  • Why do my images look great on my screen at home, but too [whatever] on someone else's?

    Probably because one or both of you have uncalibrated displays, or possibly because you didn't embed a color profile. Or both.

  • Why do my images look great on a PC, but washed out on a Mac?

    Probably because you didn't embed a color profile, or because you're using Firefox on the Mac.

  • Why do my images look great in Safari, but washed out in Firefox?

    Because Firefox does not support embedded color profiles, and renders everything without correction for the typical Mac display.

  • Why do my prints look terrible when the images look great on screen?

    There could be a lot of things going on, but the first place to look is at color profiles. Is your display calibrated? Do you have an ICC profile for your printer? Is it being used? Is something else also doing color translation when it shouldn't?

    Typically I get a profile for my printer, paper, etc. and turn off the native OS's attempts at color translation, allowing the app (Photoshop, Aperture, etc.) to do the color converting.

  • Do I want to enable color management in Photoshop?

    YES.


    Technorati Tags:
    , , ,


  • February 02, 2008

    Love That Mediterrian Food!

    IMG_0229.jpg

    The Story of Stuff

    Photoblog

    Photography Site

    Recent Images

    • www.flickr.com
      This is a Flickr badge showing public photos from jeremey. Make your own badge here.

    Flickr

    • jeremey. Get yours at bighugelabs.com/flickr

    Houston Photobloggers

    Blog powered by TypePad