HDR practice 2

October 05, 2008 @ 04:00 PM | posted by carmelyne

(last updated: 10.05.08)

Magnificent Tiger walking about in his lair.


Just mouseover image to see the original

Tiger HDR Practice

Credits: Flickr image (I took this picture)

I'm still loving HDR and have been practicing it with every free time I get.

Sample data via Factory_girl

September 26, 2008 @ 06:39 PM | posted by carmelyne

(last updated: 10.01.08)

Cause we like 'em sample data


Maybe trivial to some but the scripts below have been my fallback for populating screens with sample data using Factory Girl via the script console.

1
2
3
4
script/console
require 'spec/factories'
u = User.first
Factory(:pitch, :user => u)

Retweeted but...

September 21, 2008 @ 02:58 AM | posted by carmelyne

(last updated: 09.21.08)

Retweeted but out of context?


I do apologize if I was retweeted and it was taken the wrong way? This is why I refrain from political comments. I would never ever cite political stuff but I was glad to be a part of 35,000 people in JAX supporting what is needed. Change!

Go kick ass and please win Senator Obama. I see the hope, change and CARE you bring into this world!

Yes we can change this world for the better!

Trying HDR

September 08, 2008 @ 09:55 AM | posted by carmelyne

(last updated: 09.09.08)

HDR Practice........


I've been meaning to try out HDR. I love vivid colorful dreamstate like images. Not sure exactly where I'm heading with it but I'd love to be able to do some real nice HDRs and the only way to do that of course is to practice. One of my flickr/devchix friends posted an image that captured my attention. Grabbed the original image and ran a Photoshop Curves trick to produce 3 images ( +2ev, 0ev, & -2ev) that will be used in the HDR process.

Original Non HDR image

Original Image [View final HDR]
Photo Credit: http://flickr.com/photos/ooochie/2812514788/


HDR image

HDR Processed (Using Photoshop, 1 image source only)


Photomatix HDR image

HDR Processed (Using Photomatix, 1 image source only)


Photomatix with Photoshop HDR image

HDR Processed (Using Photomatix, 1 image source only + Photoshop)

I don't get Photomatix yet. The problem is that I know I've only used one source image to process the HDR. It's time to buy a tripod!

====================================================

FINAL OUTCOME

Photomatix with Photoshop HDR image

Then I decided to combine the final HDR via Photoshop and the final HDR via Photomatix: HDR Processed (combined) (PSD file)

The combined one is the best one by far.

Hopefully, I'll figure HDR more soon enough. More practice to come.

Links:
http://denmuel.blogspot.com/2007/08/photoshop-hdr-effect.html

Snippets of 06/24/07

Rails 'A'..'Z' Paginate

1
2
3
4
5
6
7
8
9
10
11
# Starts with 'A'..'Z' Paginate / model
def self.sort(sort)
  if sort
    find(:all, :conditions => ['name LIKE ?', "#{sort}%"])
  else
    find(:all, :order => 'name')
  end  
end

# index action / controller
@models = Model.sort(params[:sort]) 

Recent Posts...

RailsConf 2006
I heart devChix